Re: ejb-jar and external DTDs

2002-02-01 Thread lduperval
On 31 Jan, Erik Hatcher wrote: RTFAQ: http://jakarta.apache.org/ant/faq.html#xml-entity-include Hmm, I guess the second reading was needed; it didn't register the first time. Thanks, L -- Laurent Duperval mailto:[EMAIL PROTECTED] In the abundance of water, the fool is thirsty.

Re: ejb-jar and external DTDs

2002-01-31 Thread lduperval
On 31 Jan, Conor MacNeill wrote: L, Download the DTD from the link to a local directory and then add a dtd element to inform ejbjar where the DTD is. Check out the documentation http://jakarta.apache.org/ant/manual/OptionalTasks/ejb.html#ejbjar In particular, look at the description

Re: ejb-jar and external DTDs

2002-01-31 Thread lduperval
On 31 Jan, Landgraf, Thomas GFIDOR wrote: You can force the ejbjar task to refer to a local file (or to a webserver you control on your own) by supplying the dtd-tag within the ejbjar task: ejbjar ... dtd publicId=-//Sun Microsystems, Inc.//DTD Enterprise JavaBeans 2.0//EN

Re: ejb-jar and external DTDs

2002-01-31 Thread Erik Hatcher
RTFAQ: http://jakarta.apache.org/ant/faq.html#xml-entity-include - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, January 31, 2002 11:30 AM Subject: Re: ejb-jar and external DTDs As a general XML question, how can I define an entity with all my DTDs

ejb-jar and external DTDs

2002-01-30 Thread lduperval
Hi, I've asked this on BEA newsgroups but I haven't seen a satisfactory response. I'm using Weblogic 6.1 to compile my EJB's and I often get his type of message: Could not resolve ( publicId: -//BEA Systems, Inc.//DTD WebLogic 5.1.0 EJB//EN, systemId:

RE: ejb-jar and external DTDs

2002-01-30 Thread Landgraf, Thomas GFIDOR
Hi Laurant, Yes, but that's still an external DTD. I'm trying to make sure there is no reliance on external DTDs. You can force the ejbjar task to refer to a local file (or to a webserver you control on your own) by supplying the dtd-tag within the ejbjar task: ejbjar ... dtd