You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Weston M. Price (Created) (JIRA)" <ji...@apache.org> on 2012/01/06 20:50:39 UTC

[jira] [Created] (QPID-3733) QpidRAManagedConnection setup() method is incorrect for non-XA transaction state as well as username/password

QpidRAManagedConnection setup() method is incorrect for non-XA transaction state as well as username/password
-------------------------------------------------------------------------------------------------------------

                 Key: QPID-3733
                 URL: https://issues.apache.org/jira/browse/QPID-3733
             Project: Qpid
          Issue Type: Bug
          Components: JCA
         Environment: All OS platforms, all JEE supported platforms
            Reporter: Weston M. Price
            Priority: Critical
             Fix For: 0.15


The QpidRAManagedConnection class does not correctly handle non-XA transaction state as well as username and password information in the call to creating the underlying connection. For the non-XA transaction state, we don't account for the user specifying transacted=true for the Session. The username password info is completely ignored for non-XA connections.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:dev-subscribe@qpid.apache.org


[jira] [Resolved] (QPID-3733) QpidRAManagedConnection setup() method is incorrect for non-XA transaction state as well as username/password

Posted by "Weston M. Price (Resolved) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-3733?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Weston M. Price resolved QPID-3733.
-----------------------------------

    Resolution: Fixed

Fixed in trunk with provided patch.
                
> QpidRAManagedConnection setup() method is incorrect for non-XA transaction state as well as username/password
> -------------------------------------------------------------------------------------------------------------
>
>                 Key: QPID-3733
>                 URL: https://issues.apache.org/jira/browse/QPID-3733
>             Project: Qpid
>          Issue Type: Bug
>          Components: JCA
>         Environment: All OS platforms, all JEE supported platforms
>            Reporter: Weston M. Price
>            Assignee: Weston M. Price
>            Priority: Critical
>             Fix For: 0.15
>
>         Attachments: QPID-3733.patch, QPID-3733.patch
>
>
> The QpidRAManagedConnection class does not correctly handle non-XA transaction state as well as username and password information in the call to creating the underlying connection. For the non-XA transaction state, we don't account for the user specifying transacted=true for the Session. The username password info is completely ignored for non-XA connections.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org


[jira] [Resolved] (QPID-3733) QpidRAManagedConnection setup() method is incorrect for non-XA transaction state as well as username/password

Posted by "Weston M. Price (Resolved) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-3733?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Weston M. Price resolved QPID-3733.
-----------------------------------

    Resolution: Fixed

Fixed with attached patch. Tested in EAP/Geronimo environments.
                
> QpidRAManagedConnection setup() method is incorrect for non-XA transaction state as well as username/password
> -------------------------------------------------------------------------------------------------------------
>
>                 Key: QPID-3733
>                 URL: https://issues.apache.org/jira/browse/QPID-3733
>             Project: Qpid
>          Issue Type: Bug
>          Components: JCA
>         Environment: All OS platforms, all JEE supported platforms
>            Reporter: Weston M. Price
>            Assignee: Weston M. Price
>            Priority: Critical
>             Fix For: 0.15
>
>         Attachments: QPID-3733.patch
>
>
> The QpidRAManagedConnection class does not correctly handle non-XA transaction state as well as username and password information in the call to creating the underlying connection. For the non-XA transaction state, we don't account for the user specifying transacted=true for the Session. The username password info is completely ignored for non-XA connections.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:dev-subscribe@qpid.apache.org


[jira] [Updated] (QPID-3733) QpidRAManagedConnection setup() method is incorrect for non-XA transaction state as well as username/password

Posted by "Weston M. Price (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-3733?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Weston M. Price updated QPID-3733:
----------------------------------

    Attachment: QPID-3733.patch

Fixes issues with both non-XA connections as well as setting the username/password correctly on connection creation.
                
> QpidRAManagedConnection setup() method is incorrect for non-XA transaction state as well as username/password
> -------------------------------------------------------------------------------------------------------------
>
>                 Key: QPID-3733
>                 URL: https://issues.apache.org/jira/browse/QPID-3733
>             Project: Qpid
>          Issue Type: Bug
>          Components: JCA
>         Environment: All OS platforms, all JEE supported platforms
>            Reporter: Weston M. Price
>            Priority: Critical
>             Fix For: 0.15
>
>         Attachments: QPID-3733.patch
>
>
> The QpidRAManagedConnection class does not correctly handle non-XA transaction state as well as username and password information in the call to creating the underlying connection. For the non-XA transaction state, we don't account for the user specifying transacted=true for the Session. The username password info is completely ignored for non-XA connections.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:dev-subscribe@qpid.apache.org


[jira] [Assigned] (QPID-3733) QpidRAManagedConnection setup() method is incorrect for non-XA transaction state as well as username/password

