[ http://issues.apache.org/jira/browse/GERONIMO-2120?page=all ]

David Jencks updated GERONIMO-2120:
-----------------------------------

    Attachment: GERONIMO-2120-djencks.patch

Here's a patch that also uses reflection to solve the 2-classloaders problem 
but also deals with the other (ProxyInfo) casts.    It doesn't seem to break 
anything I can find, but I haven't tested it with Ted's scenario.

I think Dain had the idea of eliminating ProxyInfo or exposing the classes 
directly through the ejb Container gbean.  Dain, would you prefer that solution 
go into 1.1.1?

> Can't have ejb references outside current config.  ClassCastException on 
> org.openejb.proxy.ProxyInfo
> ----------------------------------------------------------------------------------------------------
>
>          Key: GERONIMO-2120
>          URL: http://issues.apache.org/jira/browse/GERONIMO-2120
>      Project: Geronimo
>         Type: Bug
>     Security: public(Regular issues) 
>   Components: deployment, OpenEJB
>     Versions: 1.1
>  Environment: Win XP, Intel, Sun JDK 142
>     Reporter: Ted Kirby
>  Attachments: GERONIMO-2120-djencks.patch
>
> See http://mail-archives.apache.org/mod_mbox/geronimo-user/200606.mbox/[EMAIL 
> PROTECTED]
> I deploy (or distribute) a jar with an ejb, then deploy (or distribute) a war 
> that references the ejb, and get:
> Error: Operation failed: java.lang.ClassCastException
> with this server.log entry:
> 10:51:39,531 ERROR [Deployer] Deployment failed due to 
> java.lang.ClassCastException
>       at 
> org.openejb.deployment.OpenEJBReferenceBuilder.checkRemoteProxyInfo(OpenEJBReferenceBuilder.java:133)
>       at 
> org.openejb.deployment.OpenEJBReferenceBuilder.createEJBRemoteRef(OpenEJBReferenceBuilder.java:159)
>       at 
> org.openejb.deployment.OpenEJBReferenceBuilder$$FastClassByCGLIB$$bfd62c9f.invoke(<generated>)
>       at net.sf.cglib.reflect.FastMethod.invoke(FastMethod.java:53)
>       at 
> org.apache.geronimo.gbean.runtime.FastMethodInvoker.invoke(FastMethodInvoker.java:38)
>       at 
> org.apache.geronimo.gbean.runtime.GBeanOperation.invoke(GBeanOperation.java:122)
>       at 
> org.apache.geronimo.gbean.runtime.GBeanInstance.invoke(GBeanInstance.java:817)
>       at 
> org.apache.geronimo.gbean.runtime.RawInvoker.invoke(RawInvoker.java:57)
>       at 
> org.apache.geronimo.kernel.basic.RawOperationInvoker.invoke(RawOperationInvoker.java:35)
>       at 
> org.apache.geronimo.kernel.basic.ProxyMethodInterceptor.intercept(ProxyMethodInterceptor.java:96)
>       at 
> org.apache.geronimo.j2ee.deployment.EJBReferenceBuilder$$EnhancerByCGLIB$$d6cd2b5d.createEJBRemoteRef(<generated>)
>       at 
> org.apache.geronimo.j2ee.deployment.RefContext.getEJBRemoteRef(RefContext.java:69)
>       at 
> org.apache.geronimo.naming.deployment.ENCConfigBuilder.addEJBRef(ENCConfigBuilder.java:412)
>       at 
> org.apache.geronimo.naming.deployment.ENCConfigBuilder.addEJBRefs(ENCConfigBuilder.java:339)
>       at 
> org.apache.geronimo.naming.deployment.ENCConfigBuilder.buildComponentContext(ENCConfigBuilder.java:731)
>       at 
> org.apache.geronimo.tomcat.deployment.TomcatModuleBuilder.buildComponentContext(TomcatModuleBuilder.java:458)
>       at 
> org.apache.geronimo.tomcat.deployment.TomcatModuleBuilder.addGBeans(TomcatModuleBuilder.java:288)
>       at 
> org.apache.geronimo.tomcat.deployment.TomcatModuleBuilder$$FastClassByCGLIB$$6f85ec2c.invoke(<generated>)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira

Reply via email to