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)" <ji...@apache.org> on 2008/10/15 02:16:44 UTC

[jira] Created: (GERONIMO-4360) Connector 1.6 implementation

Connector 1.6 implementation
----------------------------

                 Key: GERONIMO-4360
                 URL: https://issues.apache.org/jira/browse/GERONIMO-4360
             Project: Geronimo
          Issue Type: New Feature
      Security Level: public (Regular issues)
          Components: connector
    Affects Versions: 2.2
            Reporter: David Jencks
            Assignee: David Jencks
             Fix For: 2.2


We'll need some changes in component and in the wrapping in server.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (GERONIMO-4360) Connector 1.6 implementation

Posted by "David Jencks (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/GERONIMO-4360?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12848869#action_12848869 ] 

David Jencks commented on GERONIMO-4360:
----------------------------------------

runtime TransactionSupport support added in rev 926678 (server/trunk) and 926676 (txmanager component)

> Connector 1.6 implementation
> ----------------------------
>
>                 Key: GERONIMO-4360
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-4360
>             Project: Geronimo
>          Issue Type: Sub-task
>      Security Level: public(Regular issues) 
>          Components: connector, javaee6
>    Affects Versions: 3.0
>            Reporter: David Jencks
>            Assignee: David Jencks
>             Fix For: 3.0
>
>
> We'll need some changes in component and in the wrapping in server.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (GERONIMO-4360) Connector 1.6 implementation

Posted by "David Jencks (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/GERONIMO-4360?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

David Jencks updated GERONIMO-4360:
-----------------------------------

    Component/s: javaee6

> Connector 1.6 implementation
> ----------------------------
>
>                 Key: GERONIMO-4360
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-4360
>             Project: Geronimo
>          Issue Type: Sub-task
>      Security Level: public(Regular issues) 
>          Components: connector, javaee6
>    Affects Versions: 3.0
>            Reporter: David Jencks
>            Assignee: David Jencks
>             Fix For: 3.0
>
>
> We'll need some changes in component and in the wrapping in server.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (GERONIMO-4360) Connector 1.6 implementation

Posted by "David Jencks (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/GERONIMO-4360?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12641204#action_12641204 ] 

David Jencks commented on GERONIMO-4360:
----------------------------------------

rev 706448 sets up flags to switch which connector plugin gets built.  Some fiddling with dependencies.xml is still needed.

> Connector 1.6 implementation
> ----------------------------
>
>                 Key: GERONIMO-4360
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-4360
>             Project: Geronimo
>          Issue Type: New Feature
>      Security Level: public(Regular issues) 
>          Components: connector
>    Affects Versions: 2.2
>            Reporter: David Jencks
>            Assignee: David Jencks
>             Fix For: 2.2
>
>
> We'll need some changes in component and in the wrapping in server.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (GERONIMO-4360) Connector 1.6 implementation

Posted by "David Jencks (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/GERONIMO-4360?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12847990#action_12847990 ] 

David Jencks commented on GERONIMO-4360:
----------------------------------------

Corresponding server changes in rev 925911.

> Connector 1.6 implementation
> ----------------------------
>
>                 Key: GERONIMO-4360
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-4360
>             Project: Geronimo
>          Issue Type: Sub-task
>      Security Level: public(Regular issues) 
>          Components: connector, javaee6
>    Affects Versions: 3.0
>            Reporter: David Jencks
>            Assignee: David Jencks
>             Fix For: 3.0
>
>
> We'll need some changes in component and in the wrapping in server.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (GERONIMO-4360) Connector 1.6 implementation

Posted by "David Jencks (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/GERONIMO-4360?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12640019#action_12640019 ] 

David Jencks commented on GERONIMO-4360:
----------------------------------------

Rev 705104 (components/txmanager/trunk) switches component to 1.6 api and implements InflowContext handling.  The new LazyAssociatableConnectionManager.inactiveConnectionClosed method is present but not implemented until I understand it better.

> Connector 1.6 implementation
> ----------------------------
>
>                 Key: GERONIMO-4360
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-4360
>             Project: Geronimo
>          Issue Type: New Feature
>      Security Level: public(Regular issues) 
>          Components: connector
>    Affects Versions: 2.2
>            Reporter: David Jencks
>            Assignee: David Jencks
>             Fix For: 2.2
>
>
> We'll need some changes in component and in the wrapping in server.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (GERONIMO-4360) Connector 1.6 implementation

Posted by "David Jencks (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/GERONIMO-4360?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12641118#action_12641118 ] 

David Jencks commented on GERONIMO-4360:
----------------------------------------

