[ http://jira.jboss.com/jira/browse/JBAS-71?page=history ]
     
Scott M Stark resolved JBAS-71:
-------------------------------

    Resolution: Deferred

A number of fixes in the iiop layer have been ported to 3.2.7 from 4.0.1 so 
retry with that and provide a testcase if there continues to be a problem.

> 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.5 Final
>  Environment: Windows XP, JDK 1.4.2_04
>     Reporter: Millin Parikh
>     Assignee: Scott M Stark

>
> Original Estimate: 2 days
>         Remaining: 2 days
>
> 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



-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
_______________________________________________
JBoss-Development mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to