Dataformat Conversion

2013-11-06 Thread Manoranjitham G
Hi, I need to convert the consumed message(from http component ) which is in xml format to FIX message format and produce it to Tcp/Ip component -- View this message in context: http://camel.465427.n5.nabble.com/Dataformat-Conversion-tp5742759.html Sent from the Camel - Users mailing list arc

Re: Dataformat Conversion

2013-11-07 Thread Manoranjitham G
Hi, I have just started using camel, I am not familiar with conversions using this. Can you please share me some sample code for conversion. I have tried using dataformats provided with camel,but still I could not convert. Kindly help me. Regards, Manoranjitham G From: "Willem.Jiang

Re: Dataformat Conversion

2013-11-07 Thread Manoranjitham G
Hi, I found that (using Bindydataformat), but I don't know how to use that in the code. Can you please share me some sample code. Thank you, Regards, Manoranjitham G 9698585090 From: "Charles Moulliard-2 [via Camel]" To: Manoranjitham G Date: 11/07/2013 01:56 PM Sub

Model object into FIX message conversion using Bindy

2013-11-11 Thread Manoranjitham G
Hi, I am trying to convert a model object into a FIX message using Bindy dataformat. This is my code: Purchase_order Model class: package CamelBindy.Test; import java.math.BigDecimal; import org.apache.camel.dataformat.bindy.annotation.DataField; import org.apache.camel.dataformat.bindy.anno

Key (field name) required instead of Tag number

2013-11-11 Thread Manoranjitham G
Hi, I am trying to convert a model object into FIX message using Bindy. I am passing the List object of the model class(purchase_order) and getting the following *output : 1=Camel in Action|3=19|4=40| * Here it is like* tag=value*, I need it as *Key(field name)=value*. What should I do for that

bean Registry

2013-11-12 Thread Manoranjitham G
Hi, I am trying to invoke a method in a bean but it is showing the error message *No bean could be found in the registry for: HelloBean* here is my beanclass: public class *HelloBean* { public String hello(){ return "name=Tom"; } } camel class:

Re: bean Registry

2013-11-13 Thread Manoranjitham G
Thanks a lot Willem. Its working fine.. :) -- View this message in context: http://camel.465427.n5.nabble.com/bean-Registry-tp5743143p5743185.html Sent from the Camel - Users mailing list archive at Nabble.com.

users@camel.apache.org

2013-11-13 Thread Manoranjitham G
Hi, I am consuming keyvaluepair(FIX message) from a TCP client and converting it to xml message. I have used bindy and xstream dataformats. First I am unmarshalling Bindy.Keyvalue (Input message(empId=46135|firstName=mano|lastName=Ganesh") into javaobject and then marshall that object into xml us

Weblogic JMS

2013-11-25 Thread Manoranjitham G
Hi, I need to consume input from a file and based on the content I need to route it to Weblogic JMS Queue and database. So I have to create Weblogic JMS connection factory and that sholud be registered in JNDI. I have to do using *Java DSL*. kindly help me to create connection factory and JNDI reg

Re: Weblogic JMS

2013-11-25 Thread Manoranjitham G
wlcontext.addComponent( "jms", JmsComponent.jmsComponentClientAcknowledge ( queueConnectionFactory ) ); This is what I meant.ie doin in Java DSL program.. Regards, Manoranjitham G From: "ceposta [via Camel]" To: Manoranjitham G Date: 11/25/2013 08:14 PM Subject:Re: Weblogic

File Consuming

2013-11-26 Thread Manoranjitham G
Hi, How to remove the file content header and footer(like first line and last line) by using camel. -- View this message in context: http://camel.465427.n5.nabble.com/File-Consuming-tp5743848.html Sent from the Camel - Users mailing list archive at Nabble.com.

ISO8583

2013-12-09 Thread Manoranjitham G
Does camel support ISO8583,ISO20022,EBCDIC dataformats? -- View this message in context: http://camel.465427.n5.nabble.com/ISO8583-tp5744502.html Sent from the Camel - Users mailing list archive at Nabble.com.

Does camel support SUSE linux OS?

2013-12-16 Thread Manoranjitham G
-- View this message in context: http://camel.465427.n5.nabble.com/Does-camel-support-SUSE-linux-OS-tp5744838.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Does camel support SUSE linux OS?

2013-12-16 Thread Manoranjitham G
yes, It has JDK. -- View this message in context: http://camel.465427.n5.nabble.com/Does-camel-support-SUSE-linux-OS-tp5744838p5744914.html Sent from the Camel - Users mailing list archive at Nabble.com.

Exception: A Java Database Connectivity (JDBC) driver or data source class name must be specified in the openjpa.ConnectionDriverName or javax.persistence.jdbc.driver property.

2014-11-28 Thread Manoranjitham G
Hi All, I am doing a POC in apache camel to pick data from a file and save it in database consumer- file producer - jpa - when executing the program am getting the below exception *"org.apache.openjpa.persistence.ArgumentException: The persistence provider is attempting to use properties in the