Re: troubles camel-example-spring-xquery modified including camel-mina

2010-08-12 Thread RomualdoGobbo
-user=t> > Blog: http://davsclaus.blogspot.com/ > Twitter: http://twitter.com/davsclaus > > > > View message @ > http://camel.465427.n5.nabble.com/troubles-camel-example

Re: troubles camel-example-spring-xquery modified including camel-mina

2010-08-12 Thread Claus Ibsen
On Thu, Aug 12, 2010 at 12:01 PM, RomualdoGobbo wrote: > > Hi, > could you help me to find the JIRA ticket regarding the new feature? https://issues.apache.org/activemq/browse/CAMEL-1077 -- Claus Ibsen Apache Camel Committer Author of Camel in Action: http://www.manning.com/ibsen/ Open Source

Re: troubles camel-example-spring-xquery modified including camel-mina

2010-08-12 Thread RomualdoGobbo
el in Action: http://www.manning.com/ibsen/ > Open Source Integration: http://fusesource.com > <http://fusesource.com?by-user=t> > Blog: http://davsclaus.blogspot.com/ > Twitter: http://twitter.com/davsclaus > > >

Re: troubles camel-example-spring-xquery modified including camel-mina

2010-08-11 Thread Claus Ibsen
Hi Ah the mina component doesn't support consuming from a remote IP address. when you do from it's supposed to be the localhost (eg act as a server). There is a ticket in JIRA to add a new feature to Camel mina to allow for what you want. Most likely it will be implemented in the camel-netty comp

Re: troubles camel-example-spring-xquery modified including camel-mina

2010-08-11 Thread RomualdoGobbo
Claus, I don't know why the IP Address is logged in this fashion! In the following portion of camelContext.xml below the uri is compliant to the notation (maybe have you to add another "/"?). The IP is UP and running in our private LAN and is monitored via Hyper

Re: troubles camel-example-spring-xquery modified including camel-mina

2010-08-11 Thread Claus Ibsen
Looks like the IP address is a bit wrong /192.168.1.223:3000 There appears to be a leading / char. And are you sure the IP address is up and running on the port. On Wed, Aug 11, 2010 at 12:52 PM, RomualdoGobbo wrote: > > Hi all, > I've modified a little bit the camel-example-spring-xquery add