Re: CDI in 2.11

2013-03-17 Thread Lars-Erik Helander
But that page only describes CDI for 2.10. Skickat från min iPhone 17 mar 2013 kl. 22:37 skrev Christian Müller : > You should find all information here: http://camel.apache.org/cdi.html > About outstanding Camel CDI issues, you should query our issue tracker > JIRA... > > Best, > Christian >

Re: flatpack-camel - Omit Header and Trailer record

2013-03-17 Thread Chris Geer
On Sunday, March 17, 2013, wrote: > Hi, > Any ideas about how to omit the header and trailer records in > flatpac-camel using pzamp.xml defintions? Have you tried the "header" and "trailer" options [1]? [1] http://flatpack.sourceforge.net/documentation/index.html > > I want to filter out the

flatpack-camel - Omit Header and Trailer record

2013-03-17 Thread ganeshkumar.kanagavel
Hi, Any ideas about how to omit the header and trailer records in flatpac-camel using pzamp.xml defintions? I want to filter out the header and trailer records after the unmarshalling component. Thanks Ganesh ___ This message may contain information

Re: routing private chat xmpp messages to camel route

2013-03-17 Thread Willem jiang
Hi, I think you can change you application to be more dynamically. You should have a control route which accept the request in the public room and if there is a new private chat, you need to create a new route for it. -- Willem Jiang Red Hat, Inc. FuseSource is now part of Red Hat Web: http:

Couchdb peer not authenticated exception

2013-03-17 Thread hangstrap
Hi I have been trying to use camel-couchdb to send data to a couchDb datastore My code looks like .to( "couchdb:https://hangstrap.iriscouch.com/test?username=hangstrap&password=";); When the code runs a get a javax.net.ssl.SSLPeerUnverifiedException: peer not authenticated exception from

routing private chat xmpp messages to camel route

2013-03-17 Thread optimist
I am trying to setup a camel(2.9.5) based bot to move messages from xmpp users to JMS and back. I successfully could get one message to either side. While sending first message out to xmpp user, a private chat session is created. Subsequent messages come to private session, and my route is not in

Re: CDI in 2.11

2013-03-17 Thread Christian Müller
You should find all information here: http://camel.apache.org/cdi.html About outstanding Camel CDI issues, you should query our issue tracker JIRA... Best, Christian On Sun, Mar 17, 2013 at 6:37 PM, helander wrote: > Thanks Christian, > I guess that there is no documentation available yet? > I

Re: CDI in 2.11

2013-03-17 Thread helander
Thanks Christian, I guess that there is no documentation available yet? I scanned thru the example in 2.11-SNAPSHOT but it does not seem to cover all aspects indicated by the JIRA (and the 2.11 sources). Are there any planned features for CDI in 2.11 that is not yet in the SNAPSHOT code? Is this co

Re: CDI in 2.11

2013-03-17 Thread Christian Müller
Query JIRA: https://issues.apache.org/jira/issues/?jql=project%20%3D%20CAMEL%20AND%20fixVersion%20%3D%20%222.11.0%22%20AND%20component%20%3D%20camel-cdi%20AND%20status%20in%20%28Resolved%2C%20Closed%29 Best, Christian On Sun, Mar 17, 2013 at 1:19 PM, helander wrote: > The page at http://camel.a

CDI in 2.11

2013-03-17 Thread helander
The page at http://camel.apache.org/camel-2110-release.html mentions that a lot of new features will be available in relation to CDI. Is there some place where more information about the upcoming features is available? Thanks Lars -- View this message in context: http://camel.465427.n5.nabble

Exchange lifecycle

2013-03-17 Thread helander
Can someone clarify the following: When an exhange is passed between routes, e.g. using "direct" or "direct-vm", is then a new exhange created or is it the same exhange that will be used in the "target" route? If it is the latter, will the context bound to the exhange be updated or will it retain

Re: Issue: Aggregator2 : BatchCompletion disturbed by other completions and fails to happen (when it probably should)

2013-03-17 Thread Claus Ibsen
Hi I have logged a ticket and have a fix in the works https://issues.apache.org/jira/browse/CAMEL-6172 On Sat, Mar 9, 2013 at 9:13 AM, Claus Ibsen wrote: > On Fri, Mar 8, 2013 at 8:18 PM, Tim Pierce wrote: >> There is a bug - at least I assume it not desired functionality where if >> you have m

Re: CXF proxy route creates multiple (two) user-agent HTTP headers

2013-03-17 Thread Claus Ibsen
I logged a ticket https://issues.apache.org/jira/browse/CAMEL-6171 What version of Camel do you use? And what is your Camel route? And I assume you use CXF 2.6.3. On Wed, Mar 13, 2013 at 6:47 PM, kingolego wrote: > A CXF-based proxy route creates multiple (two) user-agent HTTP headers, which >

Re: CXF proxy route creates multiple (two) user-agent HTTP headers

2013-03-17 Thread Claus Ibsen
On Wed, Mar 13, 2013 at 6:47 PM, kingolego wrote: > A CXF-based proxy route creates multiple (two) user-agent HTTP headers, which > causes error responses from the recipient server. > > In a proxy scenario, Camel is sending two user-agent HTTP headers from the > outbound endpoint. > The first is f

Re: Notification on CamelContext stop

2013-03-17 Thread Claus Ibsen
On Sun, Mar 17, 2013 at 7:35 AM, yazan wrote: > Hi, > How can I get a notification when CamelContext is stopped, the API has add > addStartupListener but nothing similar for when the context is stopped. > See the event notifier http://camel.apache.org/eventnotifier-to-log-details-about-all-sent-e