RE: JDOM and orion 1.5.2

2001-06-28 Thread Tommy Eriksson
: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of [EMAIL PROTECTED] Sent: den 28 juni 2001 23:51 To: Orion-Interest Subject: Re: JDOM and orion 1.5.2 Hello guys Has anyone of you got JDOM to work with orion 1.5.2 ??? I have jdom6 in {ORIONDIR}/lib and lastest version of xerces.jar in

Re: JDOM and orion 1.5.2

2001-06-28 Thread BAC10000
Hello guys Has anyone of you got JDOM to work with orion 1.5.2 ??? I have jdom6 in {ORIONDIR}/lib and lastest version of xerces.jar in {ORIONDIR}/ still got the problem like below org.jdom.JDOMException: SAX2 driver class org.apache.xerces.parsers.SAXParser not found: SAX2 driver class org

RE: JDOM and orion 1.5.2

2001-06-08 Thread Tommy Eriksson
Title: RE: JDOM and orion 1.5.2 This was the way to go, I had to rewrite some of my code but now everything works fine. Thanks   /Tommy -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Kesav KumarSent: den 7 juni 2001 18:33To: Orion

SV: JDOM and orion 1.5.2

2001-06-07 Thread Patrik Andersson
Title: SV: JDOM and orion 1.5.2 Maybee setting the java.sax.driver system property (or whatever it is called I don't remember) like: java -Djava.sax.driver=com.acme.sax.SAX2 -jar orion.jar ? -Ursprungligt meddelande- Från: Steven De Schutter [mailto:[EMAIL PROTECTED]] Skickat

RE: JDOM and orion 1.5.2

2001-06-07 Thread Kesav Kumar
Title: RE: JDOM and orion 1.5.2 I think you might be using old version of JDOM.  Update your JDOM with latest beta6 or what ever.  Now JDOM is also a JAXP complince.  JDOM uses JAXP for searching parsers. Kesav Kumar Software Engineer Voquette, Inc. 650 356 3740 mailto:[EMAIL PROTECTED] http

Re: JDOM and orion 1.5.2

2001-06-07 Thread Steven De Schutter
does it work If you start the orionserver with ... java -classpath sax2.jar;xerces.jar;jaxp.jar;jdom.jar;orion.jar;lib/xmlrpc.jar com.evermind.server.ApplicationServer ( I've downloaded sax2.jar and jdom.jar somewhere ... you have to put sax2.jar and jdom.jar in the same directory as orion.ja

Re: JDOM and orion 1.5.2

2001-06-07 Thread Juan Fuentes
Tommy Eriksson wrote: > > Hi, > > I have a problem that is driving me crazy. > > I have been using orion 1.3.8 and jdom for some time now and it works fine > (except that it sometimes hangs for a while). When I updated orion to 1.5.2 > I got the a problem with JDOM complaining about SAX Parser

JDOM and orion 1.5.2

2001-06-07 Thread Tommy Eriksson
Hi, I have a problem that is driving me crazy. I have been using orion 1.3.8 and jdom for some time now and it works fine (except that it sometimes hangs for a while). When I updated orion to 1.5.2 I got the a problem with JDOM complaining about SAX Parser not found. I think this is because JDOM