Hello,

I am running into problems with the 'ejbjar' task under Weblogic 6.1.  This
task used to work very well under Weblogic 5.1, but when I run it under
WL 6.1 I get two Warnings.  One related to DTDs & the other related to classpath.
 Here are my questions;

1)  Can I use ejbjar task for building ejbs under 6.1?  All the examples
that come with WL 6.1 call weblogic.ejbc directly as follows;

<java classname="weblogic.ejbc" fork="yes">

Is this how I should be doing it?  Is ejbjar task going away?


2)  Previously I used the following lines related to DTDs;

      <dtd publicId="-//Sun Microsystems, Inc.//DTD Enterprise JavaBeans
1.1//EN"
        location="${wl.home}/classes/weblogic/ejb/deployment/xml/ejb-jar.dtd"/>
      <dtd publicId="-//BEA Systems, Inc.//DTD WebLogic 5.1.0 EJB//EN"
        
location="${wl.home}/classes/weblogic/ejb/deployment/xml/weblogic-ejb-jar.dtd"/>


I can't find 'ejb-jar.dtd' & 'weblogic-ejb-jar.dtd' in my /bea folder.
Where can I find them?

Thanks for your time.


Ajay Chitre

Diligent Team, Inc.
(Where Diligent People Work as a Team)

http://www.DiligentTeam.com



--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to