Yes,
both EAR will share a common struts.jar "thanks" to the UnifiedClassLoader
(UCL). If you want two distincts UCL, you need to configure your EAR
accordingly:
-----Message d'origine-----
De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]De la part de Peter Luttrell
Envoyé : lundi, 1 juillet 2002 03:10
À : [EMAIL PROTECTED]
Objet : [JBoss-user] Classloader QuestionIs the classpath isolated for separate ears?If the classpath is not isolated, does anyone have a recommended strategy for handling ears with different versions of the same jar?I just deployed 2 ears with radically different versions of the struts jar in them. Depending on which one loaded first the opposite blew up with errors that appear to be related to version changes with struts. If i deploy the ears separately they work fine.I am using JBoss3.0.1rc1 with tomcat4.0.3. Is this possibly a bug?.peter
