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
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
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
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
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
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:
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.
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
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
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
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.
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.
--
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.
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.
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
15 matches
Mail list logo