Skip to end of metadata
Go to start of metadata

!!! Under Construction !!!

Also see the Users Mailing List.

unable to create resource processing instance for resource

Error message : 

ContentDeliveryUnitCreator [org.milyn.smooks.scripting.GroovyContentDeliveryUnitCreator] unable to create resource processing instance for resource
[Target Profile: [[from-type:text/xml:canonicalresult and from:xxx and to-type:text/xml:yyy-specification and to:yyy]],
 Selector: [node1 node2 date], Selector Namespace URI: http://www.xxx.se/yyy, Resource: [/example/DateFormatter.groovy], Num Params: [2]].

Solution: 

This message will be displayed if groovy-all.jar is not in the classpath.

When deploying transformations to JBoss 4.2, transformations failed even though that they passed in our development evironment.

Error message: nothing, the transformation will simple pass through the xml.

Solution: 

Remove $JBOSS_HOME/lib/endorsed/xalan.jar.

javax.xml.transform.TransformerConfigurationException

Error message :

javax.xml.transform.TransformerConfigurationException: Translet class loaded, but unable to create translet instance. 

Solution:

set <param name="is-xslt-templatelet">false</param> in the Smooks resource configuration file.

Labels
  • None