You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Bill Dudney (JIRA)" <de...@geronimo.apache.org> on 2006/09/15 09:24:22 UTC

[jira] Created: (GERONIMO-2407) openwire impl in gcache won't compile

openwire impl in gcache won't compile
-------------------------------------

                 Key: GERONIMO-2407
                 URL: http://issues.apache.org/jira/browse/GERONIMO-2407
             Project: Geronimo
          Issue Type: Bug
      Security Level: public (Regular issues)
          Components: Clustering
    Affects Versions: 1.2
            Reporter: Bill Dudney
         Attachments: openwire.patch

patch provides 3 things;

1) orgainze imports
2) format code to 'standard' format (no tabs etc)
3) adds standard header

-- 
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: (GERONIMO-2407) openwire impl in gcache won't compile

Posted by "Jeff Genender (JIRA)" <de...@geronimo.apache.org>.
    [ http://issues.apache.org/jira/browse/GERONIMO-2407?page=comments#action_12434939 ] 
            
Jeff Genender commented on GERONIMO-2407:
-----------------------------------------

Also the new code you added, ObjectStreamWireFormatFactory, NodeId, and NodeInfo are missing in this patch. 

> openwire impl in gcache won't compile
> -------------------------------------
>
>                 Key: GERONIMO-2407
>                 URL: http://issues.apache.org/jira/browse/GERONIMO-2407
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: Clustering
>    Affects Versions: 1.2
>            Reporter: Bill Dudney
>         Attachments: openwire.patch
>
>
> patch provides 3 things;
> 1) orgainze imports
> 2) format code to 'standard' format (no tabs etc)
> 3) adds standard header

-- 
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: (GERONIMO-2407) openwire impl in gcache won't compile

Posted by "Bill Dudney (JIRA)" <de...@geronimo.apache.org>.
     [ http://issues.apache.org/jira/browse/GERONIMO-2407?page=all ]

Bill Dudney updated GERONIMO-2407:
----------------------------------

    Attachment: openwire.patch

rather large patch

> openwire impl in gcache won't compile
> -------------------------------------
>
>                 Key: GERONIMO-2407
>                 URL: http://issues.apache.org/jira/browse/GERONIMO-2407
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: Clustering
>    Affects Versions: 1.2
>            Reporter: Bill Dudney
>         Attachments: openwire.patch
>
>
> patch provides 3 things;
> 1) orgainze imports
> 2) format code to 'standard' format (no tabs etc)
> 3) adds standard header

-- 
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: (GERONIMO-2407) openwire impl in gcache won't compile

Posted by "Jeff Genender (JIRA)" <de...@geronimo.apache.org>.
     [ http://issues.apache.org/jira/browse/GERONIMO-2407?page=all ]

Jeff Genender closed GERONIMO-2407.
-----------------------------------

    Resolution: Fixed

Patched.  Thanks.

> openwire impl in gcache won't compile
> -------------------------------------
>
>                 Key: GERONIMO-2407
>                 URL: http://issues.apache.org/jira/browse/GERONIMO-2407
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: Clustering
>    Affects Versions: 1.2
>            Reporter: Bill Dudney
>         Attachments: GERONIMO-2407-bdudney.patch, openwire.patch
>
>
> patch provides 3 things;
> 1) orgainze imports
> 2) format code to 'standard' format (no tabs etc)
> 3) adds standard header

-- 
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: (GERONIMO-2407) openwire impl in gcache won't compile

Posted by "Bill Dudney (JIRA)" <de...@geronimo.apache.org>.
    [ http://issues.apache.org/jira/browse/GERONIMO-2407?page=comments#action_12434904 ] 
            
Bill Dudney commented on GERONIMO-2407:
---------------------------------------

forgot to mention that this patch also makes it so the code will compile

there are a couple of new classes & interface I implemnted

specifically I added NodeInfo and NodeId classs and changed everything that said BrokerId or BrokerInfo to NodeId and NodeInfo respectively. Need input on that...

Also moved the wire format negotioation stuff into the interface - need input

Made the TCPTransportServer use the ObjectStreamWireFormatFactory instead of the openwire.

> openwire impl in gcache won't compile
> -------------------------------------
>
>                 Key: GERONIMO-2407
>                 URL: http://issues.apache.org/jira/browse/GERONIMO-2407
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: Clustering
>    Affects Versions: 1.2
>            Reporter: Bill Dudney
>         Attachments: openwire.patch
>
>
> patch provides 3 things;
> 1) orgainze imports
> 2) format code to 'standard' format (no tabs etc)
> 3) adds standard header

-- 
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: (GERONIMO-2407) openwire impl in gcache won't compile

Posted by "Bill Dudney (JIRA)" <de...@geronimo.apache.org>.
     [ http://issues.apache.org/jira/browse/GERONIMO-2407?page=all ]

Bill Dudney updated GERONIMO-2407:
----------------------------------

    Attachment: GERONIMO-2407-bdudney.patch

droped the formatting and consistent leagal stuff

> openwire impl in gcache won't compile
> -------------------------------------
>
>                 Key: GERONIMO-2407
>                 URL: http://issues.apache.org/jira/browse/GERONIMO-2407
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: Clustering
>    Affects Versions: 1.2
>            Reporter: Bill Dudney
>         Attachments: GERONIMO-2407-bdudney.patch, openwire.patch
>
>
> patch provides 3 things;
> 1) orgainze imports
> 2) format code to 'standard' format (no tabs etc)
> 3) adds standard header

-- 
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: (GERONIMO-2407) openwire impl in gcache won't compile

Posted by "Bill Dudney (JIRA)" <de...@geronimo.apache.org>.
    [ http://issues.apache.org/jira/browse/GERONIMO-2407?page=comments#action_12434992 ] 
            
Bill Dudney commented on GERONIMO-2407:
---------------------------------------

hey jeff, sorry for the hunk failures, looks like svn diff is getting confused by the way I redid the comments (I tried to apply to a fresh check out and got the several failures).

I am cooking a new patch now (essentially backing out anything that was not related to the compile problems)



> openwire impl in gcache won't compile
> -------------------------------------
>
>                 Key: GERONIMO-2407
>                 URL: http://issues.apache.org/jira/browse/GERONIMO-2407
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: Clustering
>    Affects Versions: 1.2
>            Reporter: Bill Dudney
>         Attachments: openwire.patch
>
>
> patch provides 3 things;
> 1) orgainze imports
> 2) format code to 'standard' format (no tabs etc)
> 3) adds standard header

-- 
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: (GERONIMO-2407) openwire impl in gcache won't compile

Posted by "Jeff Genender (JIRA)" <de...@geronimo.apache.org>.
    [ http://issues.apache.org/jira/browse/GERONIMO-2407?page=comments#action_12434921 ] 
            
Jeff Genender commented on GERONIMO-2407:
-----------------------------------------

Bill, I get hunk failures.  I even re-checked out the code and it still fails.  Can you please supply a new patch?

> openwire impl in gcache won't compile
> -------------------------------------
>
>                 Key: GERONIMO-2407
>                 URL: http://issues.apache.org/jira/browse/GERONIMO-2407
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: Clustering
>    Affects Versions: 1.2
>            Reporter: Bill Dudney
>         Attachments: openwire.patch
>
>
> patch provides 3 things;
> 1) orgainze imports
> 2) format code to 'standard' format (no tabs etc)
> 3) adds standard header

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