[jira] [Created] (PROTON-244) NPE in org/apache/qpid/proton/jms/InboundTransformer when connecting qpid-client to qpid-proton in ActiveMQ

2013-02-20 Thread Jan-Helge Bergesen (JIRA)
Jan-Helge Bergesen created PROTON-244: - Summary: NPE in org/apache/qpid/proton/jms/InboundTransformer when connecting qpid-client to qpid-proton in ActiveMQ Key: PROTON-244 URL:

[jira] [Updated] (PROTON-244) NPE in org/apache/qpid/proton/jms/InboundTransformer when connecting qpid-client to qpid-proton in ActiveMQ

2013-02-20 Thread Jan-Helge Bergesen (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-244?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jan-Helge Bergesen updated PROTON-244: -- Description: Connecting a ConnectionFactory from qpid-amqp-1-0-client-jms version 0.20

[jira] [Updated] (PROTON-244) NPE in org/apache/qpid/proton/jms/InboundTransformer when connecting qpid-client to qpid-proton in ActiveMQ

2013-02-20 Thread Jan-Helge Bergesen (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-244?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jan-Helge Bergesen updated PROTON-244: -- Attachment: PROTON-244.logexcerpt.txt Attached log excerpt containing TRACE of amqp

Re: topology: all tests pass!

2013-02-20 Thread Michael Goulish
1. Yes! I'll do that today. 2. Yes! I just talked to Cliff about ctest. Something I had already started should work well for that. - Original Message - From: Rafael Schloming r...@alum.mit.edu To: proton@qpid.apache.org Sent: Tuesday, February 19, 2013 11:35:06 PM Subject: Re:

[jira] [Updated] (PROTON-243) 0.4 RC1 libqpid-proton not found

2013-02-20 Thread Rafael H. Schloming (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-243?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rafael H. Schloming updated PROTON-243: --- Fix Version/s: 0.4 0.4 RC1 libqpid-proton not found

[jira] [Resolved] (PROTON-243) 0.4 RC1 libqpid-proton not found

2013-02-20 Thread Rafael H. Schloming (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-243?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rafael H. Schloming resolved PROTON-243. Resolution: Fixed 0.4 RC1 libqpid-proton not found

[jira] [Assigned] (PROTON-243) 0.4 RC1 libqpid-proton not found

2013-02-20 Thread Rafael H. Schloming (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-243?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rafael H. Schloming reassigned PROTON-243: -- Assignee: Rafael H. Schloming 0.4 RC1 libqpid-proton not found

[jira] [Assigned] (PROTON-244) NPE in org/apache/qpid/proton/jms/InboundTransformer when connecting qpid-client to qpid-proton in ActiveMQ

2013-02-20 Thread Rafael H. Schloming (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-244?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rafael H. Schloming reassigned PROTON-244: -- Assignee: Hiram Chirino NPE in

Re: [jira] [Commented] (PROTON-243) 0.4 RC1 libqpid-proton not found

2013-02-20 Thread Rafael Schloming
This should be fixed now. --Rafael On Mon, Feb 18, 2013 at 12:31 PM, Ted Ross (JIRA) j...@apache.org wrote: [ https://issues.apache.org/jira/browse/PROTON-243?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13580820#comment-13580820] Ted Ross

Re: topology: all tests pass!

2013-02-20 Thread Michael Goulish
OK -- all 15 topology tests still pass using the latest version of the P-200 patch ( diff3 ). - Original Message - From: Michael Goulish mgoul...@redhat.com To: proton@qpid.apache.org Sent: Wednesday, February 20, 2013 9:36:58 AM Subject: Re: topology: all tests pass! 1. Yes!

Re: Qpid Proton 0.4 RC1

2013-02-20 Thread Ken Giusti
Fails to build on Centos-5 with a swig parse error (Syntax error on input(1)). Details: swig-1.3.29-2.el5 chokes on the definition of pn_dtag() in include/proton/engine.h:75 - specifically does not like the inline specifier. I can fix it by: 1) remove inline 2) configure

[jira] [Updated] (PROTON-245) Use of inline function specifier not compatible with older versions of swig

2013-02-20 Thread Ken Giusti (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-245?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ken Giusti updated PROTON-245: -- Attachment: 0001-NO-JIRA-remove-static-inline-incompatible-with-older.patch Attached patch I've tested

Re: Qpid Proton 0.4 RC1

2013-02-20 Thread Rafael Schloming
Sounds reasonable to me. --Rafael On Wed, Feb 20, 2013 at 8:31 AM, Ken Giusti kgiu...@redhat.com wrote: Fails to build on Centos-5 with a swig parse error (Syntax error on input(1)). Details: swig-1.3.29-2.el5 chokes on the definition of pn_dtag() in include/proton/engine.h:75 -

Re: Qpid Proton 0.4 RC1

2013-02-20 Thread Rafael Schloming
It occurs to me there may be #defines you could key off when swig runs so you could just remove the inline portion for swig. --Rafael On Wed, Feb 20, 2013 at 9:17 AM, Rafael Schloming r...@alum.mit.edu wrote: Sounds reasonable to me. --Rafael On Wed, Feb 20, 2013 at 8:31 AM, Ken Giusti

Re: Qpid Proton 0.4 RC1

2013-02-20 Thread Ken Giusti
Perhaps, but then we hit multiple defined but not used errors, due to the static usage. Which complicates the warning configuration (if old swig, change warning flags?) And, of course, since it's in a header, it has to be static or the link fails. /tried it all -K - Original Message

[jira] [Resolved] (PROTON-199) [Proton-c] Python binding requires python 2.6+

2013-02-20 Thread Ken Giusti (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-199?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ken Giusti resolved PROTON-199. --- Resolution: Fixed http://svn.apache.org/viewvc?view=revisionrevision=1448323

0.4 RC2

2013-02-20 Thread Rafael Schloming
Source posted here: - http://people.apache.org/~rhs/qpid-proton-0.4rc2/ Java binaries here: - https://repository.apache.org/content/repositories/orgapacheqpid-280/ I'd like to call an official vote soon, e.g. tomorrow, so please have a look and share your results here. Changes from RC1:

Re: 0.4 RC2

2013-02-20 Thread Phil Harvey
Mostly looks good. One test is failing when run using the Java JNI binding - see below. Tested: - Download tarball - cmake, make, make install - Observed .so and .jar files installed to correct locations - Ran ./tests/python/proton-test - Ran mvn package test and observed all tests passing -

[jira] [Commented] (PROTON-244) NPE in org/apache/qpid/proton/jms/InboundTransformer when connecting qpid-client to qpid-proton in ActiveMQ

2013-02-20 Thread Jan-Helge Bergesen (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-244?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13582969#comment-13582969 ] Jan-Helge Bergesen commented on PROTON-244: --- Certainly! The actual usecase I've