Return-Path: Delivered-To: apmail-jakarta-ant-user-archive@jakarta.apache.org Received: (qmail 56122 invoked by uid 500); 9 Oct 2001 02:07:18 -0000 Mailing-List: contact ant-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Reply-To: ant-user@jakarta.apache.org Delivered-To: mailing list ant-user@jakarta.apache.org Received: (qmail 56111 invoked from network); 9 Oct 2001 02:07:18 -0000 Message-ID: <3FD807FA273B2A4881D6355C10CAA85508993F@lucidamail.lucidainc.com> From: Paul Cody To: "'ant-user@jakarta.apache.org'" Cc: "'Steven.Leija@valtech.com'" Subject: RE: EJBJar Date: Mon, 8 Oct 2001 18:57:25 -0700 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-Type: text/plain; charset="iso-8859-1" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Steven, Looks like you and I are going the same thing today. I've yet to get *all* my issues resolved also... Here's what I have so far. Ping me with other questions if you want... $ pwd /home/pcody/dev/insight $ find . -type d ./docs ./ejbcgen ./lib ./src ./src/dd ./src/java ./src/java/com ./src/java/com/lucida ./src/java/com/lucida/insight ./src/java/com/lucida/insight/ui ./src/war ./src/war/insight ./src/war/insight/html $ ls -l src/dd/* -rw-r--r-- 1 Administ None 833 Oct 8 11:18 src/dd/Client-ejb-jar.xml -rw-r--r-- 1 Administ None 360 Oct 5 11:21 src/dd/Client-weblogic-ejb-jar.xml $ cat src/dd/Client-ejb-jar.xml The Client is the abstraction of session data Client Component This ejb allows you to do not much yet client client com.lucida.insight.ui.ClientHome com.lucida.insight.ui.Client com.lucida.insight.ui.ClientBean Stateless Bean $ cat src/dd/Client-weblogic-ejb-jar.xml client model/client $ cat build.xml [snip] > > Currently I'm trying to create my ejb jar file and I continue > to get the > following message: > > 1. [ejbjar] Could not resolve ( publicId: -//Sun > Microsystems, Inc.//DTD > Enterprise JavaBeans 1.1//EN, systemId: > http://java.sun.com/j2ee/dtds/ejb-jar_1_1.dtd) to a local entity > > 2. [ejbjar] Could not resolve ( publicId: -//BEA Systems, Inc.//DTD > WebLogic 6.0.0 EJB//EN, systemId: > http://www.bea.com/servers/wls600/dtd/weblogic-e > jb-jar.dtd) to a local entity > I get the first one, but ont the second. It does not seem to affect the outcome of the task. Also see http://www.onjava.com/pub/a/onjava/2001/06/25/antejb.html. > 3. [ejbc] Deployment: > DealManagerBean has a class > com.ees.everest.deal.ejb.client.DealManagerHome > which is in the classpath. This class should only be located > in the ejb-jar > file.> > Does this mean I need to reset my classpath? If so, how? > > 4. How do I add additional class files to my ejb jar file? > > Thanks for any help! > > Steven > Also read this message: http://www.jguru.com/forums/view.jsp?EID=491773