Hi, Look at the Camel java API. From java DSL, you can call the set methods to dynamically set any attributes of Camel Bean.
There is a setEndpointUri on the BeanEndpoint class. http://camel.apache.org/maven/current/camel-core/apidocs/org/apache/camel/component/bean/BeanEndpoint.html Prajod -----Original Message----- From: contactreji [mailto:[email protected]] Sent: Wednesday, August 20, 2014 4:07 PM To: [email protected] Subject: RE: CXF producer endpoint - URL symbol clash Thanks Prajod for the reply. We used that method initially where the target systems were fixed and predefined. But now the scenario is slightly more dynamic. We need to have dynamic target system details to be read from database. We are using camel recepientList EIP. Hence, on the fly am populating the recepientlist slip by reading the camel endpoints from database. Hence, the cxf point was declared and saved in db as a one liner. Regards Reji -- View this message in context: http://camel.465427.n5.nabble.com/CXF-producer-endpoint-URL-symbol-clash-tp5755407p5755430.html Sent from the Camel - Users mailing list archive at Nabble.com. The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately and destroy all copies of this message and any attachments. WARNING: Computer viruses can be transmitted via email. The recipient should check this email and any attachments for the presence of viruses. The company accepts no liability for any damage caused by any virus transmitted by this email. www.wipro.com
