jbi joe,

Is {http://localhost/foo}foomaster the name for your BPEL service endpoint? Can you try connecting to ServiceMix using JMX to ensure that the endpoint is really listed there?

Gert


jbi joe wrote:

Im gettin an error from a service unit that invokes a bpel service unit.
Error is " serviceName {http://localhost/foo} foomaster specified for
routing, but cant find it registerd
My BPEL Service UNit appears to deploy fine.  It contians the WSDL, the
XML.xsd and the BPEL that
all compiles fine within the Eclipse and Netbeans IDE's.  Servicemix console
window
says it registered the XSD document that is spec'd in the WSDL and refered
to in the BPEL.
Im c alling the BPEL as if it were a WEB Service from inside of a piece of
JAVA code, as
described in the serivcemiix/JBI examples, utilizing the NMR following code
frag
....
client.send( message);

Reply via email to