I want to share ehcache in multiple wars. I have put ehcache-core-2.2 jar in ear lib and its working fine in JBOSS. Same ear is not working in Weblogic 10.3. Caching ...
I have some common data that all of my EJBs will need, so I decided to write 1 EJB to go and get the data, while the other EJBs will call ...