You need to assign an id to that bean so Camel can find it #xsltUriResolver
means the id of the bean should be: xsltUriResolver On Mon, Apr 15, 2013 at 4:19 PM, nikagra <nika...@gmail.com> wrote: > 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. -- Claus Ibsen ----------------- Red Hat, Inc. FuseSource is now part of Red Hat Email: cib...@redhat.com Web: http://fusesource.com Twitter: davsclaus Blog: http://davsclaus.com Author of Camel in Action: http://www.manning.com/ibsen