You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Mark DeLaFranier (JIRA)" <de...@geronimo.apache.org> on 2005/03/21 16:29:21 UTC

[jira] Created: (GERONIMO-613) Numerous enhancements / fixes to interop

Numerous enhancements / fixes to interop
----------------------------------------

         Key: GERONIMO-613
         URL: http://issues.apache.org/jira/browse/GERONIMO-613
     Project: Geronimo
        Type: Improvement
  Components: CORBA  
    Versions: 1.0-M3    
    Reporter: Mark DeLaFranier
    Priority: Minor
 Attachments: main.patch

- Numerious changes have been made to the code to make it more Geronimo code friendly.
- Cleaned up the stub / skel generator
- Add java method overloading
- Removed some un-necessary files (iiop name stubs, repository, standalone server startup)
- Fixeda bunch of IIOP marshalling errors that showed up while running the rmi.iiop code against the J2EE CS 1.3 test harness.
- Not all the rmi.iiop variable names and code style was changed.  This wasn't done to make the previous point easier.
- Made a number of GBeans to support various elements of the server
- Started to use the existing NetworkServices idea of the EJBContainer and WebServiceContainer.
- More things that I can not remember doing...

Still todo:

- Add interceptor support to plug in security and transactions
- Add code for inserting custom data into the object ref to store references to statefull objects on the server side.


-- 
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] Updated: (GERONIMO-613) Numerous enhancements / fixes to interop

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

Mark DeLaFranier updated GERONIMO-613:
--------------------------------------

    Attachment: interop.patch

Patch created, applied to a fresh copy and no bulid errors.

> Numerous enhancements / fixes to interop
> ----------------------------------------
>
>          Key: GERONIMO-613
>          URL: http://issues.apache.org/jira/browse/GERONIMO-613
>      Project: Geronimo
>         Type: Improvement
>   Components: CORBA
>     Versions: 1.0-M3
>     Reporter: Mark DeLaFranier
>     Assignee: Alan Cabrera
>     Priority: Minor
>  Attachments: interop.patch, main.patch
>
> - Numerious changes have been made to the code to make it more Geronimo code friendly.
> - Cleaned up the stub / skel generator
> - Add java method overloading
> - Removed some un-necessary files (iiop name stubs, repository, standalone server startup)
> - Fixeda bunch of IIOP marshalling errors that showed up while running the rmi.iiop code against the J2EE CS 1.3 test harness.
> - Not all the rmi.iiop variable names and code style was changed.  This wasn't done to make the previous point easier.
> - Made a number of GBeans to support various elements of the server
> - Started to use the existing NetworkServices idea of the EJBContainer and WebServiceContainer.
> - More things that I can not remember doing...
> Still todo:
> - Add interceptor support to plug in security and transactions
> - Add code for inserting custom data into the object ref to store references to statefull objects on the server side.

-- 
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] Assigned: (GERONIMO-613) Numerous enhancements / fixes to interop

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

Alan Cabrera reassigned GERONIMO-613:
-------------------------------------

    Assign To: Alan Cabrera

> Numerous enhancements / fixes to interop
> ----------------------------------------
>
>          Key: GERONIMO-613
>          URL: http://issues.apache.org/jira/browse/GERONIMO-613
>      Project: Geronimo
>         Type: Improvement
>   Components: CORBA
>     Versions: 1.0-M3
>     Reporter: Mark DeLaFranier
>     Assignee: Alan Cabrera
>     Priority: Minor
>  Attachments: main.patch
>
> - Numerious changes have been made to the code to make it more Geronimo code friendly.
> - Cleaned up the stub / skel generator
> - Add java method overloading
> - Removed some un-necessary files (iiop name stubs, repository, standalone server startup)
> - Fixeda bunch of IIOP marshalling errors that showed up while running the rmi.iiop code against the J2EE CS 1.3 test harness.
> - Not all the rmi.iiop variable names and code style was changed.  This wasn't done to make the previous point easier.
> - Made a number of GBeans to support various elements of the server
> - Started to use the existing NetworkServices idea of the EJBContainer and WebServiceContainer.
> - More things that I can not remember doing...
> Still todo:
> - Add interceptor support to plug in security and transactions
> - Add code for inserting custom data into the object ref to store references to statefull objects on the server side.

-- 
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-613) Numerous enhancements / fixes to interop

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


> Numerous enhancements / fixes to interop
> ----------------------------------------
>
>          Key: GERONIMO-613
>          URL: http://issues.apache.org/jira/browse/GERONIMO-613
>      Project: Geronimo
>         Type: Improvement
>   Components: CORBA
>     Versions: 1.0-M3
>     Reporter: Mark DeLaFranier
>     Assignee: Mark DeLaFranier
>     Priority: Minor
>      Fix For: 1.0-M4
>  Attachments: interop.patch, interop2.patch, main.patch
>
> - Numerious changes have been made to the code to make it more Geronimo code friendly.
> - Cleaned up the stub / skel generator
> - Add java method overloading
> - Removed some un-necessary files (iiop name stubs, repository, standalone server startup)
> - Fixeda bunch of IIOP marshalling errors that showed up while running the rmi.iiop code against the J2EE CS 1.3 test harness.
> - Not all the rmi.iiop variable names and code style was changed.  This wasn't done to make the previous point easier.
> - Made a number of GBeans to support various elements of the server
> - Started to use the existing NetworkServices idea of the EJBContainer and WebServiceContainer.
> - More things that I can not remember doing...
> Still todo:
> - Add interceptor support to plug in security and transactions
> - Add code for inserting custom data into the object ref to store references to statefull objects on the server side.

