Re: Custom URIResolver for XSLT component

2013-04-16 Thread nikagra
Thanks for quick response. I was sure that @Qualifier annotation gives an id to bean. Now I have it working with annotations too -- View this message in context: http://camel.465427.n5.nabble.com/Custom-URIResolver-for-XSLT-component-tp5730913p5730957.html Sent from the Camel - Users mailing

Re: Custom URIResolver for XSLT component

2013-04-15 Thread Claus Ibsen
is > 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.h

Custom URIResolver for XSLT component

2013-04-15 Thread nikagra
RIResolver 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/Cu