Re: Adding jaas authentication to a cxf endpoint in karaf

2014-11-04 Thread Hilderich
Hello Daniel, Unfortunately I have worked almost 4 days to incorporate a Basic Authentication to Karaf, CXF, Camel and Blueprint but with no success. This Java domain, OSGi and its frameworks, is quite difficult to grasp though I have read partly OSGi in Action and Enterprise OSGi in Action.

Camel 2.15-SNAPSHOT dependency missing sources in repo

2014-11-04 Thread vasilievip
https://repository.apache.org/content/repositories/snapshots/org/apache/camel/camel-core/2.15-SNAPSHOT/ If you take a look at latest snapshot build - it does not contain sources, sources as published for the previous snapshot, but maven sees that there newest build and ignores sources. Something

direct-vm mocking bug

2014-11-04 Thread Geert Vanheusden
Hi Guys, I wanted to mock a direct-vm endpoint with the block=true option but it fails. Here you can find a unit test to reproduce this: === import org.apache.camel.builder.RouteBuilder; import org.apache.camel.component.mock.MockEndpoint; import

Re: Configuring a servlet with camel-jetty

2014-11-04 Thread jack atwork
Hi Willem, Can you provide any more information about this? Do you know if there is a way to configure servlets using camel-jetty or is it simply not possible? I'd really appreciate any insight you have into this. Thanks, Jack On 31 October 2014 11:02, jack atwork jrmpatw...@gmail.com wrote:

EIP Icons for Cacoo

2014-11-04 Thread sothach
If anyone is using Cacoo, I've just published a stencil containing the EIP icons to Cacoo Store https://cacoo.com/store/items/10494 (free) -- View this message in context: http://camel.465427.n5.nabble.com/EIP-Icons-for-Cacoo-tp5758493.html Sent from the Camel - Users mailing list archive

Re: route information is not coming with camelContext.getRoute(route1)

2014-11-04 Thread chaituu
How do i get application context to do ac.getBean(camel); -- View this message in context: http://camel.465427.n5.nabble.com/route-information-is-not-coming-with-camelContext-getRoute-route1-tp5758371p5758502.html Sent from the Camel - Users mailing list archive at Nabble.com.

@PropertyInject throws exception

2014-11-04 Thread arnoldmad
Hi ! I'm using Camel 2.12.1 and I have an issue using the @PropertyInject annotation like this: private @PropertyInject(value = node) String node I'm trying to do the annotation in one of my beans which are registered in the context.xml like this: bean id=myBean

Re: EIP Icons for Cacoo

2014-11-04 Thread Willem Jiang
Thanks for sharing it with us :) -- Willem Jiang Red Hat, Inc. Web: http://www.redhat.com Blog: http://willemjiang.blogspot.com (English) http://jnn.iteye.com (Chinese) Twitter: willemjiang Weibo: 姜宁willem On November 4, 2014 at 7:18:10 PM, sothach (phillips@gmail.com) wrote: If

Doubt about camel comment.

2014-11-04 Thread lordkow
Hi everyone, I am using eclipse kepler and developing using camel context spring. A doubt raised regarding how do i comment a code? Like, everytime I try to comment using and i go to tab Design and come back to Source, my comment automatically is converted to description/description. Is there

Re: Configuring a servlet with camel-jetty

2014-11-04 Thread Reji Mathews
I guess for Jetty, internally there must be a servlet acting at back. Or probably set some option to get it up and running. Just got some clue from http://camel.apache.org/jetty.html . Alternatively http://camel.apache.org/servlet.html can help too. Reji On Tue, Nov 4, 2014 at 4:42 PM, jack

Re: EIP Icons for Cacoo

2014-11-04 Thread Henryk Konsek
Yay. Cool :) . Thanks! On Tue, Nov 4, 2014 at 2:28 PM, Willem Jiang willem.ji...@gmail.com wrote: Thanks for sharing it with us :) -- Willem Jiang Red Hat, Inc. Web: http://www.redhat.com Blog: http://willemjiang.blogspot.com (English) http://jnn.iteye.com (Chinese) Twitter:

Re: Camel - JDBC

2014-11-04 Thread Christian Müller
http://camel.apache.org/running-camel-standalone-and-have-it-keep-running.html Best, Christian - Software Integration Specialist Apache Member V.P. Apache Camel | Apache Camel PMC Member | Apache Camel committer Apache Incubator PMC Member

Re: Camel 2.15-SNAPSHOT dependency missing sources in repo

2014-11-04 Thread Christian Müller
Maybe because the build failed because the source artifact was published. Best, Christian - Software Integration Specialist Apache Member V.P. Apache Camel | Apache Camel PMC Member | Apache Camel committer Apache Incubator PMC Member

Re: There is a problem with the dataFormat MESSAGE and an XSLT transformation?

2014-11-04 Thread Willem Jiang
Hi, You cannot turn a MESSAGE data format message into a PAYLOAD as the first one is a stream which has the SOAP Envelop and last one doesn’t has any SOAP Envelop. Regards, -- Willem Jiang Red Hat, Inc. Web: http://www.redhat.com Blog: http://willemjiang.blogspot.com (English)

Camel MOngodb compoenent

2014-11-04 Thread gmh
All,We have a use case where our Mongodb database needs to be able to synch with Redis cache.I am thinking about using Mongodb and Camel component and the tailable cursor consumer pattern.Has anyone have any experience with this type of setup?Here is the workflow.Data is inserted into MongodbCamel