Re: [Java] Removing MINA as a dependency on common and client modules

2010-05-25 Thread Emmanuel Bourg
Le 25/05/2010 16:17, Rajith Attapattu a écrit : Sure, pls file a JIRA and attach it. Lets see what others also think. The patch is attached to QPID-2627 https://issues.apache.org/jira/browse/QPID-2627 Emmanuel Bourg smime.p7s Description: S/MIME Cryptographic Signature

[jira] Updated: (QPID-2627) Remove the dependency on Mina for the Java client

2010-05-25 Thread Emmanuel Bourg (JIRA)
[ https://issues.apache.org/jira/browse/QPID-2627?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Bourg updated QPID-2627: - Attachment: minabuffer.patch Partial patch removing the usage of the Mina ByteBuffer. This patch d

Re: [Java] Removing MINA as a dependency on common and client modules

2010-05-25 Thread Rajith Attapattu
On Tue, May 25, 2010 at 10:25 AM, Emmanuel Bourg wrote: > Le 25/05/2010 16:17, Rajith Attapattu a écrit : > >>> I experimented a bit with the removal of the Mina ByteBuffer. Overall >>> it's >>> pretty straightforward, but it becomes a little more tricky in the JMS >>> message hierarchy, that's th

[jira] Assigned: (QPID-2569) Implement the SimpleXML as an OSGI plugin

2010-05-25 Thread Robbie Gemmell (JIRA)
[ https://issues.apache.org/jira/browse/QPID-2569?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robbie Gemmell reassigned QPID-2569: Assignee: Robbie Gemmell > Implement the SimpleXML as an OSGI plugin > -

[jira] Commented: (QPID-2569) Implement the SimpleXML as an OSGI plugin

2010-05-25 Thread Robbie Gemmell (JIRA)
[ https://issues.apache.org/jira/browse/QPID-2569?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12871228#action_12871228 ] Robbie Gemmell commented on QPID-2569: -- The patch adds a new PrincipalPermissions but d

[jira] Resolved: (QPID-431) Main startup of virtualhosts doesn't correctly resolve any config file variables such as ${conf}

2010-05-25 Thread Martin Ritchie (JIRA)
[ https://issues.apache.org/jira/browse/QPID-431?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Ritchie resolved QPID-431. - Fix Version/s: 0.5 Resolution: Fixed This was adddressed when QPID-1612 was done. > Main st

[jira] Reopened: (QPID-2617) make sasl-based tests config files relocatable

2010-05-25 Thread Steve Huston (JIRA)
[ https://issues.apache.org/jira/browse/QPID-2617?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steve Huston reopened QPID-2617: The changes in r947748 broke two things: 1. The Windows code for SaslAuthenticator wasn't adjusted to t

[jira] Updated: (QPID-2606) Clarify/identify where ACL permission should be applied in the broker

2010-05-25 Thread Andrew Kennedy (JIRA)
[ https://issues.apache.org/jira/browse/QPID-2606?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Kennedy updated QPID-2606: - Attachment: 0003-QPID-2606-Identify-where-ACL-permission-should-be-a.patch Made changes suggested

[jira] Updated: (QPID-2606) Clarify/identify where ACL permission should be applied in the broker

2010-05-25 Thread Andrew Kennedy (JIRA)
[ https://issues.apache.org/jira/browse/QPID-2606?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Kennedy updated QPID-2606: - Attachment: (was: 0020-QPID-2606-Update-test-to-reflect-changes-to-excepti.patch) > Clarify/i

[jira] Updated: (QPID-2606) Clarify/identify where ACL permission should be applied in the broker

2010-05-25 Thread Andrew Kennedy (JIRA)
[ https://issues.apache.org/jira/browse/QPID-2606?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Kennedy updated QPID-2606: - Attachment: (was: 0013-QPID-2606-Identify-where-ACL-permission-should-be-a.patch) > Clarify/i

[jira] Updated: (QPID-2606) Clarify/identify where ACL permission should be applied in the broker

2010-05-25 Thread Andrew Kennedy (JIRA)
[ https://issues.apache.org/jira/browse/QPID-2606?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Kennedy updated QPID-2606: - Attachment: (was: 0019-QPID-2606-Added-AMQSecurityException.patch) > Clarify/identify where AC

[jira] Created: (QPID-2627) Remove the dependency on Mina for the Java client

2010-05-25 Thread Emmanuel Bourg (JIRA)
Remove the dependency on Mina for the Java client - Key: QPID-2627 URL: https://issues.apache.org/jira/browse/QPID-2627 Project: Qpid Issue Type: Improvement Components: Java Client,

[jira] Commented: (QPID-2606) Clarify/identify where ACL permission should be applied in the broker

2010-05-25 Thread Robbie Gemmell (JIRA)
[ https://issues.apache.org/jira/browse/QPID-2606?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12871162#action_12871162 ] Robbie Gemmell commented on QPID-2606: -- Ive started taking a look at this, but I notice

Re: [Java] Removing MINA as a dependency on common and client modules

2010-05-25 Thread Emmanuel Bourg
Le 25/05/2010 16:17, Rajith Attapattu a écrit : I experimented a bit with the removal of the Mina ByteBuffer. Overall it's pretty straightforward, but it becomes a little more tricky in the JMS message hierarchy, that's the only place where the automatic growing feature of the Mina buffer is nec

Re: [Java] Removing MINA as a dependency on common and client modules

2010-05-25 Thread Rajith Attapattu
On Tue, May 25, 2010 at 10:12 AM, Emmanuel Bourg wrote: > Le 25/05/2010 16:02, Rajith Attapattu a écrit : > >> Even though the 0-10 code path is not using MINA as a transport,  it >> still has to carry those jar files as a dependency due to, >> 1. our transports being in the common module >> 2. mi

[jira] Assigned: (QPID-2606) Clarify/identify where ACL permission should be applied in the broker

2010-05-25 Thread Robbie Gemmell (JIRA)
[ https://issues.apache.org/jira/browse/QPID-2606?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robbie Gemmell reassigned QPID-2606: Assignee: Robbie Gemmell > Clarify/identify where ACL permission should be applied in the br

Re: [Java] Removing MINA as a dependency on common and client modules

2010-05-25 Thread Emmanuel Bourg
Le 25/05/2010 16:02, Rajith Attapattu a écrit : Even though the 0-10 code path is not using MINA as a transport, it still has to carry those jar files as a dependency due to, 1. our transports being in the common module 2. mina byte buffer being used in some of the common and client module clas

[Java] Removing MINA as a dependency on common and client modules

2010-05-25 Thread Rajith Attapattu
Hi, Even though the 0-10 code path is not using MINA as a transport, it still has to carry those jar files as a dependency due to, 1. our transports being in the common module 2. mina byte buffer being used in some of the common and client module classes, most notably the various message impl cla

[jira] Issue Comment Edited: (QPID-2598) C++ clients hang at program end since April 16, 2010

2010-05-25 Thread Gordon Sim (JIRA)
[ https://issues.apache.org/jira/browse/QPID-2598?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12871094#action_12871094 ] Gordon Sim edited comment on QPID-2598 at 5/25/10 7:29 AM: --- The pr

[jira] Updated: (QPID-2626) Typo in ServerConnectionDelegate

2010-05-25 Thread Robbie Gemmell (JIRA)
[ https://issues.apache.org/jira/browse/QPID-2626?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robbie Gemmell updated QPID-2626: - Status: Ready To Review (was: In Progress) > Typo in ServerConnectionDelegate > -

[jira] Commented: (QPID-2626) Typo in ServerConnectionDelegate

2010-05-25 Thread Robbie Gemmell (JIRA)
[ https://issues.apache.org/jira/browse/QPID-2626?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12871098#action_12871098 ] Robbie Gemmell commented on QPID-2626: -- Patch applied. > Typo in ServerConnectionDeleg

[jira] Commented: (QPID-2598) C++ clients hang at program end since April 16, 2010

2010-05-25 Thread Gordon Sim (JIRA)
[ https://issues.apache.org/jira/browse/QPID-2598?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12871094#action_12871094 ] Gordon Sim commented on QPID-2598: -- The problem here appears to be that on windows, the IO

[jira] Assigned: (QPID-2626) Typo in ServerConnectionDelegate

2010-05-25 Thread Robbie Gemmell (JIRA)
[ https://issues.apache.org/jira/browse/QPID-2626?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robbie Gemmell reassigned QPID-2626: Assignee: Robbie Gemmell > Typo in ServerConnectionDelegate > --

[jira] Commented: (QPID-2498) Upgrade Mina to 1.1.7

2010-05-25 Thread Emmanuel Bourg (JIRA)
[ https://issues.apache.org/jira/browse/QPID-2498?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12871085#action_12871085 ] Emmanuel Bourg commented on QPID-2498: -- Martin, let me know if you need an updated patc

[jira] Commented: (QPID-2626) Typo in ServerConnectionDelegate

2010-05-25 Thread Emmanuel Bourg (JIRA)
[ https://issues.apache.org/jira/browse/QPID-2626?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12871082#action_12871082 ] Emmanuel Bourg commented on QPID-2626: -- The patch also fixes an unchecked assignment wa

[jira] Updated: (QPID-2626) Typo in ServerConnectionDelegate

2010-05-25 Thread Emmanuel Bourg (JIRA)
[ https://issues.apache.org/jira/browse/QPID-2626?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Bourg updated QPID-2626: - Attachment: vhost-typo.patch > Typo in ServerConnectionDelegate >

[jira] Created: (QPID-2626) Typo in ServerConnectionDelegate

2010-05-25 Thread Emmanuel Bourg (JIRA)
Typo in ServerConnectionDelegate Key: QPID-2626 URL: https://issues.apache.org/jira/browse/QPID-2626 Project: Qpid Issue Type: Bug Components: Java Broker Affects Versions: 0.6 Repor

[jira] Updated: (QPID-1447) Broker does not handle with slow consumers effectively

2010-05-25 Thread Marnie McCormack (JIRA)
[ https://issues.apache.org/jira/browse/QPID-1447?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marnie McCormack updated QPID-1447: --- Fix Version/s: 0.7 Work in progress is for the slow consumer disconnect element of this JIRA,