0 Replies Latest reply on Dec 4, 2004 2:33 AM by millin

    org.omg.CORBA.portable.UnknownException(configuring jboss fo

    millin

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

      I have some classes extended from PortableRemoteObject 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?