[jboss-user] [Clustering/JBoss] - Re: JBoss EJB3 SLSB Failover
bstansberry@jboss.com
do-not-reply at jboss.com
Fri May 25 10:23:03 EDT 2007
You've now got two copies of the class in the system, loaded by separate classloaders. This causes type conflicts when the war tries to interact with locally deployed ejb.
Simplest solution to this kind of thing is to package the war and the ejb jar in an EAR, with only one copy of the class, and deploy them as a unit.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4048691#4048691
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4048691
More information about the jboss-user
mailing list