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
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/
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
Hi,
Could anybody advise if there is an Apache Camel FTP server component available?
Thanks!
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,
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
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:{"
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
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