On 10/10/2007, depstei2 <[EMAIL PROTECTED]> wrote: > > Hi > Thank you for your help, I created the camel context and a myRouter class > like you showed me, but I am getting this error: > WARN - InstrumentationProcessor - Could not register Route MBean > javax.management.MalformedObjectNameException: Could not create ObjectName > from: > org.apache.camel:context=DF224MD1/camelContext,group=routeBuilder,routeType=routeType,route=[endpoint]urn:servicemix:tutorial:wiretap:endpoint,name=route. > Reason: javax.management.MalformedObjectNameException: Invalid character ':' > in value part of property
That looks like the JMX stuff not having unique mbean names; you might wanna disable JMX for now on the camel context... <camelContext useJmx="false"> ... > And then some errors like these: > <loc-message>targetInterface, targetService or targetUri should be > specified</loc-message> > <stack-trace><