Re: [IDEA] - Having a parent maven pom.xml for only the dependency versions

2013-08-16 Thread Christian Müller
What do you propose the "list of all the camel components and some other stuff" should go? Best, Christian - Software Integration Specialist Apache Camel committer: https://camel.apache.org/team V.P. Apache Camel: https://www.apache.org/foundation/ Apache Member: https://www.apac

Re: spi-annotations

2013-08-16 Thread Christian Posta
Apply this for the fix :) diff --git a/camel-core/pom.xml b/camel-core/pom.xml index cd2f201..7409c90 100755 --- a/camel-core/pom.xml +++ b/camel-core/pom.xml @@ -99,7 +99,6 @@ org.apache.camel spi-annotations ${project.version} - true On Fri, Aug 16, 201

spi-annotations

2013-08-16 Thread Christian Posta
So in camel-core, the spi-annotations dependency is marked "optional" in the pom. org.apache.camel spi-annotations ${project.version} true But is it optional? Seems to be used in some of the core components, so should be there, right? -- *Christian Posta*

Re: XML Signature DataFormat

2013-08-16 Thread Claus Ibsen
Hi There is this ticket. I assume its likely related to your proposal https://issues.apache.org/jira/browse/CAMEL-6339 As it was a big patch and also we should double check that the source code is fully ASF acceptable. I think there is some schema files or whatnot copied from SUN/Oracle which may

XML Signature DataFormat

2013-08-16 Thread Colm O hEigeartaigh
Would the Camel community be interested in a XML Signature DataFormat? It would be quite similar to the existing XML Security DataFormat, except that it would offer XML Signature instead of XML Encryption. Both could be used together to support "sign-before-encrypt" or "encrypt-before-sign" type of

Re: Multicast issue

2013-08-16 Thread Claus Ibsen
Hi Use the @user mailing list / forum for these kind of questions. And please dont post the same question in private emails to the Camel team members. http://camel.apache.org/mailing-lists.html http://camel.apache.org/discussion-forums.html Apache Camel is a public project and all such kind of qu

Multicast issue

2013-08-16 Thread maneshbelchada
Hi, We are using the below configuration to send a file from single source to multiple remote destinations. http://www.springframework.org/schema/beans"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xmlns:camel="http://camel.apache.org/schema/spring"; xmlns:util="http://www.s

Re: AdviceWithRouteBuider issue

2013-08-16 Thread Claus Ibsen
Hi Please use the @user mailing list / forum for these kind of questions, as we say: http://camel.apache.org/mailing-lists.html And your problem is that the advice code is inside the configure method, this is not allowed, you should put the advice code in the unit test method, eg as documented.

AdviceWithRouteBuider issue

2013-08-16 Thread George Wu(Geckos)
Hi Camel team folks I try to try to write code with tests AdviceWithRouteBuilder's explored API base on Camel 2.11 version, but got below error, please kindly help it, thanks a lot. I really refer to camel website listed guide line. http://camel.apache.org/advicewith.html You can of course comb

Re: Problem with jetty endpoint

2013-08-16 Thread yiwang
hi, Could this example code open a moment, I consult? thank you -- View this message in context: http://camel.465427.n5.nabble.com/Problem-with-jetty-endpoint-tp487577p5737375.html Sent from the Camel Development mailing list archive at Nabble.com.