You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Sorin Suciu (JIRA)" <qp...@incubator.apache.org> on 2010/06/03 15:02:05 UTC

[jira] Created: (QPID-2642) The bitwise AND operator used instead of logical AND in QpidLog4JConfigurator.java

The bitwise  AND operator used instead of logical AND in QpidLog4JConfigurator.java
-----------------------------------------------------------------------------------

                 Key: QPID-2642
                 URL: https://issues.apache.org/jira/browse/QPID-2642
             Project: Qpid
          Issue Type: Bug
          Components: Java Broker
    Affects Versions: 0.7
            Reporter: Sorin Suciu
             Fix For: 0.7


The bitwise  AND operator used instead of logical AND in QpidLog4JConfigurator.java in the following line:

          if(log4jConfiguredString.equals("") & ! log4jConfiguredString.equals(levelString))




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


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


[jira] Resolved: (QPID-2642) The bitwise AND operator used instead of logical AND in QpidLog4JConfigurator.java

Posted by "Robbie Gemmell (JIRA)" <qp...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-2642?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Robbie Gemmell resolved QPID-2642.
----------------------------------

    Resolution: Fixed

Resolving issue for Andrew (as he still hasnt got his JIRA rights)

> The bitwise  AND operator used instead of logical AND in QpidLog4JConfigurator.java
> -----------------------------------------------------------------------------------
>
>                 Key: QPID-2642
>                 URL: https://issues.apache.org/jira/browse/QPID-2642
>             Project: Qpid
>          Issue Type: Bug
>          Components: Java Broker
>    Affects Versions: 0.7
>            Reporter: Sorin Suciu
>            Assignee: Robbie Gemmell
>            Priority: Minor
>             Fix For: 0.7
>
>         Attachments: qpid-2642.patch
>
>
> The bitwise  AND operator used instead of logical AND in QpidLog4JConfigurator.java in the following line:
>           if(log4jConfiguredString.equals("") & ! log4jConfiguredString.equals(levelString))

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


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


[jira] Updated: (QPID-2642) The bitwise AND operator used instead of logical AND in QpidLog4JConfigurator.java

Posted by "Sorin Suciu (JIRA)" <qp...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-2642?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sorin Suciu updated QPID-2642:
------------------------------

    Priority: Minor  (was: Major)

> The bitwise  AND operator used instead of logical AND in QpidLog4JConfigurator.java
> -----------------------------------------------------------------------------------
>
>                 Key: QPID-2642
>                 URL: https://issues.apache.org/jira/browse/QPID-2642
>             Project: Qpid
>          Issue Type: Bug
>          Components: Java Broker
>    Affects Versions: 0.7
>            Reporter: Sorin Suciu
>            Priority: Minor
>             Fix For: 0.7
>
>
> The bitwise  AND operator used instead of logical AND in QpidLog4JConfigurator.java in the following line:
>           if(log4jConfiguredString.equals("") & ! log4jConfiguredString.equals(levelString))

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


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


[jira] Assigned: (QPID-2642) The bitwise AND operator used instead of logical AND in QpidLog4JConfigurator.java

Posted by "Robbie Gemmell (JIRA)" <qp...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-2642?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Robbie Gemmell reassigned QPID-2642:
------------------------------------

    Assignee: Robbie Gemmell

> The bitwise  AND operator used instead of logical AND in QpidLog4JConfigurator.java
> -----------------------------------------------------------------------------------
>
>                 Key: QPID-2642
>                 URL: https://issues.apache.org/jira/browse/QPID-2642
>             Project: Qpid
>          Issue Type: Bug
>          Components: Java Broker
>    Affects Versions: 0.7
>            Reporter: Sorin Suciu
>            Assignee: Robbie Gemmell
>            Priority: Minor
>             Fix For: 0.7
>
>         Attachments: qpid-2642.patch
>
>
> The bitwise  AND operator used instead of logical AND in QpidLog4JConfigurator.java in the following line:
>           if(log4jConfiguredString.equals("") & ! log4jConfiguredString.equals(levelString))

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


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


[jira] Closed: (QPID-2642) The bitwise AND operator used instead of logical AND in QpidLog4JConfigurator.java

Posted by "Sorin Suciu (JIRA)" <qp...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-2642?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sorin Suciu closed QPID-2642.
-----------------------------


> The bitwise  AND operator used instead of logical AND in QpidLog4JConfigurator.java
> -----------------------------------------------------------------------------------
>
>                 Key: QPID-2642
>                 URL: https://issues.apache.org/jira/browse/QPID-2642
>             Project: Qpid
>          Issue Type: Bug
>          Components: Java Broker
>    Affects Versions: 0.7
>            Reporter: Sorin Suciu
>            Assignee: Robbie Gemmell
>            Priority: Minor
>             Fix For: 0.7
>
>         Attachments: qpid-2642.patch
>
>
> The bitwise  AND operator used instead of logical AND in QpidLog4JConfigurator.java in the following line:
>           if(log4jConfiguredString.equals("") & ! log4jConfiguredString.equals(levelString))

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


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


[jira] Updated: (QPID-2642) The bitwise AND operator used instead of logical AND in QpidLog4JConfigurator.java

Posted by "Sorin Suciu (JIRA)" <qp...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-2642?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sorin Suciu updated QPID-2642:
------------------------------

    Attachment: qpid-2642.patch

> The bitwise  AND operator used instead of logical AND in QpidLog4JConfigurator.java
> -----------------------------------------------------------------------------------
>
>                 Key: QPID-2642
>                 URL: https://issues.apache.org/jira/browse/QPID-2642
>             Project: Qpid
>          Issue Type: Bug
>          Components: Java Broker
>    Affects Versions: 0.7
>            Reporter: Sorin Suciu
>            Priority: Minor
>             Fix For: 0.7
>
>         Attachments: qpid-2642.patch
>
>
> The bitwise  AND operator used instead of logical AND in QpidLog4JConfigurator.java in the following line:
>           if(log4jConfiguredString.equals("") & ! log4jConfiguredString.equals(levelString))

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


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


[jira] Commented: (QPID-2642) The bitwise AND operator used instead of logical AND in QpidLog4JConfigurator.java

Posted by "Andrew Kennedy (JIRA)" <qp...@incubator.apache.org>.
    [ https://issues.apache.org/jira/browse/QPID-2642?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12894324#action_12894324 ] 

Andrew Kennedy commented on QPID-2642:
--------------------------------------

Applied patch and committed

> The bitwise  AND operator used instead of logical AND in QpidLog4JConfigurator.java
> -----------------------------------------------------------------------------------
>
>                 Key: QPID-2642
>                 URL: https://issues.apache.org/jira/browse/QPID-2642
>             Project: Qpid
>          Issue Type: Bug
>          Components: Java Broker
>    Affects Versions: 0.7
>            Reporter: Sorin Suciu
>            Priority: Minor
>             Fix For: 0.7
>
>         Attachments: qpid-2642.patch
>
>
> The bitwise  AND operator used instead of logical AND in QpidLog4JConfigurator.java in the following line:
>           if(log4jConfiguredString.equals("") & ! log4jConfiguredString.equals(levelString))

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


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