3 Replies Latest reply on Apr 21, 2009 2:00 PM by stlewis

    fuse 4.0.0.4 servicemix-saxon xslt transformerfactory

    noelokelly

      Hi,

       

      I'm trying to use the transformerFactory attribute on the saxon-xslt endpoint to change the transformer factory to xalan. I am assuming that the component is jaxp compliant.

      This is for the bridge example using fuse 4.0.0.4.

      The xbean.xml entry  is as follows

       

       

       

      This is a portion of the exception output from the maven build:

       

      Failed to generate jbi.xml: org.apache.servicemix.maven.plugin.jbi.JbiPluginException: Unable to generate service unit descriptor!

       

       

      Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.apache.servicemix.saxon.XsltEndpoint' defined in URL file:////home/noelokelly/fuse/examples/bridge/bridge-xslt-su/src/main/resources/xbean.xml: Initialization of bean failed; nested exception is org.springframework.beans.TypeMismatchException: Failed to convert property value of type to required type for property 'transformerFactory'; nested exception is java.lang.IllegalArgumentException: Cannot convert value of type to required type for property 'transformerFactory': no matching editors or conversion strategy found.

       

      Any ideas ??  Can't find any references to this anywhere.