rev 706357 copies plugins/connector to plugins/connector-1_6 for implementation work on new spec.  Despite the lengthy commit message svn history still seems to be present.  Perhaps a diff could be used to undo the renaming once we actually move to the 1.6 spec for the normal server.

> Connector 1.6 implementation
> ----------------------------
>
>                 Key: GERONIMO-4360
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-4360
>             Project: Geronimo
>          Issue Type: New Feature
>      Security Level: public(Regular issues) 
>          Components: connector
>    Affects Versions: 2.2
>            Reporter: David Jencks
>            Assignee: David Jencks
>             Fix For: 2.2
>
>
> We'll need some changes in component and in the wrapping in server.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Closed: (GERONIMO-4360) Connector 1.6 implementation

Posted by "Rick McGuire (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/GERONIMO-4360?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rick McGuire closed GERONIMO-4360.
----------------------------------


> Connector 1.6 implementation
> ----------------------------
>
>                 Key: GERONIMO-4360
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-4360
>             Project: Geronimo
>          Issue Type: Sub-task
>      Security Level: public(Regular issues) 
>          Components: connector, javaee6
>    Affects Versions: 3.0
>            Reporter: David Jencks
>            Assignee: David Jencks
>             Fix For: 3.0
>
>
> We'll need some changes in component and in the wrapping in server.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (GERONIMO-4360) Connector 1.6 implementation

Posted by "David Jencks (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/GERONIMO-4360?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

David Jencks updated GERONIMO-4360:
-----------------------------------

    Affects Version/s:     (was: 2.2)
                       3.0
        Fix Version/s:     (was: Wish List)
                       3.0

There are also some new annotations.

> Connector 1.6 implementation
> ----------------------------
>
>                 Key: GERONIMO-4360
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-4360
>             Project: Geronimo
>          Issue Type: New Feature
>      Security Level: public(Regular issues) 
>          Components: connector
>    Affects Versions: 3.0
>            Reporter: David Jencks
>            Assignee: David Jencks
>             Fix For: 3.0
>
>
> We'll need some changes in component and in the wrapping in server.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (GERONIMO-4360) Connector 1.6 implementation

Posted by "Rick McGuire (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/GERONIMO-4360?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12901412#action_12901412 ] 

Rick McGuire commented on GERONIMO-4360:
----------------------------------------

I believe this issue can be closed now, correct?

> Connector 1.6 implementation
> ----------------------------
>
>                 Key: GERONIMO-4360
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-4360
>             Project: Geronimo
>          Issue Type: Sub-task
>      Security Level: public(Regular issues) 
>          Components: connector, javaee6
>    Affects Versions: 3.0
>            Reporter: David Jencks
>            Assignee: David Jencks
>             Fix For: 3.0
>
>
> We'll need some changes in component and in the wrapping in server.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (GERONIMO-4360) Connector 1.6 implementation

Posted by "David Jencks (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/GERONIMO-4360?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12640017#action_12640017 ] 

David Jencks commented on GERONIMO-4360:
----------------------------------------

Rev 705102 (server/trunk) implements resource adapter-aware admin objects.  This doesn't use any new apis.  It also changes our vendor plan schema without changing the namespace.

> Connector 1.6 implementation
> ----------------------------
>
>                 Key: GERONIMO-4360
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-4360
>             Project: Geronimo
>          Issue Type: New Feature
>      Security Level: public(Regular issues) 
>          Components: connector
>    Affects Versions: 2.2
>            Reporter: David Jencks
>            Assignee: David Jencks
>             Fix For: 2.2
>
>
> We'll need some changes in component and in the wrapping in server.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (GERONIMO-4360) Connector 1.6 implementation

Posted by "David Jencks (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/GERONIMO-4360?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12642513#action_12642513 ] 

David Jencks commented on GERONIMO-4360:
----------------------------------------

Initial security context import in rev 707714 and a small update to the jetty7 integration in rev 707715.   Builder is next....

> Connector 1.6 implementation
> ----------------------------
>
>                 Key: GERONIMO-4360
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-4360
>             Project: Geronimo
>          Issue Type: New Feature
>      Security Level: public(Regular issues) 
>          Components: connector
>    Affects Versions: 2.2
>            Reporter: David Jencks
>            Assignee: David Jencks
>             Fix For: 2.2
>
>
> We'll need some changes in component and in the wrapping in server.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (GERONIMO-4360) Connector 1.6 implementation

Posted by "David Jencks (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/GERONIMO-4360?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

David Jencks updated GERONIMO-4360:
-----------------------------------

    Fix Version/s:     (was: 2.2)
                   Wish List

It's pretty much done as of the last spec I looked at, but 2.2 isn't going to be very ee 6 friendly so this should mostly apply to g 3.0

