[ https://issues.apache.org/activemq/browse/SM-808?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_37851 ]
Eric Dofonsou commented on SM-808: ---------------------------------- Yes indeed it is there, however is till get the following error when I send a request to my endpoint : ------------ 10:05:49,687 ERROR [STDERR] Exception in thread "pool-flow.seda.servicemix-http-thread-1" 10:05:49,694 ERROR [STDERR] java.lang.NoClassDefFoundError: org/apache/xalan/xsltc/trax/SAX2DOM 10:05:49,695 ERROR [STDERR] at org.apache.servicemix.jbi.jaxp.SourceTransformer.toDOMNodeFromSAX(SourceTransformer.java:248) 10:05:49,695 ERROR [STDERR] at org.apache.servicemix.jbi.jaxp.SourceTransformer.toDOMSourceFromSAX(SourceTransformer.java:244) 10:05:49,695 ERROR [STDERR] at org.apache.servicemix.jbi.jaxp.SourceTransformer.toDOMSource(SourceTransformer.java:134) 10:05:49,695 ERROR [STDERR] at org.apache.servicemix.jbi.jaxp.SourceTransformer.toDOMNode(SourceTransformer.java:277) ------------ The xalan.jar that is in the lib/endorsed of JBoss does not include the missing SAX2DOM class. Do we have a version/trimmed dow issue here ? The only way i've managed to solve this issue is to either include the xalan-2.7.0.jar from the maven repository in the servicemix.sar file or in the server/{servername}/lib folder. > Servicemix jboss deployer > ------------------------- > > Key: SM-808 > URL: https://issues.apache.org/activemq/browse/SM-808 > Project: ServiceMix > Issue Type: Bug > Environment: JBoss 4.0.5 GA > Reporter: Eric Dofonsou > Fix For: 3.1 > > > The servicemix-jboss-deployer-3.1-SNAPSHOT.sar file generated by the jboss > depolyer does not include the xalan-2.7.0.jar file in the lib. This is > required by servicemix and is not included in jboss. > Adding the jar to the .sar file fixed the issue. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/activemq/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira