Problem returning a Remote Interface from Business method Using IIOP with EJB 
on jboss-3.2.5 
---------------------------------------------------------------------------------------------

         Key: JBAS-71
         URL: http://jira.jboss.com/jira/browse/JBAS-71
     Project: JBoss Application Server
        Type: Bug
  Components: EJBs  
    Versions: JBossAS-3.2.6 Final    
 Environment: Windows XP, JDK 1.4.2_04
    Reporter: Millin Parikh
 Assigned to: Scott M Stark 


I am using IIOP and my bean type is Statefull Beans. All Descriptors are set 
properly.

Process Desctiption:

Followint in my beans business method which returns a(IRemote) Interface which 
extended from Remote Interface.This new interface is Implemented By my RMI 
class(RemoteImpl) extending PortableRemoteObject.

Problem Method:

public IRemote callme() throws RemoteException
{
   RemoteImpl remoteimpl=new RemoteImpl(âprogramâ);
   return (IRemote)  remoteimpl;     
}                  


Above Business Method Throws server side error as Follows:

15:32:33,470 INFO  [JkMain] Jk running ID=0 time=0/330 config=null
15:34:15,310 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)



-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.jboss.com/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://productguide.itmanagersjournal.com/
_______________________________________________
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to