I have the following in my XXXEJB.java:
public class XXXEJB extends EJBObject
{
public void myMethod(...) throws RemoteException,MyPackage.MyException
}
I deploy this EJB using Weblogic's ejbDeployer,it can generate
container class,but when I click 'deploy' button,weblogic server throw
java.lang.NoClassDefFoundError:not found MyPackage.MyException.I check
the JAR file and see MyPackage.MyException.class is there.So,why weblogic
server throws Error?
thanks.
===========================================================================
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".