[jboss-jira] [JBoss JIRA] Resolved: (EJBTHREE-2066) factoryProxy.toString() fails if called before registration in the Dispatcher
Carlo de Wolf (JIRA)
jira-events at lists.jboss.org
Wed Mar 31 11:08:38 EDT 2010
[ https://jira.jboss.org/jira/browse/EJBTHREE-2066?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Carlo de Wolf resolved EJBTHREE-2066.
-------------------------------------
Resolution: Done
Component Fix Version(s): 1.3.0
> factoryProxy.toString() fails if called before registration in the Dispatcher
> -----------------------------------------------------------------------------
>
> Key: EJBTHREE-2066
> URL: https://jira.jboss.org/jira/browse/EJBTHREE-2066
> Project: EJB 3.0
> Issue Type: Bug
> Components: core
> Environment: Running with -Dsun.io.serialization.extendedDebugInfo=true
> Reporter: Carlo de Wolf
> Assignee: Carlo de Wolf
> Fix For: as-int 1.1.23, EJB3_1 1.0.6
>
>
> org.jboss.aop.NotFoundInDispatcherException: Object with oid: org.jboss.ejb3.test.consumer.QueueTestRemotePRODUCER_FACTORY was not found in the Dispatcher
> at org.jboss.aop.Dispatcher.invoke(Dispatcher.java:85)
> at org.jboss.aspects.remoting.AOPRemotingInvocationHandler.invoke(AOPRemotingInvocationHandler.java:82)
> at org.jboss.remoting.ServerInvoker.invoke(ServerInvoker.java:897)
> at org.jboss.remoting.transport.local.LocalClientInvoker.invoke(LocalClientInvoker.java:106)
> at org.jboss.remoting.Client.invoke(Client.java:1927)
> at org.jboss.remoting.Client.invoke(Client.java:770)
> at org.jboss.aspects.remoting.InvokeRemoteInterceptor.invoke(InvokeRemoteInterceptor.java:60)
> at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102)
> at org.jboss.aspects.remoting.IsLocalInterceptor.invoke(IsLocalInterceptor.java:48)
> at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102)
> at org.jboss.aspects.remoting.PojiProxy.invoke(PojiProxy.java:62)
> at $Proxy128.toString(Unknown Source)
> at java.io.ObjectOutputStream.writeOrdinaryObject(ObjectOutputStream.java:1379)
> at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1150)
> at java.io.ObjectOutputStream.writeObject(ObjectOutputStream.java:326)
> at java.rmi.MarshalledObject.<init>(MarshalledObject.java:101)
> at org.jnp.interfaces.MarshalledValuePair.<init>(MarshalledValuePair.java:65)
> at org.jnp.interfaces.NamingContext.createMarshalledValuePair(NamingContext.java:1429)
> at org.jnp.interfaces.NamingContext.rebind(NamingContext.java:569)
> at org.jnp.interfaces.NamingContext.rebind(NamingContext.java:542)
> at javax.naming.InitialContext.rebind(InitialContext.java:408)
> at org.jboss.util.naming.Util.rebind(Util.java:131)
> at org.jboss.util.naming.Util.rebind(Util.java:117)
> at org.jboss.ejb3.mdb.RemoteProducerFactory.start(RemoteProducerFactory.java:89)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list