[jira] [Commented] (PROTON-694) splitting contrib/JMSMappingOutboundTransformer's encoding and transformation

2014-09-22 Thread clebert suconic (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-694?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14143232#comment-14143232 ] clebert suconic commented on PROTON-694: I don't need an interface method here as

[jira] [Commented] (PROTON-694) splitting contrib/JMSMappingOutboundTransformer's encoding and transformation

2014-09-22 Thread clebert suconic (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-694?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14143239#comment-14143239 ] clebert suconic commented on PROTON-694: this is the patch:

Re: 0.8 release prep

2014-09-22 Thread Clebert Suconic
Can we get this one in: https://github.com/clebertsuconic/qpid-proton/tree/PROTON-694 The current version always gets me a Bytearray through EncodedMessage while I just need the ProtonJMessage for a later encoding when dealing with JMS Conversions. I have a patch linked on the issue. On

Confirming pn_messenger_settle settlement disposition has been transmitted?

2014-09-22 Thread Dominic Evans
For operations such as `pn_link_close` its fairly easy to confirm that it has been transmitted over the network and that the appropriate @close response has been received from the remote end by doing a state check (e.g., if (!(pn_link_state(link) PN_REMOTE_CLOSED)) type thing) I previously

[jira] [Commented] (PROTON-694) splitting contrib/JMSMappingOutboundTransformer's encoding and transformation

2014-09-22 Thread Robbie Gemmell (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-694?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14143409#comment-14143409 ] Robbie Gemmell commented on PROTON-694: --- Downloaded change from

[jira] [Commented] (PROTON-694) splitting contrib/JMSMappingOutboundTransformer's encoding and transformation

2014-09-22 Thread clebert suconic (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-694?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14143502#comment-14143502 ] clebert suconic commented on PROTON-694: I don't think it's double encoding... the

[jira] [Commented] (PROTON-694) splitting contrib/JMSMappingOutboundTransformer's encoding and transformation

2014-09-22 Thread clebert suconic (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-694?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14143508#comment-14143508 ] clebert suconic commented on PROTON-694: The previous version would do this:

[jira] [Commented] (PROTON-660) Fix openssl.c build on windows

2014-09-22 Thread Andrew Stitcher (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-660?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14143520#comment-14143520 ] Andrew Stitcher commented on PROTON-660: I don't have a setup to try this on

Re: 0.8 release prep

2014-09-22 Thread Andrew Stitcher
On Sun, 2014-09-21 at 23:43 +0200, Bozo Dragojevic wrote: On 18. 09. 14 16:55, Rafael Schloming wrote: Hi Everyone, I'd like to put out a 0.8 RC soon. I will be going through JIRA shortly in order to triage any remaining issues. If there are any particular issues that you feel strongly

[jira] [Commented] (PROTON-693) Python Url class to wrap C function pni_parse_url

2014-09-22 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-693?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14143542#comment-14143542 ] ASF subversion and git services commented on PROTON-693: Commit

[jira] [Commented] (PROTON-694) splitting contrib/JMSMappingOutboundTransformer's encoding and transformation

2014-09-22 Thread Robbie Gemmell (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-694?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14143573#comment-14143573 ] Robbie Gemmell commented on PROTON-694: --- Looking at the applied patch now, I see it

[jira] [Updated] (PROTON-694) splitting contrib/JMSMappingOutboundTransformer's encoding and transformation

2014-09-22 Thread clebert suconic (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-694?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] clebert suconic updated PROTON-694: --- Attachment: diff.patch splitting contrib/JMSMappingOutboundTransformer's encoding and

[jira] [Commented] (PROTON-694) splitting contrib/JMSMappingOutboundTransformer's encoding and transformation

2014-09-22 Thread clebert suconic (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-694?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14143589#comment-14143589 ] clebert suconic commented on PROTON-694: I have squashed the change at

[jira] [Commented] (PROTON-694) splitting contrib/JMSMappingOutboundTransformer's encoding and transformation

2014-09-22 Thread Robbie Gemmell (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-694?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14143592#comment-14143592 ] Robbie Gemmell commented on PROTON-694: --- Patches output by git format-patch / git

[jira] [Commented] (PROTON-694) splitting contrib/JMSMappingOutboundTransformer's encoding and transformation

2014-09-22 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-694?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14143621#comment-14143621 ] ASF subversion and git services commented on PROTON-694: Commit

[jira] [Updated] (PROTON-694) splitting contrib/JMSMappingOutboundTransformer's encoding and transformation

2014-09-22 Thread Robbie Gemmell (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-694?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robbie Gemmell updated PROTON-694: -- Fix Version/s: 0.8 splitting contrib/JMSMappingOutboundTransformer's encoding and

[jira] [Resolved] (PROTON-694) splitting contrib/JMSMappingOutboundTransformer's encoding and transformation

2014-09-22 Thread Robbie Gemmell (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-694?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robbie Gemmell resolved PROTON-694. --- Resolution: Fixed splitting contrib/JMSMappingOutboundTransformer's encoding and

[jira] [Resolved] (PROTON-690) Fix Windows components for new Proton object/class refcounting mechanisms

2014-09-22 Thread Cliff Jansen (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-690?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Cliff Jansen resolved PROTON-690. - Resolution: Fixed Fixed: r1625894 Fix Windows components for new Proton object/class

[jira] [Commented] (PROTON-684) Restrict IOCP enlistment to pn_selector_t usage scenarios in Windows

2014-09-22 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-684?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14144156#comment-14144156 ] ASF subversion and git services commented on PROTON-684: Commit

[jira] [Closed] (PROTON-684) Restrict IOCP enlistment to pn_selector_t usage scenarios in Windows

2014-09-22 Thread Cliff Jansen (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-684?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Cliff Jansen closed PROTON-684. --- Resolution: Fixed Restrict IOCP enlistment to pn_selector_t usage scenarios in Windows

[jira] [Commented] (PROTON-687) Memory corruption in proton-test

2014-09-22 Thread Andrew Stitcher (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-687?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14144305#comment-14144305 ] Andrew Stitcher commented on PROTON-687: At the point of writing to freed delivery

[jira] [Commented] (PROTON-687) Memory corruption in proton-test

2014-09-22 Thread Andrew Stitcher (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-687?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14144356#comment-14144356 ] Andrew Stitcher commented on PROTON-687: I think the problem here is that the

[jira] [Comment Edited] (PROTON-687) Memory corruption in proton-test

2014-09-22 Thread Andrew Stitcher (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-687?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14144356#comment-14144356 ] Andrew Stitcher edited comment on PROTON-687 at 9/23/14 5:22 AM:

[jira] [Created] (PROTON-695) New URL code causing invalid reads/wrotes according to valgrind

2014-09-22 Thread Andrew Stitcher (JIRA)
Andrew Stitcher created PROTON-695: -- Summary: New URL code causing invalid reads/wrotes according to valgrind Key: PROTON-695 URL: https://issues.apache.org/jira/browse/PROTON-695 Project: Qpid

[jira] [Updated] (PROTON-695) New URL code causing invalid reads/writes according to valgrind

2014-09-22 Thread Andrew Stitcher (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-695?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Stitcher updated PROTON-695: --- Summary: New URL code causing invalid reads/writes according to valgrind (was: New URL code

[jira] [Updated] (PROTON-695) New URL code causing invalid reads/writes according to valgrind

2014-09-22 Thread Andrew Stitcher (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-695?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Stitcher updated PROTON-695: --- Component/s: python-binding proton-c New URL code causing invalid