Hi All,
Can I have 2 bpel component in 1 servicemix instance. I tried to configure
that and can start servicemix with success. I can call only one of the bpel
endpoint, and not the other one. I'm using servicemix-3.0-M2. My partial
servicemix.xml
<sm:activationSpec>
<sm:component>
<bpws:component bpelResource="classpath:ProcessA.bpel" />
<bpws:component bpelResource="classpath:ProcessB.bpel" />
</sm:component>
</sm:activationSpec>
The error i got is:
WARN - DefaultBroker - ServiceName
({urn:imocha:soa:fileValidation}ProcessBService) specified for routing, but
can't find it registered
javax.jbi.messaging.MessagingException: Could not find route for exchange:
MessageExchange[
id: ID:azwan-33122-1154922598825-7:0
status: Active
role: provider
service: {urn:imocha:soa:processB}ProcessBService
operation: getString
in: <?xml version="1.0" encoding="UTF-8"?><getStringRequest
xmlns:e="http://schemas.xmlsoap.org/soap/envelope/"><message>hello</message></getStringRequest>
] for service: {urn:imocha:soa:processB}processBService and interface: null
at
org.apache.servicemix.jbi.nmr.DefaultBroker.sendExchangePacket(DefaultBroker.java:311)
at
org.apache.servicemix.jbi.container.JBIContainer.sendExchange(JBIContainer.java:713)
at
org.apache.servicemix.jbi.messaging.DeliveryChannelImpl.doSend(DeliveryChannelImpl.java:374)
at
org.apache.servicemix.jbi.messaging.DeliveryChannelImpl.sendSync(DeliveryChannelImpl.java:
--
View this message in context:
http://www.nabble.com/2-bpel-component-in-1-servicemix-instance-tf2061589.html#a5679307
Sent from the ServiceMix - User forum at Nabble.com.