I am trying to run RemoteServiceMix client, compiled using JDK 1.4
complaince. When I run the client with JRE 1.4.2_12 it is giving me the
following error message. However, it works without any issue if I run with
JRE 1.5. Any idea how to run it using JRE 1.4.2???
*************************
javax.jbi.messaging.MessagingException: Could not find route for exchange:
InOnly[
id: ID:pnehjn116460-2927-1175514454819-4:0
status: Active
role: provider
service: {http://cpbs.com/co}COPOJOToXMLTransformationService
in: <?xml version="1.0" encoding="UTF-8"?>
<hello>world</hello>
] for service: {http://cpbs.com/co}COPOJOToXMLTransformationService and
interface: null
at
org.apache.servicemix.jbi.nmr.DefaultBroker.sendExchangePacket(DefaultBroker.java:313)
at
org.apache.servicemix.jbi.container.JBIContainer.sendExchange(JBIContainer.java:793)
at
org.apache.servicemix.jbi.messaging.DeliveryChannelImpl.doSend(DeliveryChannelImpl.java:375)
at
org.apache.servicemix.jbi.messaging.DeliveryChannelImpl.send(DeliveryChannelImpl.java:411)
at
org.apache.servicemix.client.DefaultServiceMixClient.send(DefaultServiceMixClient.java:144)
at
org.apache.servicemix.client.DummyServicemixClient.main(DummyServicemixClient.java:71)
*************************
--
View this message in context:
http://www.nabble.com/Unable-to-run-RemoteClient-with-JRE-1.4.2_12-tf3505236s12049.html#a9789212
Sent from the ServiceMix - User mailing list archive at Nabble.com.