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, /datasource jndi-name=java:jboss/datasources/derbyDS pool-name=derbyDS enabled=true use-java-context=true

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

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,

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.

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 l...@steelsky.co.nz wrote: Hi Tim, It's trying to get an mbean or