Re: Camel main class in osgi bundle

2014-01-19 Thread Christian Schneider
I always use blueprint together with the Java DSL. I never experienced the limitations you described. Are you sure about that? Christian On 18.01.2014 21:52, alexey-s wrote: 1. Blueprint requires the presence of all the objects (beans) in the public OSGi part. 2. These objects can create

Re: PGP decryption from File route

2014-01-19 Thread hshicx
Hi, It turns up that issue 1 is caused by me using charset=utf-8 with the file consumer, witch caused the PGP file to get corrupted. This is an issue only if the PGP is using binary format and not the armored format. Regards, Hs -- View this message in context:

Splitter with parallelProcessing and exectorService for each Exchange being split

2014-01-19 Thread hshicx
Hi, I am wondering if the executorService (configured using execuotServiceRef) is shared among the different Exchanges being split using the same route. I am aware that execuotServiceRef will look up for a *ThreadPoolProfileSupport* in the Registry if an exectorService with the same id is not

Camel XMPP and ActiveMQ

2014-01-19 Thread gadido30
Hi All, I want to connect ActiveMQ and StandAlone Camel, Dose Camel with XMPP send messages two way , I mean send and receive from xmpp server? I will be glad for simple guide how to connect between camel and ActiveMQ? Best Regards Gadi -- View this message in context:

Re: Camel XMPP and ActiveMQ

2014-01-19 Thread Willem Jiang
You can find more information here[1][2] [1]http://camel.apache.org/xmpp.html [2]http://camel.apache.org/jms.html -- Willem Jiang Red Hat, Inc. Web: http://www.redhat.com Blog: http://willemjiang.blogspot.com(http://willemjiang.blogspot.com/) (English)

Re: Splitter with parallelProcessing and exectorService for each Exchange being split

2014-01-19 Thread Willem Jiang
The executorService of Splitter is set when splitter definition creates the processor. So the exectorService per Splitter processor not per each exchange. -- Willem Jiang Red Hat, Inc. Web: http://www.redhat.com Blog: http://willemjiang.blogspot.com(http://willemjiang.blogspot.com/)

Re: camel activemq, POJO producer is null

2014-01-19 Thread Willem Jiang
You can put the bean definition into the Blueprint file which holds camelContext definition. -- Willem Jiang Red Hat, Inc. Web: http://www.redhat.com Blog: http://willemjiang.blogspot.com(http://willemjiang.blogspot.com/) (English) http://jnn.iteye.com(http://jnn.javaeye.com/) (Chinese)

Re: Problem Running Loan Broker Web Service Example

2014-01-19 Thread jameskisp
Richard Kettelerij wrote - Disable your OS firewall and see if it makes any difference. The loan broker web services client is working now after I disabled the firewall restarted the OS. Strange thing is it is still working even after I re-enabled the firewall. Thanks Richard :-). -- View

Apache Camel v2.12 | CXF Component | Basic Authentication | Web Service

2014-01-19 Thread P Manchanda
Respected Camel Experts, I am trying to access a web service that requires basic authentication. I am able to access using the CXF's JaxWsDynamicClientFactory. The code piece for auth looks like:            JaxWsDynamicClientFactory dcf = JaxWsDynamicClientFactory.newInstance();           

Camel route does not resume to pick the events from the pre filled activemq queue

2014-01-19 Thread Kavita Mohite
Hi All, I need urgent help here. I have an activemq queue from which my camel route receives the events. This activemq queue is pre filled with almost 90K events. When I start the route to receive the events I see that around 20K events are picked up ( through jmx I see that around 6K in DEQUEUE

Re: Splitter with parallelProcessing and exectorService for each Exchange being split

2014-01-19 Thread Claus Ibsen
On Mon, Jan 20, 2014 at 3:04 AM, Willem Jiang willem.ji...@gmail.com wrote: The executorService of Splitter is set when splitter definition creates the processor. So the exectorService per Splitter processor not per each exchange. Correct, and also remember that executorService = thread

routeContext features

2014-01-19 Thread Sven Nold
Hi, I really like the feature of routeContext, but I think some features are missing. Maybe someone could point me to the right direction. - routeContext must not be empty I would like to give users (other developers) the possibility to extend/add their own routes. But currently the

Re: Problem Running Loan Broker Web Service Example

2014-01-19 Thread jameskisp
Seem like the problem is not due to the firewall. After restarting the example LoanBroker service multiple times, I have observed that it would intermittently listen to port 1105 instead of port 9008. http://camel.465427.n5.nabble.com/file/n5746236/TCPView.png I was able to get a response on