[jira] Updated: (QPID-2450) Failed evaluation of a selector could provide log information to help identify issues

2010-03-17 Thread Martin Ritchie (JIRA)
[ https://issues.apache.org/jira/browse/QPID-2450?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Ritchie updated QPID-2450: - Summary: Failed evaluation of a selector could provide log information to help identify issues

Many Mb of doc related tools checked in

2010-03-17 Thread Andrew Stitcher
I know we've been discussing docs recently, but I was extremely surprised to see a huge checkin containing tools to build the documentation. To put it into perspective, the tools in the qpid/docs directory are larger than the entire C++ source code. I can't understand the necessity for checking

[jira] Assigned: (QPID-2419) DurableSubscriptionTest is not thorough enough

2010-03-17 Thread Robbie Gemmell (JIRA)
[ https://issues.apache.org/jira/browse/QPID-2419?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robbie Gemmell reassigned QPID-2419: Assignee: Robbie Gemmell DurableSubscriptionTest is not thorough enough

[jira] Updated: (QPID-2360) declaring virtualhost level firewall configuration in virtualhosts.xml leads to NPE on startup

2010-03-17 Thread Andrew Kennedy (JIRA)
[ https://issues.apache.org/jira/browse/QPID-2360?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Kennedy updated QPID-2360: - Attachment: (was: qpid-2361.patch) declaring virtualhost level firewall configuration in

[jira] Updated: (QPID-2360) declaring virtualhost level firewall configuration in virtualhosts.xml leads to NPE on startup

2010-03-17 Thread Andrew Kennedy (JIRA)
[ https://issues.apache.org/jira/browse/QPID-2360?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Kennedy updated QPID-2360: - Attachment: qpid-2360-broker-etc.patch qpid-2360-broker-src.patch Patch fixes

[jira] Updated: (QPID-2360) declaring virtualhost level firewall configuration in virtualhosts.xml leads to NPE on startup

2010-03-17 Thread Andrew Kennedy (JIRA)
[ https://issues.apache.org/jira/browse/QPID-2360?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Kennedy updated QPID-2360: - Attachment: qpid-2360-systests-etc.patch qpid-2360-systests-src.patch Patches for

[jira] Assigned: (QPID-2418) Existing durable subscription with selector is not unsubscribed during change to new subscription

2010-03-17 Thread Robbie Gemmell (JIRA)
[ https://issues.apache.org/jira/browse/QPID-2418?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robbie Gemmell reassigned QPID-2418: Assignee: Robbie Gemmell Existing durable subscription with selector is not unsubscribed

[jira] Assigned: (QPID-2449) bindings are not removed from the persistent store when a durable queue bound to a durable exchange is deleted

2010-03-17 Thread Robbie Gemmell (JIRA)
[ https://issues.apache.org/jira/browse/QPID-2449?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robbie Gemmell reassigned QPID-2449: Assignee: Robbie Gemmell bindings are not removed from the persistent store when a durable

Re: Many Mb of doc related tools checked in

2010-03-17 Thread Jonathan Robie
On 03/17/2010 11:46 AM, Andrew Stitcher wrote: I know we've been discussing docs recently, but I was extremely surprised to see a huge checkin containing tools to build the documentation. To put it into perspective, the tools in the qpid/docs directory are larger than the entire C++ source

Re: Many Mb of doc related tools checked in

2010-03-17 Thread Andrew Stitcher
On Wed, 2010-03-17 at 13:27 -0400, Jonathan Robie wrote: On 03/17/2010 11:46 AM, Andrew Stitcher wrote: I know we've been discussing docs recently, but I was extremely surprised to see a huge checkin containing tools to build the documentation. To put it into perspective, the tools in

Re: Many Mb of doc related tools checked in

2010-03-17 Thread Rafael Schloming
Andrew Stitcher wrote: On Wed, 2010-03-17 at 13:27 -0400, Jonathan Robie wrote: On 03/17/2010 11:46 AM, Andrew Stitcher wrote: I know we've been discussing docs recently, but I was extremely surprised to see a huge checkin containing tools to build the documentation. To put it into

Re: Many Mb of doc related tools checked in

2010-03-17 Thread Carl Trieloff
On 03/17/2010 02:09 PM, Rafael Schloming wrote: Andrew Stitcher wrote: On Wed, 2010-03-17 at 13:27 -0400, Jonathan Robie wrote: On 03/17/2010 11:46 AM, Andrew Stitcher wrote: I know we've been discussing docs recently, but I was extremely surprised to see a huge checkin containing tools to

Re: Many Mb of doc related tools checked in

2010-03-17 Thread Jonathan Robie
On 03/17/2010 02:09 PM, Rafael Schloming wrote: I tend to agree that if you can yum install it (or equivalent for your favorite distro), then it shouldn't be checked into the repo. There are some fairly standard ways of making the build system robust enough to check the versions of the tools

Re: Many Mb of doc related tools checked in

2010-03-17 Thread Rafael Schloming
Jonathan Robie wrote: On 03/17/2010 02:09 PM, Rafael Schloming wrote: I tend to agree that if you can yum install it (or equivalent for your favorite distro), then it shouldn't be checked into the repo. There are some fairly standard ways of making the build system robust enough to check the

[jira] Created: (QPID-2451) Add support for MessageListener callback objects in new messaging API

2010-03-17 Thread Alan Conway (JIRA)
Add support for MessageListener callback objects in new messaging API - Key: QPID-2451 URL: https://issues.apache.org/jira/browse/QPID-2451 Project: Qpid Issue Type: New

[jira] Commented: (QPID-2451) Add support for MessageListener callback objects in new messaging API

2010-03-17 Thread Alan Conway (JIRA)
[ https://issues.apache.org/jira/browse/QPID-2451?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12846587#action_12846587 ] Alan Conway commented on QPID-2451: --- This is the proposed API, in the messaging namespace:

Request for comments: adding support for MessageListeners in the new messaging API.

2010-03-17 Thread Alan Conway
Proposal is at https://issues.apache.org/jira/browse/QPID-2451 - Apache Qpid - AMQP Messaging Implementation Project: http://qpid.apache.org Use/Interact: mailto:dev-subscr...@qpid.apache.org

[jira] Created: (QPID-2452) Inconsistent handling on strings between C++ and Python messaging APIs

2010-03-17 Thread Ted Ross (JIRA)
Inconsistent handling on strings between C++ and Python messaging APIs -- Key: QPID-2452 URL: https://issues.apache.org/jira/browse/QPID-2452 Project: Qpid Issue Type: Bug

[jira] Created: (QPID-2453) Python messaging client unusable after receiving a malformed message

2010-03-17 Thread Ted Ross (JIRA)
Python messaging client unusable after receiving a malformed message Key: QPID-2453 URL: https://issues.apache.org/jira/browse/QPID-2453 Project: Qpid Issue Type: Bug

Re: Many Mb of doc related tools checked in

2010-03-17 Thread Jonathan Robie
OK, there's a Makefile now. You must have Apache FOP = 0.95, the Docbook XSL stylesheets, xsltproc, and xmllint installed. To create just the PDF: $ make To create the PDF and HTML: $ make all To create just HTML: $ make html To clean up: $ make clean I removed the tools that I had

[jira] Commented: (QPID-2452) Inconsistent handling on strings between C++ and Python messaging APIs

2010-03-17 Thread Rafael H. Schloming (JIRA)
[ https://issues.apache.org/jira/browse/QPID-2452?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=1284#action_1284 ] Rafael H. Schloming commented on QPID-2452: --- The python client doesn't assume