Re: Handling of SOAP Faults with camel-soap

2013-04-22 Thread Lars-Erik Helander
Hi Claus, I managed to get my case working once I got the fault definitions in my wsdl "correct". I am using the ProxyBuilder and maybe that "inherits" behavior from ProducerTemplate or vice versa, and that was the reason for why that particular exception showed up. Thanks Lars Skickat från

Re: Populate message with BeanInvocation

2013-03-19 Thread Lars-Erik Helander
What I would like is really somthing similar to .bean(...) where the bean class and method name is specified to a processor/bean and after invocation of that processor the exchange message body is populated with the appropriate bean invocation. Very much like a camel proxy but expressing the met

Re: Exchange lifecycle

2013-03-18 Thread Lars-Erik Helander
Claus, thank you very much for the feedback. Regarding sending an exchange to another context I was thinking about when you use the camel-context component. Is your statement about ONLY still valid , considering that case? I read somewhere (think it was in "Camel in Action") that UnitOfWork is

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: Register beans

2013-03-13 Thread Lars-Erik Helander
Ok, thanks for the clarifcation and the hint about the composite registry. Lars Skickat från min iPhone 12 mar 2013 kl. 13:12 skrev Claus Ibsen : > On Tue, Mar 12, 2013 at 10:26 AM, helander wrote: >> Fom Java code I would like to register beans in the context registry. I need >> to do this in

Re: Camel contexts not removed when WAR deployed on JBoss AS 7

2013-03-04 Thread Lars-Erik Helander
Just confirming that stopping the contexts in my bean destructors (@PreDestroy) fixed the problem ;) Thanks Lars Skickat från min iPhone 4 mar 2013 kl. 15:37 skrev helander : > I did suspect that, especially sine the contexts disappeared from jconsole > once i stopped them (using jconsole). I

Re: "Dynamic" data format in route

2013-02-04 Thread Lars-Erik Helander
Ok, thanks for the info Skickat från min iPhone 4 feb 2013 kl. 09:19 skrev Claus Ibsen : > On Sun, Feb 3, 2013 at 4:17 PM, helander wrote: >> I have a route that creates Soap requests/responses using camel-soap. >> >> The route should handle arbitrary soap services which means that I can not >

Re: "Dynamic" data format in route

2013-02-03 Thread Lars-Erik Helander
No, its not a question about selecting variants of a specific dataformat, using totally different dataformats. Thanks Lars Skickat från min iPhone 4 feb 2013 kl. 04:27 skrev Willem jiang : > Do you means you want to control the data format (soap 11 or soap 12) > dynamically? > I just checked

Re: Reading a file

2013-01-28 Thread Lars-Erik Helander
In general I meant the transformation to be part of these steps, in some cases it it only the transformation that takes place between reading the file and consumer reception, but there could be other steps to. Skickat från min iPhone 28 jan 2013 kl. 23:22 skrev Christian Müller : > Don't under

Re: Camel Monitoring Tool

2012-11-21 Thread Lars-Erik Helander
I provided an example application using jolokia on the camel user list a couple of months ago. If you search the mailing list for "jolokia" you will probably find it. In case you want to get it and don't find it, let me know. Thanks Lars Skickat från min iPhone 21 nov 2012 kl. 12:36 skrev Clau

Re: Dynamic jms destination from wsdl?

2012-10-16 Thread Lars-Erik Helander
Willem, thank you very much for your code. I will try out this method. Thanks Lars 2012/10/15 Willem jiang : > Hi, > > I'm not sure if you are using soap over jms which CXF supports. If so, you > should be able to get the information of the jms-uri by looking up the CXF > message context by u

Re: IBM J9 VM and transactions

2012-08-21 Thread Lars-Erik Helander
I experienced a similar thing the other day. Things did not work as expected and console outprints related to some XML parsing problems. After some "googling" i found that the problem might relate to IBM J9. I checked my system and found out that it had bern started with the IBM JVM. When switc

Re: Proof of concept for Camel Web Interface

2012-08-16 Thread Lars-Erik Helander
Hi Claus, I have attached the WAR to this e-mail. It contains all sources. /Lasse 2012/8/16 Claus Ibsen : > Hi Lasse > > The link for the WAR file gave me a file not found error. Do you have > the POC hosted somewhere, or maybe you can post maybe a .zip file with > the source code or something?

Re: Connection pooling with camel-amqp

2012-08-07 Thread Lars-Erik Helander
Michal, my stack trace is more or less identical (java source line numbers are not identical). Do you have any idea how to work around this, patch qpid code or other solution? Creation of new connection and destination validation on each operation introduces significant overhead. I turned on