users@glassfish.java.net

Re: Call to method in stateless session bean hangs

From: <glassfish_at_javadesktop.org>
Date: Thu, 05 Feb 2009 02:28:49 PST

Now it is getting weird.

The error disappears if change
p.put("org.omg.CORBA.ORBInitialHost", "<MY HOST NAME>"));

to

p.put("org.omg.CORBA.ORBInitialHost", System.getProperty("slayer.host", "<INSERT HOST_IP_ADDRESS>"));

...

The methods get invoked on the server now (wupdidu) but there still seems to be a marshalling problem, at least one of the fields (a string) i specify in my filter object is reported to be null. I know for sure that this is not true, since i have my debug output on the client side prior to the ejb call.

Client is windows xp host with java 6_11, server is sparc with Java 6_6
[Message sent by forum member 'mark1971' (mark1971)]

http://forums.java.net/jive/thread.jspa?messageID=330268