Hi all,
I have a question regarding to classloading and packaging in JBoss.
I have a EJB jar file which contains several (service) beans (stateless session beans) and some entities (entity beans).
I also have about 4 war archives which all use the same the EJB's in the previously mentioned EJB jar file.
I want to be able to redeploy one of my WAR archives without having to redeploy my EJB jar file.
Also, if a bug exists in my EJB jar file, and I have to redeploy my EJB jar file, is it then possible to re-deploy the EJB jar file without having to redeploy my WAR archives?
I was thinking about an exploded EAR file which contains all previously mentioned archives?
Any ideas on this?
Regards,
Harm de Laat
Informatiefabriek
The Netherlands