Re: Camel-maven-plugin 2.12.1 Problem

2013-12-12 Thread atiato
Kind reminder ... -- View this message in context: http://camel.465427.n5.nabble.com/Camel-maven-plugin-2-12-1-Problem-tp5744328p5744713.html Sent from the Camel - Users mailing list archive at Nabble.com.

Camel-maven-plugin 2.12.1 Problem

2013-12-04 Thread atiato
Dear Clause, I'm have issue when running the camel project with version 2.12.1 camel maven plugin , I rolled back to 2.9.0 to make the project work , attached is the error log when using 2.12.1. Thanks, Omar Atia mavenplugin2.12.1exception.rar

Re: contentObjectId in XML Security (camel-xmlsecurity)

2013-10-01 Thread atiato
Hi Claus , I didn't get any reply for this ? should we open this as JIRA ? thanks, Omar Atia -- View this message in context: http://camel.465427.n5.nabble.com/contentObjectId-in-XML-Security-camel-xmlsecurity-tp5740265p5740707.html Sent from the Camel - Users mailing list archive at

Re: contentObjectId in XML Security (camel-xmlsecurity)

2013-09-30 Thread atiato
Dear Claus , Please check the above error message when setting the camel header for Content reference URI ? thanks, Omar Atia -- View this message in context: http://camel.465427.n5.nabble.com/contentObjectId-in-XML-Security-camel-xmlsecurity-tp5740265p5740536.html Sent from the Camel -

Re: contentObjectId in XML Security (camel-xmlsecurity)

2013-09-28 Thread atiato
contentObjectId is used to change the reference URI and apply it during signing of the message . Well I want to sign XML message using camel-xmlsecurity and I have change the code for this component to Sign the message . the Question should I open JIRA for the exception when using the Header of

Re: contentObjectId in XML Security (camel-xmlsecurity)- How to open JIRA?

2013-09-28 Thread atiato
Dears Claus, the solution is as below when specifying the header CamelXmlSignatureContentReferenceUri with #Body , it raises the above exception , so as a work around we were unable to add the ContentObjectId to uri when signing because it has no setter method inside the camel-xmlsecurity jar

Re: contentObjectId in XML Security (camel-xmlsecurity)

2013-09-28 Thread atiato
I added the following : setHeader headerName=CamelXmlSignatureContentReferenceUri constant#Body/constant /setHeader to uri=xmlsecurity:sign://enveloped?keyAccessor=#accessorRsaamp;addKeyInfoReference=trueamp;transformMethods=#NoCommTrans

Re: contentObjectId in XML Security (camel-xmlsecurity)

2013-09-28 Thread atiato
I will try again in small letter and get back to you ...I remember I did both and it didn't work . -- View this message in context: http://camel.465427.n5.nabble.com/contentObjectId-in-XML-Security-camel-xmlsecurity-tp5740265p5740346.html Sent from the Camel - Users mailing list archive at

Re: contentObjectId in XML Security (camel-xmlsecurity)

2013-09-28 Thread atiato
Dear Clause,, it raises the below error when using small letter. to uri=xmlsecurity:sign://enveloped?keyAccessor=#accessorRsaamp;addKeyInfoReference=trueamp;transformMethods=#NoCommTransamp;contentObjectId=Body / convertBodyTo type=String /

Re: contentObjectId in XML Security (camel-xmlsecurity)

2013-09-28 Thread atiato
Dear Claus , What about this error when setting the header to change Reference URI ? setHeader headerName=CamelXmlSignatureContentReferenceUri constant#Body/constant /setHeader to

contentObjectId in XML Security (camel-xmlsecurity)

2013-09-27 Thread atiato
Dears , Please let me know how to fill contentObjectId when signing XML messages. Please example I already searched github and sources and didn't have the luck to find any . Thanks, Omar Atia -- View this message in context:

Camel LDAP How to add , remove , modify from LDAP Server?

2013-05-04 Thread atiato
Hello Claus , I need to know how to use Add , remove or modify in additional to search with Camel LDAP using Spring DSL ? any spring DSL example will be appreciated , for example I need to set the Body with certain value to add or remove or modify , search is managable through Apache camel docs ?

JDBC connection for http hits to Oracle DB ...

2013-02-07 Thread atiato
Dears , I'm using Spring JDBC template and I'm calling DB package for every http hit to apache camel Jetty server. the question is : will we hit DB using new JDBC connection for every hit ? or will we using the same JDBC template for all ? I mean use available JDBC connections in the pool ?

Re: JDBC connection for http hits to Oracle DB ...

2013-02-07 Thread atiato
Thanks so it will manage everything internally . I think max active spring parameter will ensure that no more than 200 connection are working concurrently . bean id=oracle-ds class=org.apache.commons.dbcp.BasicDataSource destroy-method=close property

XML security (Signed SOAP message) with apache camel

2012-11-28 Thread atiato
Provisioning Gateway digital signature concept complies with W3C XML Signature Syntax and Processing recommendation [XMLDSIG]. From among open-source Web Service Security implementations Apache XML Security project [XMLSEC] was chosen since it the best way met high demands on PGW request

Http query string comma seperated values.

2012-10-30 Thread atiato
Dears, I want to send the following with http endpoint using receiptlist as below : recipientList to uri=http://10.210.7.193:8880/startsurvey/?AppCode=${header.AppCode}amp;ToNumber=${header.ToNumber}amp;ShortMessage=${header.ticketid},${header.tickettype}/ /recipientList appreciate helping me

Re: Http query string comma seperated values.

2012-10-30 Thread atiato
Yes thanks I have also change the receiptlist delimeter to pipe and it works . -- View this message in context: http://camel.465427.n5.nabble.com/Http-query-string-comma-seperated-values-tp5721773p5721775.html Sent from the Camel - Users mailing list archive at Nabble.com.

Configuration for Apache camel...

2011-11-25 Thread atiato
Dears , I would like to know if there is special configuration for camel if we are having heavy load , let us assume the following : 1- have Mina TCP endpoint . 2- from TCP I use JAXB to transform XML coming into Object. 3- call the Web service using CXF endpoint. 4- convert response into Object