Re: server.xml fails -validateXML

2000-11-22 Thread Hani Suleiman
the dtd available > yet and they have also changed the source of the dtd in > proposed final draft. > > artie > > Quoting Hani Suleiman <[EMAIL PROTECTED]>: > > > I'm trying to ensure that my EJB 2.0 ejb-jar.xml files > validate according > > to the

Re: server.xml fails -validateXML

2000-11-22 Thread Saphari.com - www.saphari.com
o the appropriate dtd, so I tried to run orion with the -validateXML > option. However, this gets as far as server.xml before spiting out the > following error: > > Error initializing server: Fatal error at line 59 in > file:/home/hani/orion/config/server.xml: Next character must be >

Re: server.xml fails -validateXML

2000-11-21 Thread Hani Suleiman
unzipped version of Orion, followed the > instructions exactly to deploy the News application, and ran java -jar > orion.jar -validateXML and got the exact same error. > > Most likely a bug. > > > At 12:22 PM 11/21/2000 -0500, you wrote: > >I'm trying to

Re: server.xml fails -validateXML

2000-11-21 Thread Gerald Gutierrez
-jar orion.jar -validateXML and got the exact same error. Most likely a bug. At 12:22 PM 11/21/2000 -0500, you wrote: >I'm trying to ensure that my EJB 2.0 ejb-jar.xml files validate according >to the appropriate dtd, so I tried to run orion with the -validateXML >option. However,

RE: server.xml fails -validateXML

2000-11-21 Thread Tim Drury
12:22 PM > To: Orion-Interest > Subject: server.xml fails -validateXML > > > I'm trying to ensure that my EJB 2.0 ejb-jar.xml files > validate according > to the appropriate dtd, so I tried to run orion with the -validateXML > option. However, this gets as far as se

server.xml fails -validateXML

2000-11-21 Thread Hani Suleiman
I'm trying to ensure that my EJB 2.0 ejb-jar.xml files validate according to the appropriate dtd, so I tried to run orion with the -validateXML option. However, this gets as far as server.xml before spiting out the following error: Error initializing server: Fatal error at line 59 in file:

validateXML

2000-11-08 Thread Dave Ford
Last week I discovered the validateXML command line option and thought is was great. The more I use it, though, I realize it's near useless. Here is why. The two validating parser's that ship with Orion (Apache's xerces and Sun's jaxp) validate the DTD as well as the xml file.

NullPointerException with validateXML on

2000-11-03 Thread Dave Ford
When I turn on -validateXML, I get a NullPointerException at Orion startup. If I remove my datasources from data-sources.xml, the error goes away. Any suggestions? Here is the stack trace: java.lang.NullPointerException at com.evermind.server.deployment.EnterpriseArchive.ajv(JAX