[jira] Commented: (QPID-2489) Remove references to boost:: and qpid::framing:: from QMF-generated cpp files

2010-04-08 Thread Ted Ross (JIRA)
[ https://issues.apache.org/jira/browse/QPID-2489?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12855266#action_12855266 ] Ted Ross commented on QPID-2489: I am leaving this issue unresolved because it appears that

[jira] Created: (QPID-2489) Remove references to boost:: and qpid::framing:: from QMF-generated cpp files

2010-04-08 Thread Ted Ross (JIRA)
Remove references to boost:: and qpid::framing:: from QMF-generated cpp files - Key: QPID-2489 URL: https://issues.apache.org/jira/browse/QPID-2489 Project: Qpid Iss

[jira] Resolved: (QPID-2483) Can't build samples from Windows installer

2010-04-08 Thread Steve Huston (JIRA)
[ https://issues.apache.org/jira/browse/QPID-2483?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steve Huston resolved QPID-2483. Resolution: Fixed Fix Version/s: 0.7 Fixed on 0.6-release-windows-installer branch r932132 an

[jira] Updated: (QPID-2488) ACL - error handling/bounds checking

2010-04-08 Thread Rajith Attapattu (JIRA)
[ https://issues.apache.org/jira/browse/QPID-2488?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rajith Attapattu updated QPID-2488: --- Attachment: QPID-2488.patch Attached a new patch with changes suggested by Alan. I modified t

[jira] Updated: (QPID-2488) ACL - error handling/bounds checking

2010-04-08 Thread Rajith Attapattu (JIRA)
[ https://issues.apache.org/jira/browse/QPID-2488?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rajith Attapattu updated QPID-2488: --- Attachment: (was: QPID-2488.patch) > ACL - error handling/bounds checking > --

[jira] Updated: (QPID-2488) ACL - error handling/bounds checking

2010-04-08 Thread Rajith Attapattu (JIRA)
[ https://issues.apache.org/jira/browse/QPID-2488?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rajith Attapattu updated QPID-2488: --- Attachment: QPID-2488.test.patch Test cases to cover the new validation code. > ACL - error h

[jira] Updated: (QPID-2488) ACL - error handling/bounds checking

2010-04-08 Thread Rajith Attapattu (JIRA)
[ https://issues.apache.org/jira/browse/QPID-2488?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rajith Attapattu updated QPID-2488: --- Attachment: QPID-2488.patch The attached patch adds a very basic validation model. It basicall

[jira] Commented: (QPID-2488) ACL - error handling/bounds checking

2010-04-08 Thread Rajith Attapattu (JIRA)
[ https://issues.apache.org/jira/browse/QPID-2488?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12854977#action_12854977 ] Rajith Attapattu commented on QPID-2488: In rev 911509 I added exception handling to

[jira] Created: (QPID-2488) ACL - error handling/bounds checking

2010-04-08 Thread Rajith Attapattu (JIRA)
ACL - error handling/bounds checking Key: QPID-2488 URL: https://issues.apache.org/jira/browse/QPID-2488 Project: Qpid Issue Type: Bug Components: C++ Broker Affects Versions: 0.5, 0.6

Re: [c++]: NotAllowedException v. UnauthorizedAccessException

2010-04-08 Thread Rajith Attapattu
On Thu, Apr 8, 2010 at 10:40 AM, Gordon Sim wrote: > On 04/08/2010 03:11 PM, Rajith Attapattu wrote: >> >> Gordon, are you planning to make the change ? > > If you are volunteering, that would be greatly appreciated! If not, yes, I > will make the change. Ok I will do it :) >> >> Regards, >> >> R

RE: Moving brokertest.py to qpid/tests

2010-04-08 Thread Steve Huston
> -Original Message- > From: Alan Conway [mailto:acon...@redhat.com] > Sent: Thursday, April 08, 2010 9:19 AM > To: Rajith Attapattu; r...@redhat.com; Qpid Dev > Subject: Moving brokertest.py to qpid/tests > > > qpid/python/qpid/brokertest.py is a framework for writing > tests that orch

Re: Moving brokertest.py to qpid/tests

2010-04-08 Thread Rajith Attapattu
On Thu, Apr 8, 2010 at 10:42 AM, Alan Conway wrote: > On 04/08/2010 10:20 AM, Rafael Schloming wrote: >> >> Rajith Attapattu wrote: >>> >>> I am fine with moving it to an appropriate location. >>> >>> On Thu, Apr 8, 2010 at 9:19 AM, Alan Conway wrote: qpid/python/qpid/brokertest.py is a

Re: [c++]: NotAllowedException v. UnauthorizedAccessException

2010-04-08 Thread Gordon Sim
On 04/08/2010 03:11 PM, Rajith Attapattu wrote: Gordon, are you planning to make the change ? If you are volunteering, that would be greatly appreciated! If not, yes, I will make the change. Regards, Rajith On Thu, Apr 8, 2010 at 8:54 AM, Gordon Sim wrote: The broker appears to use Not

Re: Moving brokertest.py to qpid/tests

2010-04-08 Thread Alan Conway
On 04/08/2010 10:20 AM, Rafael Schloming wrote: Rajith Attapattu wrote: I am fine with moving it to an appropriate location. On Thu, Apr 8, 2010 at 9:19 AM, Alan Conway wrote: qpid/python/qpid/brokertest.py is a framework for writing tests that orchestrate brokers and client processes. It's u

Re: Moving brokertest.py to qpid/tests

2010-04-08 Thread Rafael Schloming
Rajith Attapattu wrote: I am fine with moving it to an appropriate location. On Thu, Apr 8, 2010 at 9:19 AM, Alan Conway wrote: qpid/python/qpid/brokertest.py is a framework for writing tests that orchestrate brokers and client processes. It's used by at least the C++ & Java builds. I think it

Empty source directories

2010-04-08 Thread Emmanuel Bourg
There are several empty directories in the java tree, I guess they were left behind after refactoring operations. If someone could remove them here is the list: java/perftests/src/main/java/org/apache/qpid/perftests java/broker/src/test/java/org/apache/qpid/server/txn java/broker/src/main

Re: [c++]: NotAllowedException v. UnauthorizedAccessException

2010-04-08 Thread Rajith Attapattu
Gordon, are you planning to make the change ? Regards, Rajith On Thu, Apr 8, 2010 at 8:54 AM, Gordon Sim wrote: > The broker appears to use NotAllowedException[1] in most places when > authorisation fails. This seems wrong to me as NotAllowedException is used > for specific types of invalid com

Re: Moving brokertest.py to qpid/tests

2010-04-08 Thread Rajith Attapattu
I am fine with moving it to an appropriate location. On Thu, Apr 8, 2010 at 9:19 AM, Alan Conway wrote: > qpid/python/qpid/brokertest.py is a framework for writing tests that > orchestrate brokers and client processes. It's used by at least the C++ & > Java builds. I think it may be in the wrong

[jira] Updated: (QPID-2486) cannot move messages onto a durable subscription backing queue using the JMX Management Console

2010-04-08 Thread Robbie Gemmell (JIRA)
[ https://issues.apache.org/jira/browse/QPID-2486?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robbie Gemmell updated QPID-2486: - Fix Version/s: (was: 0.6) 0.7 > cannot move messages onto a durable subscri

[jira] Assigned: (QPID-2487) Tearing down one dynamic route may delete other independent routes in the federation.

2010-04-08 Thread Ken Giusti (JIRA)
[ https://issues.apache.org/jira/browse/QPID-2487?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ken Giusti reassigned QPID-2487: Assignee: Ken Giusti > Tearing down one dynamic route may delete other independent routes in the >

[jira] Updated: (QPID-2487) Tearing down one dynamic route may delete other independent routes in the federation.

2010-04-08 Thread Ken Giusti (JIRA)
[ https://issues.apache.org/jira/browse/QPID-2487?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ken Giusti updated QPID-2487: - Attachment: fed-setup.sh A test case that exhibits the bug. > Tearing down one dynamic route may delete o

[jira] Created: (QPID-2487) Tearing down one dynamic route may delete other independent routes in the federation.

2010-04-08 Thread Ken Giusti (JIRA)
Tearing down one dynamic route may delete other independent routes in the federation. - Key: QPID-2487 URL: https://issues.apache.org/jira/browse/QPID-2487 Project: Q

[jira] Updated: (QPID-2486) cannot move messages onto a durable subscription backing queue using the JMX Management Console

2010-04-08 Thread Robbie Gemmell (JIRA)
[ https://issues.apache.org/jira/browse/QPID-2486?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robbie Gemmell updated QPID-2486: - Description: The backing queue created for durable subscriptions contains a colon in the name, :,

[jira] Resolved: (QPID-2482) Topic Exchange can duplicate messages.

2010-04-08 Thread Ken Giusti (JIRA)
[ https://issues.apache.org/jira/browse/QPID-2482?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ken Giusti resolved QPID-2482. -- Resolution: Fixed Ensure only one instance of a given queue appears on the routing list. > Topic Exchan

[jira] Created: (QPID-2486) cannot move messages onto a durable subscription backing queue using the JMX Management Console

2010-04-08 Thread Robbie Gemmell (JIRA)
cannot move messages onto a durable subscription backing queue using the JMX Management Console --- Key: QPID-2486 URL: https://issues.apache.org/jira/browse/QPID-2486

Re: High-Level-API.xml

2010-04-08 Thread Jonathan Robie
On 04/08/2010 06:26 AM, Emmanuel Bourg wrote: Jonathan Robie a écrit : I've checked in very preliminary and incomplete documentation for the High Level API in qpid/doc/book/High-Level-API.xml. I have not yet added this to the main document. Very interesting thank you, that makes a good introd

Moving brokertest.py to qpid/tests

2010-04-08 Thread Alan Conway
qpid/python/qpid/brokertest.py is a framework for writing tests that orchestrate brokers and client processes. It's used by at least the C++ & Java builds. I think it may be in the wrong place - what's the right place - qpid/tests/src/py/qpid_tests? - are there any other uses of the framework

Re: [c++]: NotAllowedException v. UnauthorizedAccessException

2010-04-08 Thread Carl Trieloff
Sounds reasonable. I believe I had coded in the NotAllowedException, and I agree UnauthorizedAccessException would be better. On 04/08/2010 08:54 AM, Gordon Sim wrote: The broker appears to use NotAllowedException[1] in most places when authorisation fails. This seems wrong to me as NotAllo

[c++]: NotAllowedException v. UnauthorizedAccessException

2010-04-08 Thread Gordon Sim
The broker appears to use NotAllowedException[1] in most places when authorisation fails. This seems wrong to me as NotAllowedException is used for specific types of invalid command requests (e.g. declaring an existing exchange with a different type, or trying to create exchanges with prohibite

Re: High-Level-API.xml

2010-04-08 Thread Emmanuel Bourg
Jonathan Robie a écrit : I've checked in very preliminary and incomplete documentation for the High Level API in qpid/doc/book/High-Level-API.xml. I have not yet added this to the main document. Very interesting thank you, that makes a good introduction to AMQP and Qpid. I noted a few things:

Re: Anyone looking at qpid.tests.messaging.endpoints.SetupTests.testReconnect?

2010-04-08 Thread Rafael Schloming
Alan Conway wrote: This test has been failing for a couple days now, is anybody looking into it? Yes, I've fixed at least one problem with it, although there may be more. --Rafael - Apache Qpid - AMQP Messaging Implementatio