public facing CI for the C++ components

2011-08-23 Thread Robbie Gemmell
Hi all, I think it would be a good idea if we could get some public facing CI set up for the C++ components. There have been various issues which have gone unnnoticed in recent weeks at least in part due to the lack of CI as a fallback after not spotting the issues otherwise. We have some

Re: [VOTE] Release 0.12

2011-08-23 Thread Robbie Gemmell
I have promoted the Maven artifacts for the Java client to the release repo, so they should sync to the central repo soon. Robbie On 23 August 2011 03:23, Justin Ross jus...@redhat.com wrote: I've now updated the website.  Please let me know if you have any problems after the update. I'll

Re: public facing CI for the C++ components

2011-08-23 Thread Gordon Sim
On 08/23/2011 09:35 AM, Robbie Gemmell wrote: - The C++ broker recently started enforcing that exchange.bind commands dont use the empty string (though it is throwing the wrong exception when it does, https://issues.apache.org/jira/browse/QPID-3443) That was me (QPID-3363). I was actually

[jira] [Assigned] (QPID-3443) the C++ broker uses the wrong exception type when clients try to modify the default exchange

2011-08-23 Thread Gordon Sim (JIRA)
[ https://issues.apache.org/jira/browse/QPID-3443?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gordon Sim reassigned QPID-3443: Assignee: Gordon Sim the C++ broker uses the wrong exception type when clients try to modify the

[jira] [Updated] (QPID-3433) Remove non existing and passing java tests form excludes in java test profiles. Raise JIRAs for non-passing tests where it is necessary.

2011-08-23 Thread Alex Rudyy (JIRA)
[ https://issues.apache.org/jira/browse/QPID-3433?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alex Rudyy updated QPID-3433: - Attachment: (was: Remove-passing-and-not-existing-tests-from-excludes.patch) Remove non existing

[jira] [Updated] (QPID-3433) Remove non existing and passing java tests form excludes in java test profiles. Raise JIRAs for non-passing tests where it is necessary.

2011-08-23 Thread Alex Rudyy (JIRA)
[ https://issues.apache.org/jira/browse/QPID-3433?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alex Rudyy updated QPID-3433: - Attachment: Remove-passing-and-not-existing-tests-from-excludes.patch In updated patch I removed

[jira] [Created] (QPID-3448) JMS Client throws unchecked SessionExceptions to client application

2011-08-23 Thread Keith Wall (JIRA)
JMS Client throws unchecked SessionExceptions to client application --- Key: QPID-3448 URL: https://issues.apache.org/jira/browse/QPID-3448 Project: Qpid Issue Type: Bug

[jira] [Created] (QPID-3449) 0-10 code path hardcodes session timeout to 60 seconds.

2011-08-23 Thread Keith Wall (JIRA)
0-10 code path hardcodes session timeout to 60 seconds. --- Key: QPID-3449 URL: https://issues.apache.org/jira/browse/QPID-3449 Project: Qpid Issue Type: Improvement Components:

[jira] [Updated] (QPID-3433) Remove non existing and passing java tests from excludes in java test profiles. Raise JIRAs for non-passing tests where it is necessary.

2011-08-23 Thread Keith Wall (JIRA)
[ https://issues.apache.org/jira/browse/QPID-3433?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Keith Wall updated QPID-3433: - Summary: Remove non existing and passing java tests from excludes in java test profiles. Raise JIRAs for

[jira] [Resolved] (QPID-3443) the C++ broker uses the wrong exception type when clients try to modify the default exchange

2011-08-23 Thread Gordon Sim (JIRA)
[ https://issues.apache.org/jira/browse/QPID-3443?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gordon Sim resolved QPID-3443. -- Resolution: Fixed Fix Version/s: (was: Future) 0.13 Fixed (note the

[jira] [Resolved] (QPID-3439) stop importing Signal handling classes directly to break reliance on sun.misc heirarchy and prevent the associated compiler warnings

2011-08-23 Thread Keith Wall (JIRA)
[ https://issues.apache.org/jira/browse/QPID-3439?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Keith Wall resolved QPID-3439. -- Resolution: Fixed Reviewed, no comments from me. cheers Keith. stop importing Signal handling

[jira] [Resolved] (QPID-3387) QueueEntries can hold the Subscriptions which rejected them in memory after they are closed

2011-08-23 Thread Keith Wall (JIRA)
[ https://issues.apache.org/jira/browse/QPID-3387?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Keith Wall resolved QPID-3387. -- Resolution: Fixed Reviewed earlier this month as part of QPID-3386. There were no comments.

[jira] [Commented] (QPID-3443) the C++ broker uses the wrong exception type when clients try to modify the default exchange

2011-08-23 Thread Robbie Gemmell (JIRA)
[ https://issues.apache.org/jira/browse/QPID-3443?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13089402#comment-13089402 ] Robbie Gemmell commented on QPID-3443: -- Oops, too used to using

[jira] [Commented] (QPID-3443) the C++ broker uses the wrong exception type when clients try to modify the default exchange

2011-08-23 Thread Gordon Sim (JIRA)
[ https://issues.apache.org/jira/browse/QPID-3443?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13089411#comment-13089411 ] Gordon Sim commented on QPID-3443: -- There is an illegal argument code as well(!), just not

Re: Review Request: Provides the EventNotifier type, plus example agent and unit test.

2011-08-23 Thread Darryl L. Pierce
On Mon, Aug 22, 2011 at 06:19:57PM -0400, Andrew Stitcher wrote: The problem is that the closest thing to a Unix file descriptor on Windows is a HANDLE. But SOCKETs are not HANDLEs. If all your application wants to do is receive data from sockets and multiplex that then a windows SOCKET is

Re: Review Request: Provides the EventNotifier type, plus example agent and unit test.

2011-08-23 Thread Darryl L. Pierce
On Mon, Aug 22, 2011 at 04:49:13PM -0500, Steve Huston wrote: What do you expect that the caller will need (or want) to do with this thing? I think my expectations were off on the Windows side. -- Darryl L. Pierce, Sr. Software Engineer @ Red Hat, Inc. Delivering value year after year. Red

[jira] [Commented] (QPID-3433) Remove non existing and passing java tests from excludes in java test profiles. Raise JIRAs for non-passing tests where it is necessary.

2011-08-23 Thread Keith Wall (JIRA)
[ https://issues.apache.org/jira/browse/QPID-3433?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13089442#comment-13089442 ] Keith Wall commented on QPID-3433: -- Hi Alex, I think that RecoverTest and

[jira] [Assigned] (QPID-3433) Remove non existing and passing java tests from excludes in java test profiles. Raise JIRAs for non-passing tests where it is necessary.

2011-08-23 Thread Keith Wall (JIRA)
[ https://issues.apache.org/jira/browse/QPID-3433?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Keith Wall reassigned QPID-3433: Assignee: Alex Rudyy (was: Keith Wall) Remove non existing and passing java tests from excludes

Re: Review Request: Provides the EventNotifier type, plus example agent and unit test.

2011-08-23 Thread Andrew Stitcher
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/1557/#review1601 --- trunk/qpid/cpp/include/qmf/EventNotifier.h

[jira] [Updated] (QPID-3419) qpid-config --file-size parameter's help text uses incorrect units

2011-08-23 Thread Paul Colby (JIRA)
[ https://issues.apache.org/jira/browse/QPID-3419?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul Colby updated QPID-3419: - Attachment: QPID-3419.diff Added a very small diff file to make the one (very minor) change.