I figured out the namespacing issue, I was using an older version of the xbean plugin, which created the spring.schemas file with the mappings like:
Http://org.myorg/task/1.0=servicemix-task.xsd And with the new 3.5 version of the xbeans, it generates the mapping Http://org.myorg/task/1.0/servicemix-task.xsd=servicemix-task.xsd Which the spring extender was looking for. -Will -- View this message in context: http://servicemix.396122.n5.nabble.com/Custom-JBI-component-namespace-issue-SMX-4-2-tp2840669p2843233.html Sent from the ServiceMix - User mailing list archive at Nabble.com.
