Camel Reporting Component

2013-09-18 Thread ganeshkumar.kanagavel
Hi, Please advise if Camel has got any component which provides something similar to Jasper or Business Objects report? Thanks Ganesh ___ This message is for information purposes only, it is not a recommendation, advice, offer or solicitation to buy

Request Reply Issue - Advise needed

2013-09-03 Thread ganeshkumar.kanagavel
Hi, Can someone please advise if I am setting the reply message correctly for the request reply process? I want to send the message in the form of the StreamMessage. StreamMessage streamMsg = JCSMPFactory.onlyInstance().createMessage(StreamMessage.class); // Set the message del

Processor ref bind to header values

2013-08-30 Thread ganeshkumar.kanagavel
Hi, Please advise if we can bind the processor reference to a header values of the exchange? Something like this If I put this like that it's not substituting the value but looking for the bean id ${header.ServiceClassname} Thanks Ganesh ___ This

Camel Request Reply Timeout - Solace

2013-08-28 Thread ganeshkumar.kanagavel
Hi, We are trying to use Camel as Middle Tier service for the Request and response , with Client as WPF using Solace Appliance. I am able to receive the Request message sent by WPF client and process it but the reply ( Which I assume Camel will send back ) is not reaching WPF client. WPF client

Solace Integration with Camel

2013-08-20 Thread ganeshkumar.kanagavel
Hi, Can you please advise if Camel based Routes can be integrated with Solace channels? Any samples on TIBCO EMS or Solace channels help us a lot. Thanks Ganesh ___ This message is for information purposes only, it is not a recommendation, advice, o

doneFileName in different Directory Possibility

2013-07-11 Thread ganeshkumar.kanagavel
Hi, Please advise if we have a option to look for doneFileName in the different directory than the Original File Name? We have a requirement to look for the Ready file in a directory and pick up the data file from a directory. Thanks Ganesh ___ This

RE: Bindy Date Pattern Error

2013-07-11 Thread ganeshkumar.kanagavel
Hi, We are using camel version 2.11 Our data format is in the format of YYMMDD , Unmarshalling is failing if we use java.sql.date but works with java.util.date. But java.util.date is not compliant with sql server database insert, so we need to add some conversion logic in the get method of the

Bindy Date Pattern Error

2013-07-09 Thread ganeshkumar.kanagavel
Hi, Can you please advise regarding Date Pattern exception in Bindy. We are using Bindy to marshal, We have a attribute with data type as DATE. We are getting the below exception during the parsing. java.lang.IllegalArgumentException: Can not find a suitable formatter for the type: java.sql.Dat

idempotentkey available from 2.11 ???

2013-03-28 Thread ganeshkumar.kanagavel
Hi Clauss, Based on the documentation it looks like idempotentkey is available from 2.11 , does that mean we have to wait for 2.11 release? idempotentKey Expression Camel 2.11: To use a custom idempotent key. By default the absolute path of the file is used. You can use the File Language

RE: JASYPT String Decryption

2013-03-28 Thread ganeshkumar.kanagavel
Thanks Ibsen, I followed the below steps and it works like Charm‼! The original password we have will be encrypted with the master password. F:\Camel\apache-camel-2.10.3\lib>java -jar camel-jasypt-2.10.3.jar -c encrypt -p secret -i Ganesh Encrypted text: wJdhCP0vS8ynUrUSDVwF1Q== The Encrypted t

JASYPT String Decryption

2013-03-27 Thread ganeshkumar.kanagavel
Hi, Please advise if anyone know how to decrypt the jasyped value inside a class ? We are planning to encrypt the password values using jasypt and store in a Databases. We want to decrypt the value back inside a bean class. Please advise if it's possible Thanks Ganesh

Camel-Spring Application Start and Stop

2013-03-20 Thread ganeshkumar.kanagavel
Hi, Have got a basic question. I would like to understand the prescribed method of starting and stopping the Camel-spring application? We are planning to have this application on the standalone, so need to understand how to start and stop after deploying into the server. Any model script will

flatpack-camel - Omit Header and Trailer record

2013-03-17 Thread ganeshkumar.kanagavel
Hi, Any ideas about how to omit the header and trailer records in flatpac-camel using pzamp.xml defintions? I want to filter out the header and trailer records after the unmarshalling component. Thanks Ganesh ___ This message may contain information

RE: Database Cache in Camel

2013-03-13 Thread ganeshkumar.kanagavel
Anyone got ideas around setting up the Ehcache based on hibernate? -Original Message- From: Kanagavel, Ganesh Kumar: CRES (NYK) Sent: Wednesday, March 13, 2013 1:02 PM To: users@camel.apache.org Subject: Database Cache in Camel Hi, Can someone advise what the recommended way of maintaini

RE: Flatpack Unmarshall Spring DSL Example