-- 
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] Assigned: (GERONIMO-613) Numerous enhancements / fixes to interop

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

Alan Cabrera reassigned GERONIMO-613:
-------------------------------------

    Assign To: Mark DeLaFranier  (was: Alan Cabrera)

> Numerous enhancements / fixes to interop
> ----------------------------------------
>
>          Key: GERONIMO-613
>          URL: http://issues.apache.org/jira/browse/GERONIMO-613
>      Project: Geronimo
>         Type: Improvement
>   Components: CORBA
>     Versions: 1.0-M3
>     Reporter: Mark DeLaFranier
>     Assignee: Mark DeLaFranier
>     Priority: Minor
>  Attachments: interop.patch, interop2.patch, main.patch
>
> - Numerious changes have been made to the code to make it more Geronimo code friendly.
> - Cleaned up the stub / skel generator
> - Add java method overloading
> - Removed some un-necessary files (iiop name stubs, repository, standalone server startup)
> - Fixeda bunch of IIOP marshalling errors that showed up while running the rmi.iiop code against the J2EE CS 1.3 test harness.
> - Not all the rmi.iiop variable names and code style was changed.  This wasn't done to make the previous point easier.
> - Made a number of GBeans to support various elements of the server
> - Started to use the existing NetworkServices idea of the EJBContainer and WebServiceContainer.
> - More things that I can not remember doing...
> Still todo:
> - Add interceptor support to plug in security and transactions
> - Add code for inserting custom data into the object ref to store references to statefull objects on the server side.

-- 
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] Commented: (GERONIMO-613) Numerous enhancements / fixes to interop

Posted by "Alan Cabrera (JIRA)" <de...@geronimo.apache.org>.
     [ http://issues.apache.org/jira/browse/GERONIMO-613?page=comments#action_61327 ]
     
Alan Cabrera commented on GERONIMO-613:
---------------------------------------

nm

> Numerous enhancements / fixes to interop
> ----------------------------------------
>
>          Key: GERONIMO-613
>          URL: http://issues.apache.org/jira/browse/GERONIMO-613
>      Project: Geronimo
>         Type: Improvement
>   Components: CORBA
>     Versions: 1.0-M3
>     Reporter: Mark DeLaFranier
>     Assignee: Alan Cabrera
>     Priority: Minor
>  Attachments: main.patch
>
> - Numerious changes have been made to the code to make it more Geronimo code friendly.
> - Cleaned up the stub / skel generator
> - Add java method overloading
> - Removed some un-necessary files (iiop name stubs, repository, standalone server startup)
> - Fixeda bunch of IIOP marshalling errors that showed up while running the rmi.iiop code against the J2EE CS 1.3 test harness.
> - Not all the rmi.iiop variable names and code style was changed.  This wasn't done to make the previous point easier.
> - Made a number of GBeans to support various elements of the server
> - Started to use the existing NetworkServices idea of the EJBContainer and WebServiceContainer.
> - More things that I can not remember doing...
> Still todo:
> - Add interceptor support to plug in security and transactions
> - Add code for inserting custom data into the object ref to store references to statefull objects on the server side.

-- 
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] Updated: (GERONIMO-613) Numerous enhancements / fixes to interop

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

Mark DeLaFranier updated GERONIMO-613:
--------------------------------------

    Attachment: interop2.patch

> Numerous enhancements / fixes to interop
> ----------------------------------------
>
>          Key: GERONIMO-613
>          URL: http://issues.apache.org/jira/browse/GERONIMO-613
>      Project: Geronimo
>         Type: Improvement
>   Components: CORBA
>     Versions: 1.0-M3
>     Reporter: Mark DeLaFranier
>     Assignee: Alan Cabrera
>     Priority: Minor
>  Attachments: interop.patch, interop2.patch, main.patch
>
> - Numerious changes have been made to the code to make it more Geronimo code friendly.
> - Cleaned up the stub / skel generator
> - Add java method overloading
> - Removed some un-necessary files (iiop name stubs, repository, standalone server startup)
> - Fixeda bunch of IIOP marshalling errors that showed up while running the rmi.iiop code against the J2EE CS 1.3 test harness.
> - Not all the rmi.iiop variable names and code style was changed.  This wasn't done to make the previous point easier.
> - Made a number of GBeans to support various elements of the server
> - Started to use the existing NetworkServices idea of the EJBContainer and WebServiceContainer.
> - More things that I can not remember doing...
> Still todo:
> - Add interceptor support to plug in security and transactions
> - Add code for inserting custom data into the object ref to store references to statefull objects on the server side.