Posted by "Weston M. Price (Assigned) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-3733?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Weston M. Price reassigned QPID-3733:
-------------------------------------

    Assignee: Weston M. Price
    
> QpidRAManagedConnection setup() method is incorrect for non-XA transaction state as well as username/password
> -------------------------------------------------------------------------------------------------------------
>
>                 Key: QPID-3733
>                 URL: https://issues.apache.org/jira/browse/QPID-3733
>             Project: Qpid
>          Issue Type: Bug
>          Components: JCA
>         Environment: All OS platforms, all JEE supported platforms
>            Reporter: Weston M. Price
>            Assignee: Weston M. Price
>            Priority: Critical
>             Fix For: 0.15
>
>         Attachments: QPID-3733.patch
>
>
> The QpidRAManagedConnection class does not correctly handle non-XA transaction state as well as username and password information in the call to creating the underlying connection. For the non-XA transaction state, we don't account for the user specifying transacted=true for the Session. The username password info is completely ignored for non-XA connections.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:dev-subscribe@qpid.apache.org


[jira] [Updated] (QPID-3733) QpidRAManagedConnection setup() method is incorrect for non-XA transaction state as well as username/password

Posted by "Weston M. Price (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-3733?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Weston M. Price updated QPID-3733:
----------------------------------

    Attachment: QPID-3733.patch

Latest patch for QPID-3733.
                
> QpidRAManagedConnection setup() method is incorrect for non-XA transaction state as well as username/password
> -------------------------------------------------------------------------------------------------------------
>
>                 Key: QPID-3733
>                 URL: https://issues.apache.org/jira/browse/QPID-3733
>             Project: Qpid
>          Issue Type: Bug
>          Components: JCA
>         Environment: All OS platforms, all JEE supported platforms
>            Reporter: Weston M. Price
>            Assignee: Weston M. Price
>            Priority: Critical
>             Fix For: 0.15
>
>         Attachments: QPID-3733.patch, QPID-3733.patch
>
>
> The QpidRAManagedConnection class does not correctly handle non-XA transaction state as well as username and password information in the call to creating the underlying connection. For the non-XA transaction state, we don't account for the user specifying transacted=true for the Session. The username password info is completely ignored for non-XA connections.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:dev-subscribe@qpid.apache.org


[jira] [Reopened] (QPID-3733) QpidRAManagedConnection setup() method is incorrect for non-XA transaction state as well as username/password

Posted by "Weston M. Price (Reopened) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-3733?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Weston M. Price reopened QPID-3733:
-----------------------------------


Issues have come up with our internal TCK that require the re-opening of this issue.
                
> QpidRAManagedConnection setup() method is incorrect for non-XA transaction state as well as username/password
> -------------------------------------------------------------------------------------------------------------
>
>                 Key: QPID-3733
>                 URL: https://issues.apache.org/jira/browse/QPID-3733
>             Project: Qpid
>          Issue Type: Bug
>          Components: JCA
>         Environment: All OS platforms, all JEE supported platforms
>            Reporter: Weston M. Price
>            Assignee: Weston M. Price
>            Priority: Critical
>             Fix For: 0.15
>
>         Attachments: QPID-3733.patch
>
>
> The QpidRAManagedConnection class does not correctly handle non-XA transaction state as well as username and password information in the call to creating the underlying connection. For the non-XA transaction state, we don't account for the user specifying transacted=true for the Session. The username password info is completely ignored for non-XA connections.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:dev-subscribe@qpid.apache.org


[jira] [Commented] (QPID-3733) QpidRAManagedConnection setup() method is incorrect for non-XA transaction state as well as username/password

Posted by "Weston M. Price (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/QPID-3733?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13183296#comment-13183296 ] 

Weston M. Price commented on QPID-3733:
---------------------------------------

Tested with both JBoss EAP 5.x and Geronimo 2.2.x
                
> QpidRAManagedConnection setup() method is incorrect for non-XA transaction state as well as username/password
> -------------------------------------------------------------------------------------------------------------
>
>                 Key: QPID-3733
>                 URL: https://issues.apache.org/jira/browse/QPID-3733
>             Project: Qpid
>          Issue Type: Bug
>          Components: JCA
>         Environment: All OS platforms, all JEE supported platforms
>            Reporter: Weston M. Price
>            Assignee: Weston M. Price
>            Priority: Critical
>             Fix For: 0.15
>
>         Attachments: QPID-3733.patch
>
>
> The QpidRAManagedConnection class does not correctly handle non-XA transaction state as well as username and password information in the call to creating the underlying connection. For the non-XA transaction state, we don't account for the user specifying transacted=true for the Session. The username password info is completely ignored for non-XA connections.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:dev-subscribe@qpid.apache.org