Even a better question, how can I view all endpoints on my ESB?
When the Service Unit containing the BPEL, WSDL, and XSD is
deployed, servicemix console shows a document found msg and
says that is is available for routing as
"{serviceName:http://localhost/foo}foomaster"
so my thinking is that something is wrong in my servicemix.xml file where I
spec'd
the bpel component.. I followed the servicemix-bpe errata sheet to deploy
in Lightweight mode. Again, my error msg is:
"specified for routing, but cant find it registered"
Gert Vanthienen wrote:
>
> 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);
>
>
--
View this message in context:
http://www.nabble.com/Calling-a-bpel-from-assembly-tf3907962s12049.html#a11098432
Sent from the ServiceMix - User mailing list archive at Nabble.com.