|
"NoObjectFactoryException" when call methods in interface by java
when I call a method in interface that was generated by C++ by java, It generated exception as follows:
Ice.NoObjectFactoryException
reason = (null)
type = "::WASP::PlayerInfo"
The phenomena is:
when the value returned is empty, the exception above not appear. But when the value not empty, the exception appear. why???
|