-- 
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] Commented: (GERONIMO-613) Numerous enhancements / fixes to interop

Posted by "Alan Cabrera (JIRA)" <de...@geronimo.apache.org>.
     [ http://issues.apache.org/jira/browse/GERONIMO-613?page=comments#action_61326 ]
     
Alan Cabrera commented on GERONIMO-613:
---------------------------------------

Mark, is this a cat of several patches?  The paths don't seem to line up.

> Numerous enhancements / fixes to interop
> ----------------------------------------
>
>          Key: GERONIMO-613
>          URL: http://issues.apache.org/jira/browse/GERONIMO-613
>      Project: Geronimo
>         Type: Improvement
>   Components: CORBA
>     Versions: 1.0-M3
>     Reporter: Mark DeLaFranier
>     Assignee: Alan Cabrera
>     Priority: Minor
>  Attachments: main.patch
>
> - Numerious changes have been made to the code to make it more Geronimo code friendly.
> - Cleaned up the stub / skel generator
> - Add java method overloading
> - Removed some un-necessary files (iiop name stubs, repository, standalone server startup)
> - Fixeda bunch of IIOP marshalling errors that showed up while running the rmi.iiop code against the J2EE CS 1.3 test harness.
> - Not all the rmi.iiop variable names and code style was changed.  This wasn't done to make the previous point easier.
> - Made a number of GBeans to support various elements of the server
> - Started to use the existing NetworkServices idea of the EJBContainer and WebServiceContainer.
> - More things that I can not remember doing...
> Still todo:
> - Add interceptor support to plug in security and transactions
> - Add code for inserting custom data into the object ref to store references to statefull objects on the server side.

-- 
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] Resolved: (GERONIMO-613) Numerous enhancements / fixes to interop

Posted by "Mark DeLaFranier (JIRA)" <de...@geronimo.apache.org>.
     [ http://issues.apache.org/jira/browse/GERONIMO-613?page=history ]
     
Mark DeLaFranier resolved GERONIMO-613:
---------------------------------------

     Resolution: Fixed
    Fix Version: 1.0-M4

Its been several days now with the code changes and no issues have been reported by anybody.  Closing issue.

> Numerous enhancements / fixes to interop
> ----------------------------------------
>
>          Key: GERONIMO-613
>          URL: http://issues.apache.org/jira/browse/GERONIMO-613
>      Project: Geronimo
>         Type: Improvement
>   Components: CORBA
>     Versions: 1.0-M3
>     Reporter: Mark DeLaFranier
>     Assignee: Mark DeLaFranier
>     Priority: Minor
>      Fix For: 1.0-M4
>  Attachments: interop.patch, interop2.patch, main.patch
>
> - Numerious changes have been made to the code to make it more Geronimo code friendly.
> - Cleaned up the stub / skel generator
> - Add java method overloading
> - Removed some un-necessary files (iiop name stubs, repository, standalone server startup)
> - Fixeda bunch of IIOP marshalling errors that showed up while running the rmi.iiop code against the J2EE CS 1.3 test harness.
> - Not all the rmi.iiop variable names and code style was changed.  This wasn't done to make the previous point easier.
> - Made a number of GBeans to support various elements of the server
> - Started to use the existing NetworkServices idea of the EJBContainer and WebServiceContainer.
> - More things that I can not remember doing...
> Still todo:
> - Add interceptor support to plug in security and transactions
> - Add code for inserting custom data into the object ref to store references to statefull objects on the server side.

-- 
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] Updated: (GERONIMO-613) Numerous enhancements / fixes to interop

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

Mark DeLaFranier updated GERONIMO-613:
--------------------------------------

    Attachment: main.patch

This is a patch of my code.

> Numerous enhancements / fixes to interop
> ----------------------------------------
>
>          Key: GERONIMO-613
>          URL: http://issues.apache.org/jira/browse/GERONIMO-613
>      Project: Geronimo
>         Type: Improvement
>   Components: CORBA
>     Versions: 1.0-M3
>     Reporter: Mark DeLaFranier
>     Priority: Minor
>  Attachments: main.patch
>
> - Numerious changes have been made to the code to make it more Geronimo code friendly.
> - Cleaned up the stub / skel generator
> - Add java method overloading
> - Removed some un-necessary files (iiop name stubs, repository, standalone server startup)
> - Fixeda bunch of IIOP marshalling errors that showed up while running the rmi.iiop code against the J2EE CS 1.3 test harness.
> - Not all the rmi.iiop variable names and code style was changed.  This wasn't done to make the previous point easier.
> - Made a number of GBeans to support various elements of the server
> - Started to use the existing NetworkServices idea of the EJBContainer and WebServiceContainer.
> - More things that I can not remember doing...
> Still todo:
> - Add interceptor support to plug in security and transactions
> - Add code for inserting custom data into the object ref to store references to statefull objects on the server side.

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