I have 2 EJB, each EJB is in a separate ".jar" file :
- Book
- BookFactory
In the "Library" bean I want to create an instance of a book.
I use this code to create the HomeInterface
HomeFactory.lookupHome( ShareHome.class )
(The home factory is a pattern to create home, it is not part of EJB spec.)
When the "Library" bean try to create the Home, I have a
NoClassDefFoundError.
I use the EJBoss 2.0 server.
Can anyone help me ?
Thanks a lot
Christophe Demez
LDS Luxembourg
--
--------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
List Help?: [EMAIL PROTECTED]