Hi.
I'm confused by the J2EE Spec. I know it's possible for an EJB packaged in a
jar and deployed inside of an ear to reference an EJB that does not exist
inside the ear.
I have gone from packaging all EJBs inside the ear to deploying one
externally, (on my way to deplolying most of them externally), so that a
different application deployed in the same container can access the EJBs
without having to have the EJBs packaged inside two different ears. I've
modified my deployment descriptors according to the specification, and when
I run JBoss, the JNDIView shows me that all of the namespaces are
established as I would expect. Yet, when I try to access the externally
deployed EJB from an EJB inside the ear (doing a lookup on its Home using
InitialContext), I get a CommunicationException. From the description, it
seems like a weird exception to have. If anyone is interested in trying to
help me figure this out, I could provide more details.
Thanks.


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

Reply via email to