Re: Could not resolve a binding for null

2011-11-17 Thread yadavi
Hey, Thanks. Now i am not getting the error. I had both cxf and camel-cxf installed in servicemix. So i uninstalled the camel-cxf feature. -- View this message in context: http://camel.465427.n5.nabble.com/Could-not-resolve-a-binding-for-null-tp4997469p5000710.html Sent from the Camel - Users

Could not resolve a binding for null

2011-11-16 Thread yadavi
Hi, Greetings!! Here i am deploying jar into servicemix.Trying to pickup wsdl from cxf:endpoint and trying to get the soap request into the outbox. *This is my camel-context file:* beans xmlns=http://www.springframework.org/schema/beans;

Re: Could not resolve a binding for null

2011-11-16 Thread Jon Anstey
Looks like you are using Spring DM (not Aries Blueprint) for dependency injection so you'll need to add in CXF import elements like the ones shown here: http://camelinaction.googlecode.com/svn/trunk/chapter7/cxf/code_first/src/main/resources/META-INF/spring/camel-cxf.xml Cheers, Jon On Wed, Nov

Re: Could not resolve a binding for null

2011-11-16 Thread yadavi
Hi, Thanks for your suggestion. I could resolve binding error , but now i am getting this error of FileNotFoundException. I have already added the plugin in pom.xml. org.springframework.beans.factory.parsing.BeanDefinitionParsingException: Configuration problem: Failed to import bean

Re: Could not resolve a binding for null

2011-11-16 Thread Freeman Fang
Hi, Looks like you have import resource=classpath:META-INF/cxf/camel-context.xml / Why you need it? The camel-context.xml isn't exported by cxf bundle in META-INF/cxf so you shouldn't have it. Isn't the camel-context.xml the camel router file in your customer bundle? Freeman On

Re: Could not resolve a binding for null

2011-11-16 Thread yadavi
Hi, Apology!! This is the correct error. org .springframework.beans.factory.parsing.BeanDefinitionParsingException: Configuration problem: Failed to import bean definitions from URL location [classpath:META-INF/cxf/cxf.xml] Offending resource: URL

Re: Could not resolve a binding for null

2011-11-16 Thread Freeman Fang
Hi, The META-INF/cxf/cxf.xml is from cxf-bundle so you need ensure cxf- bundle already get installed and started correctly. Freeman On 2011-11-17, at 下午1:46, yadavi wrote: Hi, Apology!! This is the correct error. org .springframework.beans.factory.parsing.BeanDefinitionParsingException: