AppClientModule jsr-77 server side gbean should not have the ReadOnlyContext
----------------------------------------------------------------------------

         Key: GERONIMO-545
         URL: http://issues.apache.org/jira/browse/GERONIMO-545
     Project: Apache Geronimo
        Type: Bug
  Components: management  
    Versions: 1.0-M3    
    Reporter: David Jencks
 Assigned to: David Jencks 


Currently the J2EEAppClientModuleImpl has a componentContext attribute.  This 
is a mistake.  One possible implementation of *-refs is to bind a serializable 
object right into the context, rather than using References.  (For instance, 
the current implementation of service-refs does this).  There is no reason the 
classes used thusly would be available on the server, so there would be no way 
to deserialize or construct such a context.  Furthermore the current 
implementation of building this ROC is wrong in that it connects resource-refs 
to server-side gbeans which probably won't exist rather than the client side 
gbeans that will actually be used.

I'm going to remove this attribute.

-- 
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
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira

Reply via email to