
|
If you were logged in you would be able to see more operations.
|
|
|
|
Add the following to the <container> element in the cargo plugin:
<!-- Make Resin aware of Spring 2.0 XSDs -->
<systemProperties>
<javax.xml.parsers.DocumentBuilderFactory>
org.apache.xerces.jaxp.DocumentBuilderFactoryImpl
</javax.xml.parsers.DocumentBuilderFactory>
<javax.xml.parsers.SAXParserFactory>
org.apache.xerces.jaxp.SAXParserFactoryImpl
</javax.xml.parsers.SAXParserFactory>
</systemProperties>
|
|
Description
|
Add the following to the <container> element in the cargo plugin:
<!-- Make Resin aware of Spring 2.0 XSDs -->
<systemProperties>
<javax.xml.parsers.DocumentBuilderFactory>
org.apache.xerces.jaxp.DocumentBuilderFactoryImpl
</javax.xml.parsers.DocumentBuilderFactory>
<javax.xml.parsers.SAXParserFactory>
org.apache.xerces.jaxp.SAXParserFactoryImpl
</javax.xml.parsers.SAXParserFactory>
</systemProperties> |
Show » |
|