Re: Confirm how to reference EJB class in other jar

2005-06-11 Thread Johan Eltes
The manifest of the referencing ejbjar must list all referenced ejbjars (ClassPath: ejbjar1.jar ejbjar2.jar ejbetc.jar). All ejbjars need to be in the ear. This is by spec. BEA has traditionally not honored this restriction. I don't know the state of WLS 8.1, but version 6 through 8.0 blindly

Re: Confirm how to reference EJB class in other jar

2005-06-11 Thread Karr, David
I had a feeling that might be it. Thanks for the confirmation. -Original Message- From: A mailing list for Enterprise JavaBeans development The manifest of the referencing ejbjar must list all referenced ejbjars (ClassPath: ejbjar1.jar ejbjar2.jar ejbetc.jar). All ejbjars need