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 unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff EJB-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to