Hi!
[EMAIL PROTECTED] wrote:
> I found the email below in the archives about some of the challenges of using
> multiple jar files and I am having problems in this area.
>
> I am trying to do this
>
> EJB JAR 'A' EJB JAR 'B'
> bean 'a' -- calls -> bean 'b'
>
> I arrange for the EJB JAR B to be deployed first but when I try to deploy EJB
> JAR A I get an error saying bean 'b' is not found within this application.
My guess would be that you have used the "ejb-link" part in ejb-jar.xml
when linking to b, which you shouldn't.
In ejb-jar.xml you define the link, and in jboss.xml you resolve it (as
outlined in other replies). That should work.
/Rickard
--
Rickard Öberg
Email: [EMAIL PROTECTED]
--
--------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
List Help?: [EMAIL PROTECTED]