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-tp16572648p16572648.html
Sent from the ServiceMix - User mailing list archive at Nabble.com.

Reply via email to