Camel Jasypt doesn't work in camel:sslContextParameters in Eclipse

2016-06-21 Thread Jack Ding
Hello, I think I am having the same issue as described in a post on the RedHat website.  Accessing (Jasypt) encrypted properties inside Camel Namspace'd elements - Red Hat Customer Portal | | | | || | | | | | Accessing (Jasypt) encrypted properties inside Camel Nams

Re: Camel-xmlsecurity :No XML schema found

2016-02-09 Thread Jack Ding
bruary 9, 2016 1:01 AM, Claus Ibsen wrote: You need to put the test.xsd file together with your Camel application so they are in the same OSGi bundle, so the classloder can find the file. Look at some of the other osgi examples that are in the examples of Camel. https://github.com/apache/

Camel-xmlsecurity :No XML schema found

2016-02-08 Thread Jack Ding
Hello, I am testing the XML Security component according to the example from the camel-xmlsecurity website. For example the following producer refers to the Test.xsd: I am testing this in the karaf and I have put the Test.xsd in the following folder: apache-karaf-2.3.11/instances/mytestin

Is there an Apache Camel FTP server component available ?

2016-01-11 Thread Jack Ding
Hi, Could anybody advise if there is an Apache Camel FTP server component available? Thanks!

Re: How to specify types in marshalling from XML to JSON

2016-01-08 Thread Jack Ding
Hi Raul, I think I figured out how to test your suggestions. Below is my new configuration with typeHints="YES" with the attribute "type" not "jason_type":  And it works now!  Thank you very much for the assistance! On Friday, January 8, 2016 11:36 AM,

Re: How to specify types in marshalling from XML to JSON

2016-01-08 Thread Jack Ding
Camel | Integration, Big Data and Messaging Engineerhttp://about.me/raulkripalani |  http://www.linkedin.com/in/raulkripalani http://blog.raulkr.net | twitter: @raulvk On Thu, Jan 7, 2016 at 4:38 PM, Jack Ding wrote: Hello, I am trying to do the XML to JSON conversion using camel-xmljson with some

How to specify types in marshalling from XML to JSON

2016-01-07 Thread Jack Ding
Hello, I am trying to do the XML to JSON conversion using camel-xmljson with some specified date types such as number, boolean, etc.  Example 1: input XML:  string   12345 Expected JSON: {"a":{"b":"string", "c": 12345}} You can see 12345 should be a number instead of a string.   Result JSON:{"

Re: Exclude Camel from Antivirus Scan?

2013-11-12 Thread Jack Ding
tml On 11/12/2013 08:49 AM, Jack Ding wrote: > Hello, > > The  IT  department is asking if it is necessary to exclude any of the camel > related folders/files to be scanned to avoid any impact on performance, > malfunction,  etc.  Does anybody have experience / suggestion on

Exclude Camel from Antivirus Scan?

2013-11-12 Thread Jack Ding
Hello,   The  IT  department is asking if it is necessary to exclude any of the camel related folders/files to be scanned to avoid any impact on performance, malfunction,  etc.  Does anybody have experience / suggestion on Antivirus related issues on Camel and how to avoid them?     It seems tha