Hello
I'd like to implement custom URI resolver for XSLT component. I'm using
Spring to configure Camel context. The problem is when I configure URI
resolver using @Component and @Qualifier annotations I got
No bean {bean id} could be found in the registry of type:
javax.xml.transform.URIResolver
This bean could be autowired normally to other beans. But if I define this
bean in Spring xml context file it works ok.
Here is part of my route:
.to("xslt:xslt/dummy.xsl?uriResolver=#xsltUriResolver")
--
View this message in context:
http://camel.465427.n5.nabble.com/Custom-URIResolver-for-XSLT-component-tp5730913.html
Sent from the Camel - Users mailing list archive at Nabble.com.