[jboss-jira] [JBoss JIRA] Closed: (JBAS-71) Problem returning a Remote Interface from Business method Using IIOP with EJB on jboss-3.2.5
Dimitris Andreadis (JIRA)
jira-events at jboss.com
Wed Jan 10 03:16:28 EST 2007
[ http://jira.jboss.com/jira/browse/JBAS-71?page=all ]
Dimitris Andreadis closed JBAS-71.
----------------------------------
> 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
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: EJB2
> Affects Versions: JBossAS-3.2.5 Final
> Environment: Windows XP, JDK 1.4.2_04
> Reporter: Millin Parikh
> Assigned To: Scott M Stark
> Original Estimate: 2 days
> Remaining Estimate: 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
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list