0 Replies Latest reply on Nov 20, 2004 5:09 AM by millin

    Exception in iiop while using Remote Interface as Statefull

    millin

      I am facing a problem using statefull session beans and RMI-IIOP;

      I have some classes extended from UnicastRemoteObject and their Interfaces which extends Remote.

      When i try to return these Interface(as above) from my ejb's Business Method following error occurs;

      2004-11-19 20:20:37,700 ERROR [jacorb] org.omg.CORBA.portable.UnknownException: vmcid: 0x0 minor code: 0 completed: Maybe
      at org.jboss.iiop.rmi.marshal.strategy.SkeletonStrategy.writeException(SkeletonStrategy.java:164)
      at org.jboss.proxy.ejb.EjbObjectCorbaServant._invoke(EjbObjectCorbaServant.java:236)
      at org.jacorb.poa.RequestProcessor.invokeOperation(Unknown Source)
      at org.jacorb.poa.RequestProcessor.process(Unknown Source)
      at org.jacorb.poa.RequestProcessor.run(Unknown Source)


      Does iiop not allow business methods return type a Remote Interface?

      Plz. if anybody have ans for this reply me soon?