This should go to Weblogic support, but did you re-jar after running ejbc?
I found (on Solaris 2.6 at least) that it would create the correct DD, but
not put it into the jar. This happened when I created some simple EJBs.
After re-jarring, it seems to work fine.
-Bryan
On Wed, Sep 22, 1999 at 10:34:42AM -0500, Rajat & Papia Goon wrote:
> Hi,
> I am using the evaluation version of Weblogic's EJB. I setup correctly the
> sample app beanManaged is running fine in my m/c.
> Now I created my own bean. weblogic is installed in my D: drive. My code is
> under d:\rgjava\ejb\security and I am using the following
> build.bat file.
> /////////////
> javac *.java
> java weblogic.ejb.utils.DDCreator -d . DeploymentDescriptor.txt
> jar cmf manifest security.jar .
> java weblogic.ejbc -d . security.jar
> /////////////////
>
> everything is working except the last command i.e. java weblogic.ejbc -d .
> security.jar
> where it is giving
>
> Class 'rgjava.ejb.security.SecurityApplicationBeanDD' not found
>
> the listing of my directory is:
> /////////////
> Directory of D:\RGJAVA\ejb\security
>
> 09/22/99 10:22a <DIR> .
> 09/22/99 10:22a <DIR> ..
> 09/22/99 10:24a 1,186 build.bat
> 09/22/99 10:24a 6,805 DeploymentDescriptor.txt
> 09/22/99 10:31a 81 manifest
> 09/20/99 05:31p <DIR> META-INF
> 09/22/99 10:24a 323 ProcessingErrorException.class
> 09/22/99 10:24a 712 ProcessingErrorException.java
> 09/22/99 10:24a 27,155 security.jar
> 09/22/99 10:24a 332 SecurityApplication.class
> 09/22/99 10:24a 16,415 SecurityApplication.jar
> 09/22/99 10:24a 229 SecurityApplication.java
> 09/22/99 10:24a 4,349 SecurityApplicationBean.class
> 09/22/99 10:24a 8,655 SecurityApplicationBean.java
> 09/22/99 10:24a 1,949 SecurityApplicationBeanDD.ser
> 09/22/99 10:24a 523 SecurityApplicationHome.class
> 09/22/99 10:24a 935 SecurityApplicationHome.java
> 09/22/99 10:24a 301 SecurityApplicationPK.class
> 09/22/99 10:24a 366 SecurityApplicationPK.java
> ////////////
>
> my manifest file contains:
> //////////////
> Name: \rgjava\ejb\security\SecurityApplicationBeanDD.ser
> Enterprise-Bean: True
> /////////////
>
> Can anyone please tell me what I am missing ?
> Thanks in advance.
>
> -Rajat.
>
> E-mail : [EMAIL PROTECTED]
--
[EMAIL PROTECTED]
===========================================================================
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".