Re: How to avoid sending message headers with mail component ?

2012-12-31 Thread Claus Ibsen
Richard that was a good answer. I added this as a FAQ as its a general question how to remove some/all headers https://cwiki.apache.org/confluence/display/CAMEL/How+to+avoid+sending+some+or+all+message+headers On Sat, Dec 29, 2012 at 8:52 PM, Richard Kettelerij wrote: > This is a gotcha more peo

Re: MalformedObjectNameException when starting camel context

2012-12-31 Thread Claus Ibsen
Hi Yeah the hostname should be quoted so colon is allowed. We could add such logic to Camel. But the hostname is often resolvable so we dont see this issue before. On Mon, Dec 31, 2012 at 3:40 AM, Liam Clarke-Hutchinson wrote: > Hi Tim, > > It's trying to get an mbean or similar with a name de

Re: MalformedObjectNameException when starting camel context

2012-12-31 Thread Tim Dudgeon
Yes, that seems to explain it. The hostname was indeed the cause of the problem. Thanks Tim On 31/12/2012 02:40, Liam Clarke-Hutchinson wrote: Hi Tim, It's trying to get an mbean or similar with a name derived from (I guess) your machine's IP - which is in IPV6, hence lots of colons. However,

RE: Camel Tracer Component - problem with persistence

2012-12-31 Thread Gnanaguru S
Thanks Great to know ! Happy new year . Regards Guru From: BAnanth [via Camel] [ml-node+s465427n5724733...@n5.nabble.com] Sent: 31 December 2012 14:08:43 To: Gnanaguru Sattanathan (WT01 - BAS) Subject: Re: Camel Tracer Component - problem with persistence Hi, Fo

Re: camel-smpp in trx mode

2012-12-31 Thread Srinivas
Hi Christian, Thank you for replying. Operator given only one smpp connectivity that is in trx mode and operator not allowed two smpp(tx and rx) connections. In my application receive delivery sm ,delivery recipients and submit sm. Please help me how to solve my problem using apache c

Re: Camel Tracer Component - problem with persistence

2012-12-31 Thread BAnanth
Hi, For now , have made the tracer work in the WAR by making the following changes in Jboss, a. Changed standalone.xml. The following lines were added, / jdbc:derby://localhost:1527/CAMEL_MESSAGETRACED org.apache.derby.jdbc.ClientDriver