On Mon, 23 Feb 2004, marc salvetti wrote:

> i use the latest ojb version (rc5) 
> See the answer from armin, this message seems not to be related with the current 
> pb, it is apparently for sequence generation

>From what I gather, it seems as if there was a problem with the Resin
build-in xml parser and xslt processor (at least in versions 2.1.6/7, but 
may still be present). These did not resolve entities correctly.
Even if that is not your actual problem, you might want to try the
solution: replace the xml parser (and xslt processor) that resin uses.
Somewhere in the resin config (webapp config ?), you specify these
system-properties:

<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"/>

(these are for xerces/xalan). You also have to put the corresponding
libraries into the lib folder of your webapp.

Tom


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

Reply via email to