Hello !
I have this bit of code taken from sandbox/multitier/3t-example-client.
OPPConnection connection = new HessianConnection(
CayenneWebServiceUrl,
null,
null,
"shared-session");
// enable channel events
channel = new OPPServerChannel(connection, true);
It is working for me when
CayenneWebServiceUrl="http://locahost:8080/serverTest"
when I try
CayenneWebServiceUrl="http://xxx.xxx.xxx.xxx/serverTest"
I'm getting an com.caucho.hessian.io.HessianProtocolException. There
is no traffic at all, It looks like socket is not even created.
Does anyone have it working ?
Marcin Skladaniec
This archive was generated by hypermail 2.0.0 : Thu Dec 08 2005 - 00:59:26 EST