Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 36839 invoked from network); 27 Jul 2004 00:11:06 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 27 Jul 2004 00:11:06 -0000 Received: (qmail 56251 invoked by uid 500); 27 Jul 2004 00:11:01 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 55424 invoked by uid 500); 27 Jul 2004 00:10:56 -0000 Mailing-List: contact user-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Ant Users List" Reply-To: "Ant Users List" Delivered-To: mailing list user@ant.apache.org Received: (qmail 55411 invoked by uid 99); 27 Jul 2004 00:10:56 -0000 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=DNS_FROM_RFC_ABUSE,HTML_50_60,HTML_MESSAGE,MANY_EXCLAMATIONS,MIME_HTML_NO_CHARSET X-Spam-Check-By: apache.org Received: from [199.176.67.4] (HELO cwgate2.glr.cingular.com) (199.176.67.4) by apache.org (qpsmtpd/0.27.1) with ESMTP; Mon, 26 Jul 2004 17:10:54 -0700 Received: from cwmail1.glr.cingular.net (cwmail1.glr.cingular.net [199.176.87.4]) by cwgate2.glr.cingular.com (8.12.10/8.12.10) with ESMTP id i6R0ApFm001485 for ; Mon, 26 Jul 2004 19:10:51 -0500 (CDT) Received: from s75202e004001.tdc.cingular.net (s75202e004001.tdc.cingular.net [10.3.188.52]) by cwmail1.glr.cingular.net (8.12.10/8.12.10) with ESMTP id i6R0AagQ010758 for ; Mon, 26 Jul 2004 19:10:36 -0500 (CDT) Received: by s75202e004001.tdc.cingular.net with Internet Mail Service (5.5.2657.72) id ; Mon, 26 Jul 2004 19:10:50 -0500 Message-ID: From: "Hines, John" To: "'Ant Users List'" Subject: RE: Help! I broke something simple! Date: Mon, 26 Jul 2004 19:10:46 -0500 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2657.72) Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C4736E.2A79E0A6" X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N ------_=_NextPart_001_01C4736E.2A79E0A6 Content-Type: text/plain Thanks, 8.1. I'll try that. Any idea where I can go download the 8.1 dtds from BEA to look at them? -----Original Message----- From: Srikrishna.Partha@wellsfargo.com [mailto:Srikrishna.Partha@wellsfargo.com] Sent: Monday, July 26, 2004 7:08 PM To: user@ant.apache.org Subject: RE: Help! I broke something simple! What version of weblogic you are using ? I am assuming it is 8.1. The DTD's you are using in weblogic descriptor should be incompatible .Check the individual jar's build file from the source and change the descriptor to point to 8.1 location. -----Original Message----- From: Hines, John [mailto:John.Hines@cingular.com] Sent: Monday, July 26, 2004 4:51 PM To: 'Ant Users List' Subject: Help! I broke something simple! The regular build guy left on vacation yesterday so I dragged all the new source code up to the build and selected build. Here's what happened. What does "Unrecognized publicId " mean? Any ideas on how to fix things? Thanks in advance for your time. John.hines@Cingular.com ***************the error******************************* compile: [echo] Compiling com/cingular/telepos/compass/bean/** [echo] Building compassbean.jar [ejbjar] building compassbean.jar with 14 files [ejbjar] Unrecognized publicId -//BEA Systems, Inc.//DTD WebLogic 6.0.0 EJB// EN - using EJB 1.1 compiler [ejbc] ERROR: ejbc found errors while processing the descriptor for /opt/ap p/qacbasmw04/bea81/weblogic81/cbasphase3/build/compassbean-generic.jar: [ejbc] ERROR: Error from ejbc: Error processing 'META-INF/ejb-jar.xml': [EJ B:012023]In weblogic-ejb-jar.xml, a stateless-session-descriptor element was fou nd for EJB 'CompassClient'. This EJB was not declared as an Stateless Session be an in ejb-jar.xml. [ejbc] ERROR: ejbc couldn't load descriptor from jar BUILD FAILED file:/opt/app/qacbasmw04/bea81/weblogic81/cbasphase3/build.xml:245: Exception wh ile calling weblogic.ejbc. Details: Ejbc reported an error **********************Hre's ejb-jar.xml***************************** - no description - - no description CompassClient CompassClient com.cingular.telepos.compass.bean.CompassClientHome com.cingular.telepos.compass.bean.CompassClient com.cingular.telepos.compass.bean.CompassClientBean Stateless Container - url java.lang.String t3://comptest3.sbms.sbc.com:8002 - principal java.lang.String system - credentials java.lang.String welcome1 ********************Here's weblogic-ejb-jar.xml************* - - CompassClient + - 50 5 ejb/CompassClient ********************Here's application.xml************** - - - - - - - - - - build help build [*buildall|beans|telepos|posdotcom|jsp|webapp|ear] * - default build [clean|clean_beans|clean_posdotcom|clean_telepos|clean_jsp] build [local_deploy|dev_deploy|qa_deploy|training_deploy|prod_deploy] example: build buildall dev_deploy - - - - - - - - - - - - - - - - - - - - - - - - Creating directories - compiling JSP's ${build} - - - - JSP compilation done - Building cbas.war - - - - - - - - - Building cbas.ear - - Compiling ${dir}/** - Compiling ${bean} - Building ${bean}.jar - - - - - - - - - - - - - - - ********************Here's application.xml************** - cbas - compassbean.jar - bulkactv.jar - - cbas.war cbas --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org ------_=_NextPart_001_01C4736E.2A79E0A6--