> Connector 1.6 implementation
> ----------------------------
>
>                 Key: GERONIMO-4360
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-4360
>             Project: Geronimo
>          Issue Type: New Feature
>      Security Level: public(Regular issues) 
>          Components: connector
>    Affects Versions: 2.2
>            Reporter: David Jencks
>            Assignee: David Jencks
>             Fix For: Wish List
>
>
> We'll need some changes in component and in the wrapping in server.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (GERONIMO-4360) Connector 1.6 implementation

Posted by "David Jencks (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/GERONIMO-4360?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12847989#action_12847989 ] 

David Jencks commented on GERONIMO-4360:
----------------------------------------

rev 925908 adds a HintsContextHandler and fixes a lot of small bugs mostly with work context handling.  The api changes slightly so the server code also needs to be upgraded.

> Connector 1.6 implementation
> ----------------------------
>
>                 Key: GERONIMO-4360
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-4360
>             Project: Geronimo
>          Issue Type: Sub-task
>      Security Level: public(Regular issues) 
>          Components: connector, javaee6
>    Affects Versions: 3.0
>            Reporter: David Jencks
>            Assignee: David Jencks
>             Fix For: 3.0
>
>
> We'll need some changes in component and in the wrapping in server.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (GERONIMO-4360) Connector 1.6 implementation

Posted by "David Jencks (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/GERONIMO-4360?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12642511#action_12642511 ] 

David Jencks commented on GERONIMO-4360:
----------------------------------------

Rev 707709 attempts to restore parameterized inclusion of the tm.

> Connector 1.6 implementation
> ----------------------------
>
>                 Key: GERONIMO-4360
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-4360
>             Project: Geronimo
>          Issue Type: New Feature
>      Security Level: public(Regular issues) 
>          Components: connector
>    Affects Versions: 2.2
>            Reporter: David Jencks
>            Assignee: David Jencks
>             Fix For: 2.2
>
>
> We'll need some changes in component and in the wrapping in server.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (GERONIMO-4360) Connector 1.6 implementation

Posted by "Rick McGuire (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/GERONIMO-4360?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rick McGuire resolved GERONIMO-4360.
------------------------------------

    Resolution: Fixed

> Connector 1.6 implementation
> ----------------------------
>
>                 Key: GERONIMO-4360
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-4360
>             Project: Geronimo
>          Issue Type: Sub-task
>      Security Level: public(Regular issues) 
>          Components: connector, javaee6
>    Affects Versions: 3.0
>            Reporter: David Jencks
>            Assignee: David Jencks
>             Fix For: 3.0
>
>
> We'll need some changes in component and in the wrapping in server.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (GERONIMO-4360) Connector 1.6 implementation

Posted by "David Jencks (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/GERONIMO-4360?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12853279#action_12853279 ] 

David Jencks commented on GERONIMO-4360:
----------------------------------------

rev 930763 finishes mdb security inflow.

> Connector 1.6 implementation
> ----------------------------
>
>                 Key: GERONIMO-4360
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-4360
>             Project: Geronimo
>          Issue Type: Sub-task
>      Security Level: public(Regular issues) 
>          Components: connector, javaee6
>    Affects Versions: 3.0
>            Reporter: David Jencks
>            Assignee: David Jencks
>             Fix For: 3.0
>
>
> We'll need some changes in component and in the wrapping in server.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (GERONIMO-4360) Connector 1.6 implementation

Posted by "David Jencks (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/GERONIMO-4360?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12714870#action_12714870 ] 

David Jencks commented on GERONIMO-4360:
----------------------------------------

More work on inflow contexts in the txmanager component, rev 780440.

> Connector 1.6 implementation
> ----------------------------
>
>                 Key: GERONIMO-4360
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-4360
>             Project: Geronimo
>          Issue Type: New Feature
>      Security Level: public(Regular issues) 
>          Components: connector
>    Affects Versions: 2.2
>            Reporter: David Jencks
>            Assignee: David Jencks
>             Fix For: 2.2
>
>
> We'll need some changes in component and in the wrapping in server.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (GERONIMO-4360) Connector 1.6 implementation

Posted by "David Jencks (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/GERONIMO-4360?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

David Jencks updated GERONIMO-4360:
-----------------------------------

    Issue Type: Sub-task  (was: New Feature)
        Parent: GERONIMO-5069

> Connector 1.6 implementation
> ----------------------------
>
>                 Key: GERONIMO-4360
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-4360
>             Project: Geronimo
>          Issue Type: Sub-task
>      Security Level: public(Regular issues) 
>          Components: connector
>    Affects Versions: 3.0
>            Reporter: David Jencks
>            Assignee: David Jencks
>             Fix For: 3.0
>
>
> We'll need some changes in component and in the wrapping in server.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.