Return-Path: Mailing-List: contact ant-user-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list ant-user@jakarta.apache.org Received: (qmail 15402 invoked from network); 3 Oct 2000 03:14:44 -0000 Received: from unknown (HELO smtp.cortexebusiness.com.au) (210.8.213.130) by locus.apache.org with SMTP; 3 Oct 2000 03:14:44 -0000 Received: (from daemon@localhost) by smtp.cortexebusiness.com.au (8.10.0/8.10.0) id e933Ed508064 for ; Tue, 3 Oct 2000 14:14:39 +1100 (EST) Received: from monkey(192.168.1.8), claiming to be "monkey.prod.thespot.com.au" via SMTP by ripley.devl.ebinteractive.com.au, id smtpdAAA4baiUp; Tue Oct 3 14:14:30 2000 Received: (from daemon@localhost) by monkey.prod.thespot.com.au (8.10.0/8.10.0) id e933ETl27023 for ; Tue, 3 Oct 2000 14:14:30 +1100 (EST) Received: from UNKNOWN(192.168.1.9), claiming to be "chunky.devl.ebinteractive.com.au" via SMTP by monkey, id smtpdAAAe7aaX0; Tue Oct 3 13:14:22 2000 Received: from snotty (snotty.devl.ebinteractive.com.au [192.168.1.32]) by chunky.devl.ebinteractive.com.au (8.10.0/8.10.0) with SMTP id e933ELT22771 for ; Tue, 3 Oct 2000 14:14:21 +1100 (EST) From: "Conor MacNeill" To: Subject: RE: Problem usnig ANT with weblogic CMP Date: Tue, 3 Oct 2000 14:15:39 +1100 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 In-Reply-To: X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N This file needs to be prefixed with the bean name in the same way as the ejb-jar file is. The ejbjar task puts it into the jar file with the correct name. Are you doing that? Let me know if you are and it still isn't working. -- Conor MacNeill conor@cortexebusiness.com.au Cortex eBusiness http://www.cortexebusiness.com.au > -----Original Message----- > From: bsimonof@manu.com [mailto:bsimonof@manu.com] > Sent: Tuesday, 3 October 2000 14:05 > To: ant-user@jakarta.apache.org > Subject: Problem usnig ANT with weblogic CMP > > > > All of my beans go through the ejbjar process correctly except the CMPs. > The CMPs get the following exception, but the file referred to exists. I > have > tried prefacing the file's name with the jar file name and that didn't > help: > > [java] Forking java -classpath > D:\weblogic51\classes;D:\weblogic51\lib\webl > ogicaux.jar;P:\ew\classes;P:\ew\source;P:\ew\vendor\activation.jar > ;P:\ew\vendor\ > mail.jar;P:\ew\vendor\pts_fw_common.jar weblogic.ejbc -noexit > P:\ew\lib\ESmatchi > ng-generic.jar P:\ew\lib\ESmatching.jar > [java] ERROR: Error from ejbc: Error initializing the CMP > Persistence Type > for your bean: > [java] Could not find descriptor file with Jar entry name > 'weblogic-cmp-rdb > ms-product-jar.xml' for specified type WebLogic RDBMS Persistence > [java] Please be sure this file is available in your ejb-jar file. > [java] > [java] weblogic.utils.compiler.ToolFailureException: ERROR: > ejbc found erro > rs > [java] at weblogic.ejbc.runBody(ejbc.java, Compiled Code) > [java] at weblogic.utils.compiler.Tool.run(Tool.java:80) > [java] at weblogic.ejbc.main(ejbc.java:353) > [java] Java Result: 1 > > >