0 Replies Latest reply on Oct 16, 2004 5:51 AM by millin

    RMI IIOP Implementation over Statefull session Beans, Runtim

    millin

      I am using RMI IIOP over Statefull Session Beans

      My Bean edployed properly but i got following exception when client calls a Business method (Client part of calling bean is proper):

      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)


      The business Method's definition is:
      public IFile CreateFile(String name) throws RemoteException
      IFile is my remote Interface which is implemented by following class:
      public class FileImpl extends UnicastRemoteObject implements IFile

      While compiling FileImpl with RMIC i am getting stub and skeleton classes.
      If any one can help me out it's urgent....