I believe you need to have the MyPackage.MyException in the Server's
classpath.
-Jay Wagner
-----Original Message-----
From: menhao [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, November 21, 2000 5:11 PM
To: [EMAIL PROTECTED]
Subject: Deploy Problem with Weblogic
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".
===========================================================================
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".