Asynchronous routing with jms hangs in midstream

2013-05-19 Thread glsilverman
I'm trying to send a message asynchronously between two camel routes each in a different bundle configured with blueprint.xml in Apache Karaf 2.3.1. I'm using Camel 2.11.0 and activemq-camel 5.8.0 feature installed. Once in a while the message goes through and is processed without incident. Most of

Re: Asynchronous routing with jms hangs in midstream

2013-05-19 Thread glsilverman
The problem does appear to be parallel processing in the splitter. If I turn that off, the route works perfectly every time. I stripped out any reference to activemq and jms routing in my blueprint.xml files.I also striped out the aggregator. As for the JPA services that I'm using to handle the act

Re: Asynchronous routing with jms hangs in midstream

2013-05-20 Thread glsilverman
Wow!. Thanks for your insight. I would not have known about combining transactions with parallel processing. This could change my overall implementation. Would spawning a new thread for each pass in my import processor overcome this limitation, or just compound it? -- View this message in contex

How can I configure and use SearchContext in CXFRS

2013-08-24 Thread glsilverman
I'm trying to configure a SearchContextProvider to use FIQL searches in my CXFRS Restful application in OSGi using blueprint. There is documentation on how to do this for straight CXF Restul services. For example, one can register the provider in a and use @Context to inject a SerchContext., but I

Re: How can I configure and use SearchContext in CXFRS

2013-08-26 Thread glsilverman
Thanks for your reply. I'm using Camel 2.11.1 and CXF version 2.7.5. The key dependency, as I nderstand it, is on cxf-rt-rs-extension-search, which is available. I'm running Karaf 2.3.2. I'm sure it's a configuration issue in blueprint and whether I have to do more than simply register SearchContex

Re: How can I configure and use SearchContext in CXFRS

2013-09-03 Thread glsilverman
I think the problem with using Camel CXFRS for CXF configuration in blueprint is exactly how can one inject a SearchContext object when all you have is a SearchContextProvider, which acts as a factory for creating a SearchContext from a CXF message. There is no SearchContext bean that one can confi

Re: Error running routes in Scala DSL with Scala v 2.10.0

2013-01-30 Thread glsilverman
Looks like this issue has already been discussed: http://camel.465427.n5.nabble.com/Scala-DSL-with-Scala-2-10-td5724331.html. Sorry for the duplication. -- View this message in context: http://camel.465427.n5.nabble.com/Error-running-routes-in-Scala-DSL-with-Scala-v-2-10-0-tp5726587p5726590.htm