Openejb corba class is included (serialized) in all enc contexts
----------------------------------------------------------------

         Key: GERONIMO-1523
         URL: http://issues.apache.org/jira/browse/GERONIMO-1523
     Project: Geronimo
        Type: Bug
    Versions: 1.1    
    Reporter: David Jencks
 Assigned to: David Jencks 
     Fix For: 1.1


If you build a configuration for a j2ee module while the openejb deployer 
config is loaded, the enc context will include a serialized 
CORBAHandleDelegate$HandleDelegateReferece.  Then the enc won't deserialize 
unless the openejb-core jar is in the classpath.  This sorta impedes smaller 
servers.

I'm going to instead use the "look it up from a gbean" trick we use the the orb 
and resources so all that gets serialized is a geronimo naming reference class 
and an object name.  This will modify at least methods/fields EarContext, 
EarConfigBuilder, AppClientModuleBuilder, and OpenEJBReferenceBuilder, 
EJBReferenceBuilder, and RefContext.

-- 
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