Is there a perticular reason to include geronimo-jms_1.1_spec-1.0.jar and
geronimo-jta_1.1_spec-1.1.jar files in synapse war (WEB-INF/lib) ?
Classes included in user application are loaded by a different class loader
that the one that load JBoss framework classes.
(JBoss framework classes are loaded by
org.jboss.mx.loading.UnifiedClassLoader and classes included in a
application are loaded by org.jboss.web.tomcat.service.WebAppClassLoader).
Because of this JMS/JTA interfaces defined in synapse code becomes
*uncomparable to ones lookup from JNDI.
I guess the same for other application servers.
Is it possible to not include those two jar files in the war? this should be
better than asking users to remove them. Or is there a better solution?
Thanks,
Irantha
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]