How to share common CMP beans across multiple web applications?
In the current environment, we have 2 web based applications consistings of 2 ear files. Each EAR
file consists of WAR, EJB jar and common files.
There are few CMP beans which are common across the 2 applications. Can we create a
seperate JAR file consisting of CMP beans and deploy it outside the EAR and access
the bean using the bussinservicefacadebean which is part of the EJB module in the EAR file?

