For xml parsing errors, try two thing
1、change
/Oracle/Middleware/user_projects/domains/base_domain/bin/setDomainEnv.sh
line 451, add parameter like
JAVA_OPTIONS="${JAVA_OPTIONS}
-Djavax.xml.parsers.DocumentBuilderFactory=com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl
-Djavax.xml.parsers.SAXParserFactory=com.sun.org.apache.xerces.internal.jaxp.SAXParserFactoryImpl"
2、delete all xml-apis-*.jar in each /WEB-INF/lib/在 2011年1月27日 下午12:40,David Taylor <[email protected]>写道: > 2011/1/26 HanYZ <[email protected]>: > > 1、Attachment is weblogic.xml > > 2、Datasource define is > > > > name: JetspeedDB > > jndi name: JetspeedDB > > > That didn't work for me, same stack trace as last time. Im skipping > JNDI for now, and trying a DBCP hard coded data source. Now Im getting > the xml parsing errors in spring that you seem to have already solved > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
