Appearently this was a bug in camel , https://issues.apache.org/activemq/browse/CAMEL-293?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel But it was fixed in 1.3 release. service-mix camel was using camel 1.2. So, I built ServiceMix-camel with 1.3 camel, the build was successful , but it does not deploy correctly.
Are planing to release new version of ServiceMix soon ? Thanks, Chintaka chintaka wrote: > > I am trying to deploy the route in the ServiceMix tutorial. > > http://servicemix.apache.org/35-using-other-camel-components.html > > I get following message: > > 2008-04-08 15:27:41,015 WARN - InstrumentationProcessor - Could not > register Endpoint MBean > javax.management.MalformedObjectNameException: Could not create ObjectName > from: org.apache.camel:context=chintaka/camel > Context,group=endpoints,component=mina,name=tcp://localhost:10021. Reason: > javax.management.MalformedObjectNameException : Invalid character ':' in > value part of property > > Here's what my route looks like : > > from("timer://tutorial?fixedRate=true&period=10000") > .setBody(constant("<message>Hello world!</message>")) > .to("mina:tcp://localhost:10021"); > > Any ideas ? > > Thanks, > > Chintaka > -- View this message in context: http://www.nabble.com/ServiceMix-using-MINA-for-plain-TCP-communication-tp16572648p16592828.html Sent from the ServiceMix - User mailing list archive at Nabble.com.
