Skip to Content
0
Former Member
Sep 27, 2006 at 03:25 PM

Define reference to another EJB Application

28 Views

Hi there,

I've created a message archiving tool for our XI messages. The messages are persisted in the database via an EJB session bean located in that tool's EAR.

The archiving tool is deployed to the J2EE engine and it's working fine.

Now I want to access the session EJB from a second application in order to use those archive information. Therefore, I created a reference entry in the second EAR's application-j2ee-engine.xml. I did this via the multipage editor in NWDS:

application-j2ee-engine.xml -> References -> Add -> Select application

With this reference, the deployment of this application fails due to a classloader error, which doesn't handle directly to that reference.

Does anybody has an idea about this strange behavior. Help is really highly appreciated. Thank you all in advance!

Cheers,

Matthias