Re: svn commit: r992352 - /qpid/trunk/qpid/java/systests/src/main/java/org/apache/qpid/test/client/queue/QueuePolicyTest.java

2010-09-07 Thread Rajith Attapattu
On Mon, Sep 6, 2010 at 7:06 AM, Robbie Gemmell wrote: > Both the included test cases are failing on the default and java > profiles because the addressing syntax isnt supported, so I have > excluded them from the 0-8/9 test profiles. Hmm.. I thought I had them on those lists. These tests were add

[jira] Updated: (QPID-2835) Implement connections (CON) operational logging on 0-10

2010-09-07 Thread Sorin Suciu (JIRA)
[ https://issues.apache.org/jira/browse/QPID-2835?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sorin Suciu updated QPID-2835: -- Attachment: qpid-2835.patch > Implement connections (CON) operational logging on 0-10 >

[jira] Updated: (QPID-2835) Implement connections (CON) operational logging on 0-10

2010-09-07 Thread Sorin Suciu (JIRA)
[ https://issues.apache.org/jira/browse/QPID-2835?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sorin Suciu updated QPID-2835: -- Attachment: (was: qpid-2835.patch) > Implement connections (CON) operational logging on 0-10 > -

Re: svn commit: r992352 - /qpid/trunk/qpid/java/systests/src/main/java/org/apache/qpid/test/client/queue/QueuePolicyTest.java

2010-09-07 Thread Robbie Gemmell
On 7 September 2010 14:53, Rajith Attapattu wrote: > On Mon, Sep 6, 2010 at 7:06 AM, Robbie Gemmell > wrote: >> Both the included test cases are failing on the default and java >> profiles because the addressing syntax isnt supported, so I have >> excluded them from the 0-8/9 test profiles. > >

[jira] Assigned: (QPID-2832) Collate all the LogSubject formatting strings in a static class

2010-09-07 Thread Robbie Gemmell (JIRA)
[ https://issues.apache.org/jira/browse/QPID-2832?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robbie Gemmell reassigned QPID-2832: Assignee: Robbie Gemmell > Collate all the LogSubject formatting strings in a static class >

[jira] Commented: (QPID-2832) Collate all the LogSubject formatting strings in a static class

2010-09-07 Thread Robbie Gemmell (JIRA)
[ https://issues.apache.org/jira/browse/QPID-2832?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12906857#action_12906857 ] Robbie Gemmell commented on QPID-2832: -- Some comments would be helpful to indicate wher

[jira] Commented: (QPID-2834) Implement subscriptions (SUB) operational logging on 0-10

2010-09-07 Thread Robbie Gemmell (JIRA)
[ https://issues.apache.org/jira/browse/QPID-2834?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12906859#action_12906859 ] Robbie Gemmell commented on QPID-2834: -- There is a large amount of reformatting contain

[jira] Commented: (QPID-2839) Implement Channel (CHN) and Flow (FLW) operational logging on 0-10

2010-09-07 Thread Robbie Gemmell (JIRA)
[ https://issues.apache.org/jira/browse/QPID-2839?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12906860#action_12906860 ] Robbie Gemmell commented on QPID-2839: -- The patch adds commented out log statements, th

[jira] Assigned: (QPID-2839) Implement Channel (CHN) and Flow (FLW) operational logging on 0-10

2010-09-07 Thread Robbie Gemmell (JIRA)
[ https://issues.apache.org/jira/browse/QPID-2839?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robbie Gemmell reassigned QPID-2839: Assignee: Robbie Gemmell > Implement Channel (CHN) and Flow (FLW) operational logging on 0-

[jira] Assigned: (QPID-2835) Implement connections (CON) operational logging on 0-10

2010-09-07 Thread Robbie Gemmell (JIRA)
[ https://issues.apache.org/jira/browse/QPID-2835?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robbie Gemmell reassigned QPID-2835: Assignee: Robbie Gemmell > Implement connections (CON) operational logging on 0-10 > ---

[jira] Assigned: (QPID-2834) Implement subscriptions (SUB) operational logging on 0-10

2010-09-07 Thread Robbie Gemmell (JIRA)
[ https://issues.apache.org/jira/browse/QPID-2834?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robbie Gemmell reassigned QPID-2834: Assignee: Robbie Gemmell > Implement subscriptions (SUB) operational logging on 0-10 >

Qpid-cpp windows x86 vs. x64 issues

2010-09-07 Thread Chuck Rolke
Hi, I have spent time recently working with Qpid-cpp, CMake, and Windows x64. I can see two issues that could use a general solution: 1. CMake's find_boost finds the same Boost library tree for both x86 and x64 builds. If environment variable BOOST_ROOT points to one lib or the other first, th

RE: Qpid-cpp windows x86 vs. x64 issues

2010-09-07 Thread Steve Huston
Hi Chuck, > I have spent time recently working with Qpid-cpp, CMake, and > Windows x64. I can see two issues that could use a general solution: > > 1. CMake's find_boost finds the same Boost library tree for > both x86 and x64 builds. If environment variable BOOST_ROOT > points to one lib or t

Re: [jira] Updated: (QPID-2835) Implement connections (CON) operational logging on 0-10

2010-09-07 Thread Andrew Kennedy
Hi. The way I see this is that the logging is currently too fragmented and still manages to be quite tightly coupled to the model objects, via the LogSubjects. Unless we had a generic subject that could produce an identifier for anything it was presented with, this will always be the case