Seam EJB3 in an EAR is it usable by another App?
Posted
by Jim Ward
on Stack Overflow
See other posts from Stack Overflow
or by Jim Ward
Published on 2010-05-19T19:33:48Z
Indexed on
2010/05/20
9:40 UTC
Read the original article
Hit count: 225
Seam 2.1 and JBoss 4.2.2
I have set up the first App to have the EJB in the EAR with a local interface.
the 2nd app can look up JDNI name "ear-name/ejbname/local" but fails with "NoClassDefFound".
Does the EJB .jar need to be outside of the EAR?
Is this a classloader visibility issue or Is this a JBoss version issue? or something else?
Thank you for your thoughts..
© Stack Overflow or respective owner