WebLogic 6.1 provides number of
utilities to auto-generate EJB and WEB deployment descriptors. Following is a
brief description.
weblogic.ant.taskdefs.ejb.DDInit: It creates the deployment descriptors for Enterprise JavaBeans 1.1.
weblogic.ant.taskdefs.ejb20.DDInit: It creates the
deployment descriptors for Enterprise JavaBeans 2.0.
weblogic.ant.taskdefs.war.DDInit: It creates the
deployment descriptors for Web applications.
For example to generate deployment
descriptors for Web Application, run the following command.
java -classpath %CLASSPATH%
weblogic.ant.taskdefs.ejb.DDInit staging-dir
where staging-dir refers to
(J2EE compliant) EJB folder containing your EJB classes and
META-INF subfolder . Make sure that %CLASSPATH% environment variable
contains the path that contains your EJB's classes. Please refer to the
following link for more details.
Thanks
Zahid
----- Original Message -----
From: Cedric Beust <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, January 18, 2002 5:35
AM
Subject: Re: Ho do i generate an XML deployment
descriptor in Weblogic For my EJB's
>
> > > Could anyone pls tell me how do i generate an XML deployment
> > > descriptor for my EJB's using WEBLOGIC 6.1 Server Installation.Is
> > > there any utility in Weblogic Server 6.1.My EJB's class
> > files are in a directory on WinNT.
>
> http://beust.com/cedric/ejbgen
>
> --
> C�dric
>
> 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".
>
>
