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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
_
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
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
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
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
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
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,
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
28 matches
Mail list logo