You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Daniel Gandara (JIRA)" <ji...@apache.org> on 2006/03/17 22:33:01 UTC

[jira] Created: (HARMONY-211) Contribution of java.rmi

Contribution of java.rmi
------------------------

         Key: HARMONY-211
         URL: http://issues.apache.org/jira/browse/HARMONY-211
     Project: Harmony
        Type: New Feature
  Components: Contributions  
    Reporter: Daniel Gandara




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


[jira] Updated: (HARMONY-211) Contribution of java.rmi

Posted by "Daniel Gandara (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-211?page=all ]

Daniel Gandara updated HARMONY-211:
-----------------------------------

    Attachment: antRMI-142.tar.bz2

This is a modified version of java.rmi to generate 1.4 bytecode (using -target jsr14 option); the file is prepared to be compiled using ant.
Under "[rmi] getting 1.4 bytecode" thread I have explained the changes made to the original 5.0 version of the code

> Contribution of java.rmi
> ------------------------
>
>          Key: HARMONY-211
>          URL: http://issues.apache.org/jira/browse/HARMONY-211
>      Project: Harmony
>         Type: New Feature

>   Components: Contributions
>     Reporter: Daniel Gandara
>  Attachments: antRMI-142.tar.bz2, harmony-itc-rmi.zip
>


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


[jira] Commented: (HARMONY-211) Contribution of java.rmi

Posted by "Davanum Srinivas (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/HARMONY-211?page=comments#action_12370897 ] 

Davanum Srinivas commented on HARMONY-211:
------------------------------------------

http://www.fitc.unc.edu.ar/javadev/rmi/ 

> Contribution of java.rmi
> ------------------------
>
>          Key: HARMONY-211
>          URL: http://issues.apache.org/jira/browse/HARMONY-211
>      Project: Harmony
>         Type: New Feature
>   Components: Contributions
>     Reporter: Daniel Gandara
>  Attachments: harmony-itc-rmi.zip
>


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


[jira] Commented: (HARMONY-211) Contribution of java.rmi

Posted by "Daniel Gandara (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/HARMONY-211?page=comments#action_12370888 ] 

Daniel Gandara commented on HARMONY-211:
----------------------------------------

Clean room implementation of java.rmi following J2SE 1.5 spec
 www.fitc.unc.edu.ar/javadev/rmi/rmi.html


Current Status
 Currently our package contains implementation for:
 - java.rmi
 - java.rmi.dgc
 - java.rmi.registry
 - java.rmi.server

 package java.rmi.activation and deprecated method/classes
have not been implemented. Activation have been designed but
has not been implemented yet.


> Contribution of java.rmi
> ------------------------
>
>          Key: HARMONY-211
>          URL: http://issues.apache.org/jira/browse/HARMONY-211
>      Project: Harmony
>         Type: New Feature
>   Components: Contributions
>     Reporter: Daniel Gandara
>  Attachments: harmony-itc-rmi.zip
>


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


[jira] Assigned: (HARMONY-211) Contribution of java.rmi

Posted by "Geir Magnusson Jr (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-211?page=all ]

Geir Magnusson Jr reassigned HARMONY-211:
-----------------------------------------

    Assign To: Geir Magnusson Jr

> Contribution of java.rmi
> ------------------------
>
>          Key: HARMONY-211
>          URL: http://issues.apache.org/jira/browse/HARMONY-211
>      Project: Harmony
>         Type: New Feature

>   Components: Contributions
>     Reporter: Daniel Gandara
>     Assignee: Geir Magnusson Jr
>  Attachments: antRMI-142.tar.bz2, harmony-itc-rmi.zip
>


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


[jira] Closed: (HARMONY-211) Contribution of java.rmi

Posted by "Tim Ellison (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-211?page=all ]

Tim Ellison closed HARMONY-211.
-------------------------------


> Contribution of java.rmi
> ------------------------
>
>                 Key: HARMONY-211
>                 URL: http://issues.apache.org/jira/browse/HARMONY-211
>             Project: Harmony
>          Issue Type: New Feature
>          Components: Contributions
>            Reporter: Daniel Gandara
>         Assigned To: Tim Ellison
>         Attachments: antRMI-142.tar.bz2, harmony-itc-rmi.zip
>
>


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

        

[jira] Commented: (HARMONY-211) Contribution of java.rmi

Posted by "Daniel Gandara (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/HARMONY-211?page=comments#action_12370889 ] 

Daniel Gandara commented on HARMONY-211:
----------------------------------------

Clean room implementation of java.rmi following J2SE 1.5 spec
 www.fitc.unc.edu.ar/javadev/rmi/index.html


Current Status
 Currently our package contains implementation for:
 - java.rmi
 - java.rmi.dgc
 - java.rmi.registry
 - java.rmi.server

 package java.rmi.activation and deprecated method/classes
have not been implemented. Activation have been designed but
has not been implemented yet.


> Contribution of java.rmi
> ------------------------
>
>          Key: HARMONY-211
>          URL: http://issues.apache.org/jira/browse/HARMONY-211
>      Project: Harmony
>         Type: New Feature
>   Components: Contributions
>     Reporter: Daniel Gandara
>  Attachments: harmony-itc-rmi.zip
>


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


[jira] Assigned: (HARMONY-211) Contribution of java.rmi

Posted by "Tim Ellison (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-211?page=all ]

Tim Ellison reassigned HARMONY-211:
-----------------------------------

    Assign To: Tim Ellison  (was: Geir Magnusson Jr)

> Contribution of java.rmi
> ------------------------
>
>          Key: HARMONY-211
>          URL: http://issues.apache.org/jira/browse/HARMONY-211
>      Project: Harmony
>         Type: New Feature

>   Components: Contributions
>     Reporter: Daniel Gandara
>     Assignee: Tim Ellison
>  Attachments: antRMI-142.tar.bz2, harmony-itc-rmi.zip
>


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


[jira] Updated: (HARMONY-211) Contribution of java.rmi

Posted by "Daniel Gandara (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-211?page=all ]

Daniel Gandara updated HARMONY-211:
-----------------------------------

    Attachment: harmony-itc-rmi.zip

> Contribution of java.rmi
> ------------------------
>
>          Key: HARMONY-211
>          URL: http://issues.apache.org/jira/browse/HARMONY-211
>      Project: Harmony
>         Type: New Feature
>   Components: Contributions
>     Reporter: Daniel Gandara
>  Attachments: harmony-itc-rmi.zip
>


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


[jira] Resolved: (HARMONY-211) Contribution of java.rmi

Posted by "Tim Ellison (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-211?page=all ]
     
Tim Ellison resolved HARMONY-211:
---------------------------------

    Resolution: Fixed

Thank you Daniel and everyone at the Cordoba Institute of Technology who contributed to this code.

Vote to accept this code was concluded here:
http://mail-archives.apache.org/mod_mbox/incubator-harmony-dev/200605.mbox/%3c4468507B.1090309@pobox.com%3e

A verbatim copy has been added as modules/rmi2 at repo revision 406944.


> Contribution of java.rmi
> ------------------------
>
>          Key: HARMONY-211
>          URL: http://issues.apache.org/jira/browse/HARMONY-211
>      Project: Harmony
>         Type: New Feature

>   Components: Contributions
>     Reporter: Daniel Gandara
>     Assignee: Tim Ellison
>  Attachments: antRMI-142.tar.bz2, harmony-itc-rmi.zip
>


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