You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "David Jencks (JIRA)" <de...@geronimo.apache.org> on 2005/01/21 07:15:17 UTC

[jira] Created: (GERONIMO-545) AppClientModule jsr-77 server side gbean should not have the ReadOnlyContext

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


[jira] Closed: (GERONIMO-545) AppClientModule jsr-77 server side gbean should not have the ReadOnlyContext

Posted by "David Jencks (JIRA)" <de...@geronimo.apache.org>.
     [ http://issues.apache.org/jira/browse/GERONIMO-545?page=history ]
     
David Jencks closed GERONIMO-545:
---------------------------------

     Resolution: Fixed
    Fix Version: 1.0-M4

Removed in revisions 125987 and 125989.

> 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
>     Assignee: David Jencks
>      Fix For: 1.0-M4

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