[jira] Commented: (QPID-2505) WCF project needs to encode/decode all AMQP data types

2010-04-14 Thread Cliff Jansen (JIRA)
[ https://issues.apache.org/jira/browse/QPID-2505?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12857098#action_12857098 ] Cliff Jansen commented on QPID-2505: Note that there are two levels of translation. The

[jira] Resolved: (QPID-1831) Improve JMS Destination abstraction to better support AMQP and Qpid specific features

2010-04-14 Thread Rajith Attapattu (JIRA)
[ https://issues.apache.org/jira/browse/QPID-1831?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rajith Attapattu resolved QPID-1831. Resolution: Fixed QPID-2496 covers the outstanding work that needs be completed for addressi

[jira] Commented: (QPID-2507) C++ broker can deadlock when processing a bind.

2010-04-14 Thread Ken Giusti (JIRA)
[ https://issues.apache.org/jira/browse/QPID-2507?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12857042#action_12857042 ] Ken Giusti commented on QPID-2507: -- Here are the stack traces for the stuck threads: (gdb

[jira] Created: (QPID-2507) C++ broker can deadlock when processing a bind.

2010-04-14 Thread Ken Giusti (JIRA)
C++ broker can deadlock when processing a bind. --- Key: QPID-2507 URL: https://issues.apache.org/jira/browse/QPID-2507 Project: Qpid Issue Type: Bug Components: C++ Broker Envir

[jira] Resolved: (QPID-2488) ACL - error handling/bounds checking

2010-04-14 Thread Rajith Attapattu (JIRA)
[ https://issues.apache.org/jira/browse/QPID-2488?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rajith Attapattu resolved QPID-2488. Resolution: Fixed Code is reviewed and test cases are added to acl.py > ACL - error handlin

[jira] Resolved: (QPID-2446) JMS Client should allow a trust/key store per connection rather than one per JVM

2010-04-14 Thread Rajith Attapattu (JIRA)
[ https://issues.apache.org/jira/browse/QPID-2446?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rajith Attapattu resolved QPID-2446. Resolution: Fixed "testCreateSSLContextFromConnectionURLParams" in SSLTest covers this case.

[jira] Resolved: (QPID-2447) JMS Client should allow multiple connections, each with it's own SSL certificate from the same JVM

2010-04-14 Thread Rajith Attapattu (JIRA)
[ https://issues.apache.org/jira/browse/QPID-2447?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rajith Attapattu resolved QPID-2447. Resolution: Fixed "testMultipleCertsInSingleStore" in SSLTest covers this case. > JMS Clien

[jira] Resolved: (QPID-2445) JMS Client needs to extract the user ID from the external auth mechanism when SASL EXTERNAL is used

2010-04-14 Thread Rajith Attapattu (JIRA)
[ https://issues.apache.org/jira/browse/QPID-2445?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rajith Attapattu resolved QPID-2445. Resolution: Fixed "testMultipleCertsInSingleStore" in SSLTest indirectly tests this. > JMS

[jira] Resolved: (QPID-2363) JMS Map Message Should Support AMQP 0-10 Encoded Map As Message Body

2010-04-14 Thread Rajith Attapattu (JIRA)
[ https://issues.apache.org/jira/browse/QPID-2363?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rajith Attapattu resolved QPID-2363. Resolution: Fixed > JMS Map Message Should Support AMQP 0-10 Encoded Map As Message Body > -

[jira] Closed: (QPID-2413) ACL - error handling/bounds checking

2010-04-14 Thread Rajith Attapattu (JIRA)
[ https://issues.apache.org/jira/browse/QPID-2413?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rajith Attapattu closed QPID-2413. -- Resolution: Duplicate This is a duplicate of QPID-2488 > ACL - error handling/bounds checking >

[jira] Assigned: (QPID-2506) QMF: fix encoding/decoding of map and list method call arguments

2010-04-14 Thread Ken Giusti (JIRA)
[ https://issues.apache.org/jira/browse/QPID-2506?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ken Giusti reassigned QPID-2506: Assignee: Ken Giusti > QMF: fix encoding/decoding of map and list method call arguments > --

[jira] Commented: (QPID-2505) WCF project needs to encode/decode all AMQP data types

2010-04-14 Thread Gordon Sim (JIRA)
[ https://issues.apache.org/jira/browse/QPID-2505?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12857024#action_12857024 ] Gordon Sim commented on QPID-2505: -- Another option to consider is to provide translation be

[jira] Created: (QPID-2506) QMF: fix encoding/decoding of map and list method call arguments

2010-04-14 Thread Ken Giusti (JIRA)
QMF: fix encoding/decoding of map and list method call arguments Key: QPID-2506 URL: https://issues.apache.org/jira/browse/QPID-2506 Project: Qpid Issue Type: Bug Com

RE: Another newbie to Qpid

2010-04-14 Thread Steve Huston
Hi Chuck, > I, too, am a recent QPID devo. Welcome! > I'm hoping to contribute to the effort by adding the > remainder of the native type encodings (things beyond int and > string) to the WCF interop DLL. To this > end I've submitted Jira case QPID-2505. I saw that - great! > If anyone can

Another newbie to Qpid

2010-04-14 Thread Chuck Rolke
Hi, I, too, am a recent QPID devo. I'm hoping to contribute to the effort by adding the remainder of the native type encodings (things beyond int and string) to the WCF interop DLL. To this end I've submitted Jira case QPID-2505. If anyone can provide any pointers or advice I'd appreciate it ve

Re: Qpid docs - file structure and organization

2010-04-14 Thread Rajith Attapattu
+1 - the sooner we get this off the ground the better. Next week sounds good to me. On Wed, Apr 14, 2010 at 1:14 PM, Jonathan Robie wrote: > On 04/14/2010 10:24 AM, Rajith Attapattu wrote: >> >> As I have mentioned in the past, we should just publish what we have right >> now. >> If we wait until

[jira] Created: (QPID-2505) WCF project needs to encode/decode all AMQP data types

2010-04-14 Thread Chuck Rolke (JIRA)
WCF project needs to encode/decode all AMQP data types -- Key: QPID-2505 URL: https://issues.apache.org/jira/browse/QPID-2505 Project: Qpid Issue Type: Improvement Components: WCF

Re: Newbie to Qpid!

2010-04-14 Thread Open Source Geek
Thanks Martin and Steve. I will start looking into docbook files. Any good pointers on doc book getting started? -OG On Wed, Apr 14, 2010 at 12:30 PM, Martin Ritchie wrote: > On 14 April 2010 16:07, Open Source Expert wrote: > > Hi, > > > > I am a newbie learning and getting upto speed on Qpid,

Re: Qpid docs - file structure and organization

2010-04-14 Thread Jonathan Robie
On 04/14/2010 10:24 AM, Rajith Attapattu wrote: As I have mentioned in the past, we should just publish what we have right now. If we wait until it's perfect this will never be done. I am not worried about dangling links. We could resolve them in time. What we have now can't be any worse than th

Re: Newbie to Qpid!

2010-04-14 Thread Martin Ritchie
On 14 April 2010 16:07, Open Source Expert wrote: > Hi, > > I am a newbie learning and getting upto speed on Qpid, AMQP etc. I am > interested in contributing to qpid project. > As a starting point i have been browsing through qpid documentation etc. I > was able to build and run both java and cpp

[jira] Updated: (QPID-2503) CommandLineParser does not print '-' when showing options

2010-04-14 Thread Martin Ritchie (JIRA)
[ https://issues.apache.org/jira/browse/QPID-2503?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Ritchie updated QPID-2503: - Status: Ready To Review (was: In Progress) > CommandLineParser does not print '-' when showing op

Re: Qpid docs - file structure and organization

2010-04-14 Thread Martin Ritchie
On 14 April 2010 15:24, Rajith Attapattu wrote: > As I have mentioned in the past, we should just publish what we have right > now. > If we wait until it's perfect this will never be done. > I am not worried about dangling links. We could resolve them in time. > > What we have now can't be any wo

RE: Newbie to Qpid!

2010-04-14 Thread Steve Huston
Hello Mr. OpenGeek, > I am a newbie learning and getting upto speed on Qpid, AMQP > etc. I am interested in contributing to qpid project. As a > starting point i have been browsing through qpid > documentation etc. I was able to build and run both java and > cpp parts of qpid with few minor gl

Newbie to Qpid!

2010-04-14 Thread Open Source Expert
Hi, I am a newbie learning and getting upto speed on Qpid, AMQP etc. I am interested in contributing to qpid project. As a starting point i have been browsing through qpid documentation etc. I was able to build and run both java and cpp parts of qpid with few minor glitches. At present I am going

[jira] Created: (QPID-2504) Add version specific testing to our standard suite

2010-04-14 Thread Martin Ritchie (JIRA)
Add version specific testing to our standard suite --- Key: QPID-2504 URL: https://issues.apache.org/jira/browse/QPID-2504 Project: Qpid Issue Type: New Feature Components: AMQP Comp

[jira] Created: (QPID-2503) CommandLineParser does not print '-' when showing options

2010-04-14 Thread Martin Ritchie (JIRA)
CommandLineParser does not print '-' when showing options - Key: QPID-2503 URL: https://issues.apache.org/jira/browse/QPID-2503 Project: Qpid Issue Type: Bug Components: Java

[jira] Resolved: (QPID-2349) Java Client sends 0-9 frames on 0-91 connection

2010-04-14 Thread Martin Ritchie (JIRA)
[ https://issues.apache.org/jira/browse/QPID-2349?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Ritchie resolved QPID-2349. -- Resolution: Fixed Fixed negotiation, raising separate jira to highlight we don't have 0-8 or 0-

[jira] Updated: (QPID-2491) readlink is not cross platform

2010-04-14 Thread Martin Ritchie (JIRA)
[ https://issues.apache.org/jira/browse/QPID-2491?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Ritchie updated QPID-2491: - Assignee: Martin Ritchie Fix Version/s: 0.7 (was: 0.6)

Re: Qpid docs - file structure and organization

2010-04-14 Thread Rajith Attapattu
As I have mentioned in the past, we should just publish what we have right now. If we wait until it's perfect this will never be done. I am not worried about dangling links. We could resolve them in time. What we have now can't be any worse than the current wiki docs. **So please lets publish what

Re: Examples

2010-04-14 Thread Gordon Sim
On 04/14/2010 01:44 PM, Martin Ritchie wrote: On 13 April 2010 13:19, Gordon Sim wrote: My suggestion is: (a) we get rid of the old amqp 0-10 specific examples (b) we have a simple helloworld example in each language (c) we have spout and drain to show different messaging patterns (d) we have

Re: Qpid docs - file structure and organization

2010-04-14 Thread Jonathan Robie
On 04/14/2010 07:11 AM, Martin Ritchie wrote: On 16 March 2010 23:19, Rajith Attapattu wrote: On Tue, Mar 16, 2010 at 6:12 PM, Robbie Gemmell wrote: There were suggestions some months ago around having the website become a combination of static main pages and generated user doc pag

Re: drain, spout => sender, receiver?

2010-04-14 Thread Rafael Schloming
Jonathan Robie wrote: Should we change the names of drain and spout? How about sender and receiver? Personally I like drain and spout for the examples. I think sender/receiver will get confused with similarly named utilities that we have/are planning. I also think spout and drain more accur

Re: Trunk build error (GNU Autotools)

2010-04-14 Thread Ján Sáreník
On Wed, Apr 14, 2010 at 01:27:33PM +0100, Gordon Sim wrote: > On 04/14/2010 01:26 PM, Ján Sáreník wrote: > > Hi! > > > >Using GNU Autotools to build qpidd trunk worked yesterday with the > >LDFLAGS I posted. But today, on r933849 I am getting this: > > I've checked in a fix for that, r933923. T

Re: Examples

2010-04-14 Thread Martin Ritchie
On 13 April 2010 13:19, Gordon Sim wrote: > On 04/12/2010 10:30 PM, Rajith Attapattu wrote: >> >> Hi All, >> >> Judging by some of the questions on the user list, I feel we could do >> a much better with our examples. >> (Also our examples should be more visible in the source tree and >> easily ac

Re: Trunk build error (GNU Autotools)

2010-04-14 Thread Ján Sáreník
On Wed, Apr 14, 2010 at 02:26:29PM +0200, Ján Sáreník wrote: > Using GNU Autotools to build qpidd trunk worked yesterday with the > LDFLAGS I posted. But today, on r933849 I am getting this: Probably no longer valid after pulling the latest bits: cpp/managementgen/qmfgen/templates/Class.cpp|

Re: Trunk build error (GNU Autotools)

2010-04-14 Thread Gordon Sim
On 04/14/2010 01:26 PM, Ján Sáreník wrote: Hi! Using GNU Autotools to build qpidd trunk worked yesterday with the LDFLAGS I posted. But today, on r933849 I am getting this: I've checked in a fix for that, r933923. ... Making all in tests make[3]: Entering directory `/mnt/virtual/jasan/pub

Trunk build error (CMake)

2010-04-14 Thread Ján Sáreník
Hello! And the other build system follows... CMake ends with following on Fedora Rawhide: [ 79%] Built target watchdog [ 79%] Building CXX object src/CMakeFiles/xml.dir/qpid/xml/XmlExchange.o /home/jsarenik/pub/git/qpid/cpp/src/qpid/xml/XmlExchange.cpp: In member function ‘bool qpid::broker::Xml

Trunk build error (GNU Autotools)

2010-04-14 Thread Ján Sáreník
Hi! Using GNU Autotools to build qpidd trunk worked yesterday with the LDFLAGS I posted. But today, on r933849 I am getting this: ... Making all in tests make[3]: Entering directory `/mnt/virtual/jasan/pub/git/qpid/cpp/src/tests' g++ -DHAVE_CONFIG_H -I. -I../../src -I../../include -I../../inclu

Re: Qpid docs - file structure and organization

2010-04-14 Thread Martin Ritchie
On 16 March 2010 23:19, Rajith Attapattu wrote: > On Tue, Mar 16, 2010 at 6:12 PM, Robbie Gemmell > wrote: >> There were suggestions some months ago around having the website become a >> combination of static main pages and generated user doc pages/pdf coming >> from the DocBook source, with the