Help needed [Fwd: Jenkins build is still unstable: Qpid-proton-j » tests #295]

2013-03-20 Thread Ken Giusti
This failure is due to my updates to the SSL certificates and keys used by the SSL unit tests. Specifically: IllegalStateException: java.lang.IllegalStateException: Unable to read PEM object from file

Re: Difficulties building Swig-generated C++ code for proton-jni binding (due to nested typedef union)

2013-03-20 Thread Keith W
Hello Cliff I too share your dislike of my suggested change to code.h:) I do prefer your alternative despite the duplication. However I worry that the copy - deep within the java bindings tree would be overlooked when changes are made to codec.h and the two would diverge, leading to obscure

Re: Help needed [Fwd: Jenkins build is still unstable: Qpid-proton-j » tests #295]

2013-03-20 Thread Keith W
Resolved by rev. 1458901 On 20 March 2013 13:24, Ken Giusti kgiu...@redhat.com wrote: This failure is due to my updates to the SSL certificates and keys used by the SSL unit tests. Specifically: IllegalStateException: java.lang.IllegalStateException: Unable to read PEM object from file

Re: Difficulties building Swig-generated C++ code for proton-jni binding (due to nested typedef union)

2013-03-20 Thread Cliff Jansen
Hi Keith, Sorry, the compile errors you see on Windows should go away with the following in java.i: 26a27,29 #if defined(_WIN32) ! defined(__CYGWIN__) #include winsock2.h #endif I am able to generate protocol.h and encodings.h on my Windows systems (a range of XP - Windows 8, VS2008 -

[jira] [Assigned] (PROTON-214) Test proton_tests.messenger.MessengerTest.testSendBogus failed

2013-03-20 Thread Philip Harvey (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-214?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Philip Harvey reassigned PROTON-214: Assignee: Gordon Sim (was: Philip Harvey) Hi Gordon, Would you mind looking at my commit