Re: Cannot handle Exception thrown from Splitter Expression

2011-02-11 Thread s_albrecht
Your test produces a similar situation to mine. Since Claus Ibsen fixed this in 2.6.0 trunk, I regard this as a bug, not as a feature. Unluckily I did not have the chance yet to verify the fix. I am still stuck with 2.5.0, there is the workaround of try - catch in the splitter method. -- View thi

Re: HL7 component release connection problem

2011-02-11 Thread hoopzhou
Hi Thanks for your quick reply. I use b) . Sorry. I am not a user of Jira. I just attached the message for quick. http://camel.465427.n5.nabble.com/file/n3380820/ADTA01.txt ADTA01.txt I use a internal tool to send the message. I used this tool to send message to 7edit receiver successfully bef

Re: HL7 component release connection problem

2011-02-11 Thread Martin Krasser
Ok thanks, I'll take a look as soon as I can. Please let me know how it works with another client. Cheers, Martin Am 11.02.11 10:01, schrieb hoopzhou: Hi Thanks for your quick reply. I use b) . Sorry. I am not a user of Jira. I just attached the message for quick. http://camel.465427.n5.nabb

Re: Turning CamelContexts into black boxes for reuse and composition (was Re: Abstracting Routes using Components

2011-02-11 Thread James Strachan
On 10 February 2011 20:13, Ashwin Karpe wrote: > > Hi James, > > I like the approach. It certainly replaces the need to have a Strategy and > eliminates the need to inject a context into a component. Thanks! Am sure there's uses for the RouteBox approach when folks want to do different things; t

Re: Modifying route using adviceWith showing inconsistent behaviour

2011-02-11 Thread Claus Ibsen
On Wed, Feb 9, 2011 at 8:32 AM, Sumit Teke wrote: >  Still not able to find a way. Can anyone help please. > People in the community do not always have time to help everybody with everything. So be patient. If you want someone to help you asap, then you can engage with a commercial vendor or con

Re: Event driven FTP consumer?

2011-02-11 Thread Claus Ibsen
Hi I have created the ticket https://issues.apache.org/jira/browse/CAMEL-3655 On Thu, Feb 10, 2011 at 6:49 AM, Claus Ibsen wrote: > On Tue, Feb 8, 2011 at 9:49 PM, Richard Kettelerij > wrote: >> >> Alright forget about the pollEnrich(). Basically what i need is producer that >> can read files

Re: Memory leak in camel mail component

2011-02-11 Thread Claus Ibsen
Hi We have improved the JMX in Camel from Camel 2.7 onwards. >From the release notes: Relaxed how aggressive Camel was registering services as MBeans in JMX. Now Camel will by default only registeres MBeans when starting CamelContext or starting new routes. This avoids registering too many MBean

[OSGi] JmsComponent config for WebSphere Queue ?

2011-02-11 Thread Olivier.Roger
Hello Camel ! I am currently trying to configure my route, deployed in Fuse 4.3, to poll messages from a WebSphere MQ Queue. The issue is more related to OSGI than Camel but maybe someone experienced the same issue before, so I take my chance to post it here... The idea is to create a feature t

Re: [OSGi] JmsComponent config for WebSphere Queue ?

2011-02-11 Thread Claus Ibsen
Hi Yeah its more a pure OSGi question. How do you deploy the WebSphere client JARs? And I think others have installed and use WebSphereMQ on SMX/Karaf. So its doable. Check this blog http://lowry-techie.blogspot.com/2010/11/camel-integration-with-websphere-mq.html On Fri, Feb 11, 2011 at 12:08

[Camel 2.4/2.5] 2 questions about RedeliveryPolicy tag

2011-02-11 Thread kaoru
Hi there, I have a redeliveryPolicy tag in my xml file: I tried to use placeholder for those properties, but it didn't recognize it no matter I use "{{}}", "${}" or "${properties:} So the 1st question: can I use place holder in redeliveryPolicy tag? Then I tried to create a r

Re: Event driven FTP consumer?

2011-02-11 Thread Richard Kettelerij
Thanks. -- View this message in context: http://camel.465427.n5.nabble.com/Event-driven-FTP-consumer-tp3376242p3381225.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: HL7 component release connection problem

2011-02-11 Thread Martin Krasser
Looks like you're using the wrong charset. Your example message says that it is encoded with ISO-IR-87 but the Camel's HL7 codec by default the system's default charset. Configure the HL7 codec again with the ISO-IR-87 charset and try again. Does that help? Am 11.02.11 10

Re: [Camel 2.4/2.5] 2 questions about RedeliveryPolicy tag

2011-02-11 Thread Claus Ibsen
Hi That is currently not possible from XML. I have created a ticket https://issues.apache.org/jira/browse/CAMEL-3658 On Fri, Feb 11, 2011 at 2:52 PM, kaoru wrote: > > Hi there, >  I have a redeliveryPolicy tag in my xml file: > > /> > deadLetterUri="swiftmq:badQueue" useOriginalMessage="true"

Re: [OSGi] JmsComponent config for WebSphere Queue ?

2011-02-11 Thread Olivier.Roger
In Fact, IBM provides the client jar as OSGI bundles so I juste installed them (osgi:install -s file:...). However, I do not use the same bundles as in the blog entry as it indicates that the jars used are coming from the runtime JARs provided as part of a MQ installation. I could not find them.

Re: [Camel 2.4/2.5] 2 questions about RedeliveryPolicy tag

2011-02-11 Thread kaoru
Hi Claus, Thanks for your reply. But for my 2nd question, is it normal that there is a 'ref' attribute in xsd but we can't use it because there is no setter? Thanks -- View this message in context: http://camel.465427.n5.nabble.com/Camel-2-4-2-5-2-questions-about-RedeliveryPolicy-tag-

Re: HL7 component release connection problem

2011-02-11 Thread hoopzhou
Hi Maybe I have found the root cause. It 's the start byte. My program is used for Japanese Customer. In Japan, the HL7 message is no start byte. And the sending tool I used cut the start byte of sending message automatically. Then I find the related log : " 2011/02/10 20:03:36.968: [HL7MLLPD

CAMLE MAIL and SEDA integration

2011-02-11 Thread deyindra
Hi Is there any camel example, which will pull mail message from mail server via POP3/IMAP and submit them to SEDA channel for parallel processing. It will be helpfull if anyone can point me the same Regards INDRANIL DEY -- View this message in context: http://camel.465427.n5.nabble.com/CAML