[
http://jira.jboss.com/jira/browse/JBAS-5487?page=all ]
Shelly McGowan updated JBAS-5487:
---------------------------------
In the latest trunk, xml-apis.jar is *not* in lib/endorsed, only:
resolver.jar serializer.jar xalan.jar xercesImpl.jar
However, in 5.0.0.Beta4 (noted by Jeff) they are there:
jaxb-api.jar resolver.jar serializer.jar xalan.jar xercesImpl.jar xml-apis.jar
With the build changes since Beta4, this has changed but not sure it was intentional.
Will follow up.
Thomas, do you have a test app/case that can be attached to this issue?
xml-apis.jar in lib/endorsed causes WrappedRuntimeException
-----------------------------------------------------------
Key: JBAS-5487
URL:
http://jira.jboss.com/jira/browse/JBAS-5487
Project: JBoss Application Server
Issue Type: Bug
Security Level: Public(Everyone can see)
Reporter: Thomas Diesler
Assigned To: Shelly McGowan
Fix For: JBossAS-5.0.0.CR1
lib/endorsed/xml-apis.jar causes
Caused by: org.apache.xml.serializer.utils.WrappedRuntimeException: Could not load the
propery file 'output_xml.properties' for output method 'xml' (check
CLASSPATH)
at
org.apache.xml.serializer.OutputPropertiesFactory.getDefaultMethodProperties(OutputPropertiesFactory.java:320)
at
org.apache.xalan.templates.OutputProperties.<init>(OutputProperties.java:81)
at
org.apache.xalan.transformer.TransformerIdentityImpl.<init>(TransformerIdentityImpl.java:86)
at
org.apache.xalan.processor.TransformerFactoryImpl.newTransformer(TransformerFactoryImpl.java:821)
at
org.apache.cxf.bus.spring.TunedDocumentLoader.loadDocument(TunedDocumentLoader.java:85)
at
org.springframework.beans.factory.xml.XmlBeanDefinitionReader.doLoadBeanDefinitions(XmlBeanDefinitionReader.java:361)
with cxf webservice client.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira