|
From: Epi S. <ep...@nm...> - 2003-08-22 20:36:50
|
Dear all,
I have defined a method as oneway when I call this method, after a while
the following exception is generated.
Have you experienced the same behaviour or similar. Any idea about what
is going on and how to solve it?
java.lang.NullPointerException
at org.openorb.CORBA.Delegate.servant_postinvoke(Unknown Source)
at
org.omg.CORBA.portable.ObjectImpl._servant_postinvoke(ObjectImpl.java:229)
at org.myServer._iServerStub.decision(_iServerStub.java:118)
at ....
Cheers,
Epi
P.S. I'm using OpenORB version 1.3.0
|