Re: [JBoss-user] Default Xml parser...

2002-08-27 Thread Sebastien CHAUSSON
Andreas and Werner, thank you ! it works :-))) - Original Message - From: "Werner Ramaekers" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, August 27, 2002 11:07 AM Subject: Re: [JBoss-user] Default Xml parser... > Hey, > > What version of JBo

Re: [JBoss-user] Default Xml parser...

2002-08-27 Thread Werner Ramaekers
Hey, What version of JBoss are you running ? If it is the 2.4.x release : make the following changes to define xerces-2.0.0 as the default xml parser for jboss 1. add the xercesImpl.jar and xmlParserAPIs.jar files to JBOSS_HOME/jboss/lib in run.sh change : JBOSS_CLASSPATH=$JBOSS_CLASSPATH:../

Re: [JBoss-user] Default Xml parser...

2002-08-27 Thread Andreas Wollschlaeger
On Tuesday 27 August 2002 10:14, you wrote: > Hi, > > I'd like to use specific xml parser (xerces) in one of my .ear instead of > embedded jboss parser (crimson). Is it possible, packaging xerces > .jar files in my own .war ? Is there anything special to do for correct > deploying and how can I be

Re: Xerces2 (Re: [JBoss-user] Default Xml parser...)

2002-08-27 Thread Sebastien CHAUSSON
rces2 (Re: [JBoss-user] Default Xml parser...) > > Another solution would be to define xerces as default xml parser for > jboss, but I don't know how to achieve this... > > Maybe Xerces2 should become the default sometime in the future. > > The crimson homepage says th

Xerces2 (Re: [JBoss-user] Default Xml parser...)

2002-08-27 Thread Andreas Kuckartz
> Another solution would be to define xerces as default xml parser for jboss, but I don't know how to achieve this... Maybe Xerces2 should become the default sometime in the future. The crimson homepage says this: "the future plan is to move to a different codebase called Xerces Java 2. Xerces 2

[JBoss-user] Default Xml parser...

2002-08-27 Thread Sebastien CHAUSSON
Hi,   I'd like to use specific xml parser (xerces) in one of my .ear instead of embedded jboss parser (crimson). Is it possible, packaging xerces .jar files in my own .war ? Is there anything special to do for correct  deploying and how can I be sure (at runtime) that xerces is used ?   An