Hi!
I'm trying to get the RemoteServiceMixClient to run. No matter whether the
ServiceMix server is running or not, I get the following exception:
Exception in thread "main" java.lang.NullPointerException
at
org.apache.servicemix.client.DefaultServiceMixClient.createInOnlyExchange(DefaultServiceMixClient.java:83)
I have configured the RemoteServiceMixClient in the following way:
<bean id="client"
class="org.apache.servicemix.client.RemoteServiceMixClient">
</bean>
When I start the server it's running on the same computer. But since it does
not make any difference whether it is running or not, the client doesn't
seem to even try to contact it. What is the uri of a locally running
ServiceMix server?
Cheers & TIA,
Robert
--
View this message in context:
http://www.nabble.com/How-to-configure-RemoteServiceMixClient-t1761521.html#a4792347
Sent from the ServiceMix - User forum at Nabble.com.