When we now are discussing this classloader thing: why is jar files specified in the 
Class-Path entry in the manifest of a ejb jar fil added to the global jboss 
classloader? This also makes some problems:

1) The shared jar file is not covered by some kind of hot deploy
2) Even if you do redeploy the shared jar file and then touches all deployed ejb jar 
file the shared jar fils classes is still loaded by jboss and not updated.

Proposal: 
1) Add the shared jar file to the ejb jar files classloader
2) Add some kind of hotdeploy technique for shared files. When the jar file is updated 
all ejb jar files that depends on it will be redeployed.

Is this possible?

/lennart


_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to