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....

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3851615#3851615

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3851615


-------------------------------------------------------
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
_______________________________________________
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to