Hi
  I am using Ant version 3 and weblogic 6.0.
  I am using ejb-jar task to create my jars.
 
The code which I am using this is
<ejbjar srcdir="E:/vss/prov" descriptordir="E:\vss\prov">
    <weblogic destdir="E:/vss/prov"/>
    <include name="**/*ejb-jar.xml"/>
    <exclude name="**/*-weblogic*.xml"/>
    </ejbjar>
 
I have my classpath set to E:\vss\prov and weblogic.jar.
 
When I execute this I get the following error essage
 
[ejbjar] building AdminMgr.jar with 5 files
     [ejbc] <Jun 25, 2001 10:11:41 AM GMT+05:30> <Error> <EJB> <EJB Deployment: sb_adminmgr has a class com.pindarsystems.provi
dence.admin.sb_adminmgr.AdminMgrBean which is in the classpath. This class should only be located in the ejb-jar file.>
     [ejbc] <Jun 25, 2001 10:11:41 AM GMT+05:30> <Error> <EJB> <EJB Deployment: sb_adminmgr has a class com.pindarsystems.provi
dence.admin.sb_adminmgr.AdminMgrHome which is in the classpath. This class should only be located in the ejb-jar file.>
     [ejbc] <Jun 25, 2001 10:11:41 AM GMT+05:30> <Error> <EJB> <EJB Deployment: sb_adminmgr has a class com.pindarsystems.provi
dence.admin.sb_adminmgr.AdminMgr which is in the classpath. This class should only be located in the ejb-jar file.>
   [ejbjar] building ChoiceListMgr.jar with 5 files
 
Please tell me how to use the wlclasspath setting (I tried that but I am getting error) asap
 
Thanks and regards
Shobana
The Information contained and transmitted by this E-MAIL is proprietary to 
Wipro Limited and is intended for  use only by the individual or entity to which 
it is addressed, and may contain information that is privileged, confidential or 
exempt from disclosure under applicable law. If this is a forwarded message, 
the content of this E-MAIL may not have been sent with the authority of the 
Company. If you are not the intended recipient, an agent of the intended 
recipient or a  person responsible for delivering the information to the named 
recipient,  you are notified that any use, distribution, transmission, printing, 
copying or dissemination of this information in any way or in any manner is 
strictly prohibited. If you have received this communication in error, please 
delete this mail & notify us immediately at [EMAIL PROTECTED] 

Reply via email to