Actually I found out that my build was incomplete earlier. I rebuilt ServiceMix-Camel from source with 1.3 version of camel-spring.jar and camel-core.jar and redeployed. It seems to be working fine now.
Thanks, Chintaka gnodet wrote: > > yeah, hopefully we'll have some time to release a 3.2.2 soon. > What kind of problems did you had when deploying ? any exceptions you > could > paste ? > > On Wed, Apr 9, 2008 at 8:00 PM, chintaka <[EMAIL PROTECTED]> wrote: > >> >> 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. >> >> > > > -- > Cheers, > Guillaume Nodet > ------------------------ > Blog: http://gnodet.blogspot.com/ > > -- View this message in context: http://www.nabble.com/ServiceMix-using-MINA-for-plain-TCP-communication-tp16572648p16595822.html Sent from the ServiceMix - User mailing list archive at Nabble.com.
