[ 
https://issues.apache.org/activemq/browse/SM-808?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_37859
 ] 

Guillaume Nodet commented on SM-808:
------------------------------------

If you look at the 
org.apache.servicemix.jbi.jaxp.SourceTransformer.toDOMNodeFromSAX
method (and another one), you will see that they use Xalan internal classes 
(the ones
that throws a CNFE for you).

Such calls could be replated (if these class are not in the classloader) by 
calls to the
toResult(Source, Result) method which only uses the standard JAXP API.

This is just about removing the "org.apache.xalan.xsltc.trax.*" imports
from the SourceTransformer class.

> 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

        

Reply via email to