Are you sure that the error prevents the route to be created ?
It may just be a warning because the object can not be exposed in JMX due to
its name (though I guess the name should be made compatible, but it's
somewhat a different problem).

On Tue, Apr 8, 2008 at 10:39 PM, chintaka <[EMAIL PROTECTED]> 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-tp16572648p16572648.html
> Sent from the ServiceMix - User mailing list archive at Nabble.com.
>
>


-- 
Cheers,
Guillaume Nodet
------------------------
Blog: http://gnodet.blogspot.com/

Reply via email to