View Single Post
  #1 (permalink)  
Old 12-01-2005
richardma richardma is offline
Registered User
 
Name: richard
Organization: qq
Project: wap
 
Join Date: Dec 2005
Posts: 31
Send a message via ICQ to richardma Send a message via MSN to richardma
-->
"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???
Reply With Quote