Re: server.xml fails -validateXML

2000-11-22 Thread Saphari.com - www.saphari.com
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 ";" terminating reference to parameter en

Re: server.xml fails -validateXML

2000-11-22 Thread Hani Suleiman
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 appropriate dtd, so I tried to run orion with the -validateXML option. However

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:/home

RE: server.xml fails -validateXML

2000-11-21 Thread Tim Drury
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 server.xml before spiting out the following error

Re: server.xml fails -validateXML

2000-11-21 Thread Gerald Gutierrez
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, this gets as far

Re: server.xml fails -validateXML

2000-11-21 Thread Hani Suleiman
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 ensure that my EJB 2.0 ejb-jar.xml files validate according

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. The problem

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