I had to do this to make other xerces work with resin (stick it in the
bottom of resin.conf:

<system-property javax.xml.transform.TransformerFactory=
             "org.apache.xalan.processor.TransformerFactoryImpl"/>
<system-property javax.xml.parsers.DocumentBuilderFactory=
             "org.apache.xerces.jaxp.DocumentBuilderFactoryImpl"/>
<system-property javax.xml.parsers.SAXParserFactory=
             "org.apache.xerces.jaxp.SAXParserFactoryImpl"/>



Ryan
-----Original Message-----
From: Klaasjan Brand [mailto:[EMAIL PROTECTED]] 
Sent: Thursday, February 13, 2003 9:06 AM
To: OJB Users List
Subject: Re: problems loading repository.xml using resin

On Thu, 2003-02-13 at 14:27, Leandro Rodrigo Saad Cruz wrote:
> I use resin to develop with ojb, but I put my parsers on WEB-INF/lib

That's needed when using Xerces too, but how do you set up OJB so it's
using Xerces to parse it's repository. The only way I know with Resin is
to use a server global switch which is a little problematic with a
hosting provider which runs multiple sites on one server...

-- 
Klaasjan Brand <[EMAIL PROTECTED]>
Topicus B.V.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to