Re: cxf endpoint configuration in java DSL

2015-10-03 Thread calyan.bandi
from() section then it would listen for any incoming SOAP/REST requests. Thanks, Kalyan -- View this message in context: http://camel.465427.n5.nabble.com/cxf-endpoint-configuration-in-java-DSL-tp5771538p5772217.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: cxf endpoint configuration in java DSL

2015-09-29 Thread dsjaxen
-- View this message in context: http://camel.465427.n5.nabble.com/cxf-endpoint-configuration-in-java-DSL-tp5771538p5772118.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: cxf endpoint configuration in java DSL

2015-09-23 Thread yogu13
Could you try defining it as below CxfComponent cxfComponent = new CxfComponent(getContext()); CxfEndpoint serviceEndpoint = new CxfEndpoint(SERVICE_ADDRESS, cxfComponent); Regards, -Yogesh -- View this message in context: http://camel.465427.n5.nabble.com/cxf-endpoint-configuration-in-java

Re: cxf endpoint configuration in java DSL

2015-09-23 Thread dsjaxen
} }); java.lang.IllegalArgumentException: endpointUri is not specified and org.apache.camel.component.cxf.CxfEndpoint does not implement createEndpointUri() to create a default value. The XML worked and was what I was aiming to get dynamically from Java. -Doug -- View this message in con

Re: cxf endpoint configuration in java DSL

2015-09-23 Thread calyan.bandi
27.n5.nabble.com/cxf-endpoint-configuration-in-java-DSL-tp5771538p5771865.html Sent from the Camel - Users mailing list archive at Nabble.com.

cxf endpoint configuration in java DSL

2015-09-15 Thread dsjaxen
in context: http://camel.465427.n5.nabble.com/cxf-endpoint-configuration-in-java-DSL-tp5771538.html Sent from the Camel - Users mailing list archive at Nabble.com.