2013-03-13 Thread ganeshkumar.kanagavel
Chris, Thanks for your inputs, It works now. I created a customised tpeconverter to convert the datasetlist to POJO model mapped to Hibernate. -Original Message- From: Kanagavel, Ganesh Kumar: CRES (NYK) Sent: Tuesda

Database Cache in Camel

2013-03-13 Thread ganeshkumar.kanagavel
Hi, Can someone advise what the recommended way of maintaining the database Cache in Camel ? We would like to access cache bean from a bean rather that writing any query. Can someone shed some insights? Thanks Ganesh ___ This message may contain inf

RE: Flatpack Unmarshall Spring DSL Example

2013-03-12 Thread ganeshkumar.kanagavel
Thanks, I will check that out. I have a Flat File which I want to create List of records out of it. I want to transform and pass to hibernate endpoint. I actually was using BINDY Fixed format, but that is giving problem when the records are short record. I am seeing some action to allow short r

RE: Camel BINDY FIXED - Short Record handling features

2013-03-12 Thread ganeshkumar.kanagavel
Claus, I see your comment about improving the BINDY Fixed Length http://camel.465427.n5.nabble.com/Bindy-and-FixedLength-td5118749.html Is the below issue will get addressed as part of the fix? If the data is short record, then the padding is not happening to make it to match with the Model Len

RE: Flatpack Unmarshall Spring DSL Example

2013-03-12 Thread ganeshkumar.kanagavel
Chris, Thanks, Flatpack config files are created. But I want to use the Spring DSL for Unmarshall the flatpack components. I am not able to create the beans correctly. Can you please share the link where I can check the examples? Thanks Ganesh -Original Message- From: Chris Geer [mailt

Flatpack Unmarshall Spring DSL Example

2013-03-12 Thread ganeshkumar.kanagavel
Hi, Anyone has got examples for unmarshalling Flatpack structure in Spring DSL? I am not able to see anything in net. Thanks Ganesh ___ This message may contain information that is confidential or privileged. If you are not an intended recipient of t

Camel Release 2.11 Target Date

2013-03-12 Thread ganeshkumar.kanagavel
Hi Claus, Do we have the target date for Camel 2.11 releases? I cannot wait for 2.11 release to be available to make use of hibernate4 and Bindy features. BTW do we have the list of all the new features incorporated in the 2.11 Release. Thanks Ganesh _

Camel BINDY FIXED - Short Record handling features

2013-03-12 Thread ganeshkumar.kanagavel
Hi, Please advise if there is a feature available in Camel BINDY FIXED Format to handle the short record exceptions. i.e) the file is Fixed Format of 80 Bytes, but it may also contain less than 80 on some records. When I defined the Model Class with 80 Bytes, the processor is failing on those

Camel BINDY FIXED - Short Record handling features

2013-03-12 Thread ganeshkumar.kanagavel
Hi, Please advise if there is a feature available in Camel BINDY FIXED Format to handle the short record exceptions. i.e) the file is Fixed Format of 80 Bytes, but it may also contain less than 80 on some records. When I defined the Model Class with 80 Bytes, the processor is failing on those

RE: Hibernate Current Session issue in Camel

2013-03-12 Thread ganeshkumar.kanagavel
Thanks Claus, I will wait for 2.11 camel-extra release. I retreated to hibernate3 for now and working fine. -Original Message- From: Claus Ibsen [mailto:claus.ib...@gmail.com] Sent: Tuesday, March 12, 2013 3:14 AM To: users@camel.apache.org Subject: Re: Hibernate Current Session issue i

Came Hibernate SaveorUpdate Option

2013-03-12 Thread ganeshkumar.kanagavel
Hi, Please advise if we have saveorupdate hibernate feature in Camel Hibernate endpoint? Thanks Ganesh ___ This message may contain information that is confidential or privileged. If you are not an intended recipient of this message, please delete it

RE: Hibernate Current Session issue in Camel

2013-03-11 Thread ganeshkumar.kanagavel
Hi Claus, Please find the bean definition in the camel context. name.hbm.xml hibernate.dialect=org.hibernate.dialect.SQLServerDialect hibernate.hbm2ddl.auto=create hiber

RE: Hibernate Current Session issue in Camel

2013-03-11 Thread ganeshkumar.kanagavel
Camel Version is 2.10.3 Camel-Extra Version is 2.10.1 camel-hibernate Version is 2.10.1 spring-tx Version is 3.2.1.RELEASE spring-jdbc Version is 3.1.0.RELEASE spring-expression is 3.1.0.RELEASE -Original Message- From: Claus Ibsen [mailto:claus.ib...@gmail.com] Sent: Monday, March 11,

Hibernate Current Session issue in Camel

2013-03-11 Thread ganeshkumar.kanagavel
Hi, Please advise if anyone has faced this problem of implementing hibernate in Camel? by: java.lang.NoSuchMethodError: org.hibernate.SessionFactory.getCurrentSession()Lorg/hibernate/classic/Session; at org.apacheextras.camel.component.hibernate.SpringTransactionStrategy$1.doInTransacti