Re: new client examples

2006-12-13 Thread Steve Vinoski
On Dec 13, 2006, at 5:15 PM, Robert Greig wrote: On 13/12/06, Steve Vinoski <[EMAIL PROTECTED]> wrote: The problem with this is that you're trying to use the examples as tests, No, I'm really not wanting to do that. Then I guess I don't understand what value there is in adding them to th

Re: new client examples

2006-12-13 Thread Robert Greig
On 13/12/06, Steve Vinoski <[EMAIL PROTECTED]> wrote: > The examples depend on the client (since the examples exercise the > client API - we should perhaps create another clientAPI module that is > separate from client but that is a separate discussion). I think that > the examples should theref

Re: new client examples

2006-12-13 Thread Robert Greig
On 13/12/06, Kodichath, Suresh <[EMAIL PROTECTED]> wrote: First I think we agree that the way we package the examples now needs to be cleaned up, correct me if I am wrong. No, I agree completely. This was the motivation for moving them from where they used to live (as part of tests). I am al

Re: new client examples

2006-12-13 Thread Steve Vinoski
On Dec 13, 2006, at 4:19 PM, Robert Greig wrote: On 13/12/06, Steve Vinoski <[EMAIL PROTECTED]> wrote: On Dec 13, 2006, at 3:15 AM, Martin Ritchie wrote: How so? I presume that we provide examples not for ourselves, but for our users. Similarly, the sole purpose of the distribution directory

RE: new client examples

2006-12-13 Thread Kodichath, Suresh
Hi Robert, >> I do not agree with the idea of having samples under src/examples. >> Samples (with their READMEs) are an important part of learning the >> product for a new user and should be easily visible for them to be >> useful. >Exactly, we intended that a separate examples.tar.gz/zip get pro

Re: [jira] Commented: (QPID-146) Create Client Only Distribution

2006-12-13 Thread Robert Greig
On 13/12/06, Steven Shaw <[EMAIL PROTECTED]> wrote: On 13/12/06, Robert Greig (JIRA) wrote: > slf4j-simple.jar is needed - or at least one slf4j concrete jar - since MINA uses sl4j. But we should be using slf4j-log4j12, right? Yes, you are right. The slf4j-simple just comes with MINA and we

Re: new client examples

2006-12-13 Thread Robert Greig
On 13/12/06, Kodichath, Suresh <[EMAIL PROTECTED]> wrote: I do not agree with the idea of having samples under src/examples. Samples (with their READMEs) are an important part of learning the product for a new user and should be easily visible for them to be useful. Exactly, we intended that a

Re: new client examples

2006-12-13 Thread Robert Greig
On 13/12/06, Steve Vinoski <[EMAIL PROTECTED]> wrote: On Dec 13, 2006, at 3:15 AM, Martin Ritchie wrote: How so? I presume that we provide examples not for ourselves, but for our users. Similarly, the sole purpose of the distribution directory is to build artifacts for our users. The examples a

RE: new client examples

2006-12-13 Thread Kodichath, Suresh
Hi, I do not agree with the idea of having samples under src/examples. Samples (with their READMEs) are an important part of learning the product for a new user and should be easily visible for them to be useful. Having them deep under src/examples is definitely not going to help them, while having

[jira] Resolved: (QPID-182) Remove code from AMQSession for "old GRM hack"

2006-12-13 Thread Steven Shaw (JIRA)
[ http://issues.apache.org/jira/browse/QPID-182?page=all ] Steven Shaw resolved QPID-182. -- Resolution: Fixed > Remove code from AMQSession for "old GRM hack" > -- > > Key: QPID-182 >

[jira] Created: (QPID-184) Add support for 'passive' flag in the declaration of queus and exchanges through the c++ client API

2006-12-13 Thread Gordon Sim (JIRA)
Add support for 'passive' flag in the declaration of queus and exchanges through the c++ client API --- Key: QPID-184 URL: http://issues.apache.org/jira/browse/QPID-18

[jira] Commented: (QPID-65) C++ API documentation.

2006-12-13 Thread Gordon Sim (JIRA)
[ http://issues.apache.org/jira/browse/QPID-65?page=comments#action_12458231 ] Gordon Sim commented on QPID-65: I have updated the doxygen comments for all the client API classes and defined them as part of a 'clientapi' group such that they ca

[jira] Updated: (QPID-179) TextMessage needs to be able to distinguish between a null payload and an empty string

2006-12-13 Thread Rob Godfrey (JIRA)
[ http://issues.apache.org/jira/browse/QPID-179?page=all ] Rob Godfrey updated QPID-179: - Attachment: QPID-179-2.patch Patch to common PropertyFieldTable.java > TextMessage needs to be able to distinguish between a null payload and an > empty string >

[jira] Updated: (QPID-179) TextMessage needs to be able to distinguish between a null payload and an empty string

2006-12-13 Thread Rob Godfrey (JIRA)
[ http://issues.apache.org/jira/browse/QPID-179?page=all ] Rob Godfrey updated QPID-179: - Attachment: QPID-179-2.patch Patch for common PropertyFieldTable.java > TextMessage needs to be able to distinguish between a null payload and an > empty string > ---

[jira] Assigned: (QPID-183) Session.unsubscribe does not handle invalid arguments correctly

2006-12-13 Thread Robert Greig (JIRA)
[ http://issues.apache.org/jira/browse/QPID-183?page=all ] Robert Greig reassigned QPID-183: - Assignee: Robert Greig Rob Godfrey is working on this issue. > Session.unsubscribe does not handle invalid arguments correctly > --

[jira] Created: (QPID-183) Session.unsubscribe does not handle invalid arguments correctly

2006-12-13 Thread Robert Greig (JIRA)
Session.unsubscribe does not handle invalid arguments correctly --- Key: QPID-183 URL: http://issues.apache.org/jira/browse/QPID-183 Project: Qpid Issue Type: Bug Componen

[jira] Resolved: (QPID-179) TextMessage needs to be able to distinguish between a null payload and an empty string

2006-12-13 Thread Robert Greig (JIRA)
[ http://issues.apache.org/jira/browse/QPID-179?page=all ] Robert Greig resolved QPID-179. --- Fix Version/s: M2 Resolution: Fixed Commit svn rev 486783 > TextMessage needs to be able to distinguish between a null payload and an > empty string >

[jira] Updated: (QPID-179) TextMessage needs to be able to distinguish between a null payload and an empty string

2006-12-13 Thread Rob Godfrey (JIRA)
[ http://issues.apache.org/jira/browse/QPID-179?page=all ] Rob Godfrey updated QPID-179: - Attachment: QPID-179.patch Attached patch allows client to distinguish between zero length string Textmessages and null messages. This is achieved through a "vendor s

[jira] Assigned: (QPID-182) Remove code from AMQSession for "old GRM hack"

2006-12-13 Thread Steven Shaw (JIRA)
[ http://issues.apache.org/jira/browse/QPID-182?page=all ] Steven Shaw reassigned QPID-182: Assignee: Steven Shaw > Remove code from AMQSession for "old GRM hack" > -- > > Key: QPID-182 >

[jira] Created: (QPID-182) Remove code from AMQSession for "old GRM hack"

2006-12-13 Thread Steven Shaw (JIRA)
Remove code from AMQSession for "old GRM hack" -- Key: QPID-182 URL: http://issues.apache.org/jira/browse/QPID-182 Project: Qpid Issue Type: Improvement Components: Dot Net Client, Java C

Re: Error in running mgnt target on Linux.

2006-12-13 Thread Carl Trieloff
I have fired a request to our Eclipse team to see if they can point us in the right direction. Carl. Bhupendra Bhardwaj wrote: Hi Carl, [maangement eclipse-plugin] The swt dependency for win32 platform is available in http://repo1.maven.org/eclipse/ repository, but it is not there for

Build instructions on FC6.

2006-12-13 Thread Alan Conway
The latest updates to the automake system require newer versions of some packages. Here's what works on FC6 == Setting up on Fedora 6 == # yum install apr apr-devel boost boost-devel cppunit cppunit-devel # yum install pkgconfig doxygen graphviz help2man Download the latest source distribution o

[jira] Resolved: (QPID-176) TopicSession.createPublisher does not handle null argument correctly

2006-12-13 Thread Robert Greig (JIRA)
[ http://issues.apache.org/jira/browse/QPID-176?page=all ] Robert Greig resolved QPID-176. --- Resolution: Fixed Patch applied svn revision 486731. > TopicSession.createPublisher does not handle null argument correctly > -

[jira] Updated: (QPID-176) TopicSession.createPublisher does not handle null argument correctly

2006-12-13 Thread Rob Godfrey (JIRA)
[ http://issues.apache.org/jira/browse/QPID-176?page=all ] Rob Godfrey updated QPID-176: - Attachment: QPID-176.patch Fixed in supplied patch. New unit test class supplied. > TopicSession.createPublisher does not handle null argument correctly >

[jira] Resolved: (QPID-177) TopicSessionAdapter.createTextMessage(String) ignores its argument

2006-12-13 Thread Robert Greig (JIRA)
[ http://issues.apache.org/jira/browse/QPID-177?page=all ] Robert Greig resolved QPID-177. --- Fix Version/s: M2 Resolution: Fixed Patch applied svn revision 486722 > TopicSessionAdapter.createTextMessage(String) ignores its argument > ---

[jira] Updated: (QPID-177) TopicSessionAdapter.createTextMessage(String) ignores its argument

2006-12-13 Thread Rob Godfrey (JIRA)
[ http://issues.apache.org/jira/browse/QPID-177?page=all ] Rob Godfrey updated QPID-177: - Attachment: QPID-177.patch Fixed to pass the message argument. Added Session.createTextMessage tests > TopicSessionAdapter.createTextMessage(String) ignores its argume

[jira] Assigned: (QPID-133) Update .NET client to use new code generation technique

2006-12-13 Thread Steven Shaw (JIRA)
[ http://issues.apache.org/jira/browse/QPID-133?page=all ] Steven Shaw reassigned QPID-133: Assignee: (was: Steven Shaw) > Update .NET client to use new code generation technique > --- > >

[jira] Assigned: (QPID-99) Update web pages to include wiki content

2006-12-13 Thread Steven Shaw (JIRA)
[ http://issues.apache.org/jira/browse/QPID-99?page=all ] Steven Shaw reassigned QPID-99: --- Assignee: (was: Steven Shaw) > Update web pages to include wiki content > > > Key: QPID-99 >

[jira] Resolved: (QPID-173) Needs autoexpand buffer to work with port of the Java JmsBytesMessage

2006-12-13 Thread Steven Shaw (JIRA)
[ http://issues.apache.org/jira/browse/QPID-173?page=all ] Steven Shaw resolved QPID-173. -- Resolution: Fixed > Needs autoexpand buffer to work with port of the Java JmsBytesMessage > - > >

[jira] Assigned: (QPID-173) Needs autoexpand buffer to work with port of the Java JmsBytesMessage

2006-12-13 Thread Steven Shaw (JIRA)
[ http://issues.apache.org/jira/browse/QPID-173?page=all ] Steven Shaw reassigned QPID-173: Assignee: Steven Shaw > Needs autoexpand buffer to work with port of the Java JmsBytesMessage > --

Re: [jira] Created: (QPID-179) TextMessage needs to be able to distinguish between a null payload and an empty string

2006-12-13 Thread Steven Shaw
On 13/12/06, Robert Greig (JIRA) wrote: Currently we return an empty string even if the payload of the text message was set to be an empty string. We probably return empty string when the payload is set to null.

Re: [jira] Commented: (QPID-146) Create Client Only Distribution

2006-12-13 Thread Steven Shaw
On 13/12/06, Robert Greig (JIRA) wrote: slf4j-simple.jar is needed - or at least one slf4j concrete jar - since MINA uses sl4j. But we should be using slf4j-log4j12, right? The slf4j-simple just spits messages to the console IIRC.

[jira] Commented: (QPID-180) PropertyFieldTable could be optimised

2006-12-13 Thread Martin Ritchie (JIRA)
[ http://issues.apache.org/jira/browse/QPID-180?page=comments#action_12458173 ] Martin Ritchie commented on QPID-180: - org.apache.qpid.server.exchange.HeadersBinding uses a map for bindings and the createNewBinding in HeadersExchange pushes

[jira] Created: (QPID-181) Message properties do not support JMS type conversion rules

2006-12-13 Thread Robert Greig (JIRA)
Message properties do not support JMS type conversion rules --- Key: QPID-181 URL: http://issues.apache.org/jira/browse/QPID-181 Project: Qpid Issue Type: Bug Components: JMS

[jira] Created: (QPID-180) PropertyFieldTable could be optimised

2006-12-13 Thread Robert Greig (JIRA)
PropertyFieldTable could be optimised - Key: QPID-180 URL: http://issues.apache.org/jira/browse/QPID-180 Project: Qpid Issue Type: Bug Components: Java Common Reporter: Robert Greig

[jira] Created: (QPID-179) TextMessage needs to be able to distinguish between a null payload and an empty string

2006-12-13 Thread Robert Greig (JIRA)
TextMessage needs to be able to distinguish between a null payload and an empty string -- Key: QPID-179 URL: http://issues.apache.org/jira/browse/QPID-179 Project: Qp

[jira] Commented: (QPID-178) management eclipse-plugin for linux platform

2006-12-13 Thread Bhupendra Bhardwaj (JIRA)
[ http://issues.apache.org/jira/browse/QPID-178?page=comments#action_12458122 ] Bhupendra Bhardwaj commented on QPID-178: - A new distribution jar will be created for unix platform. For running the management eclipse-plugin on platforms ot

[jira] Created: (QPID-178) management eclipse-plugin for linux platform

2006-12-13 Thread Bhupendra Bhardwaj (JIRA)
management eclipse-plugin for linux platform Key: QPID-178 URL: http://issues.apache.org/jira/browse/QPID-178 Project: Qpid Issue Type: New Feature Components: Java Broker Re

[jira] Resolved: (QPID-149) Invalid replyTo destination when temporary queue is used

2006-12-13 Thread Martin Ritchie (JIRA)
[ http://issues.apache.org/jira/browse/QPID-149?page=all ] Martin Ritchie resolved QPID-149. - Resolution: Fixed Completed: At revision: 486647 > Invalid replyTo destination when temporary queue is used > --

[jira] Commented: (QPID-149) Invalid replyTo destination when temporary queue is used

2006-12-13 Thread Martin Ritchie (JIRA)
[ http://issues.apache.org/jira/browse/QPID-149?page=comments#action_12458106 ] Martin Ritchie commented on QPID-149: - The EncodedName was an older mechanism of determining what the destination type was. This should use the BindingURL format

Re: new client examples

2006-12-13 Thread Daniel Kulp
On Wednesday 13 December 2006 03:15, Martin Ritchie wrote: > I can't believe that maven forces you to only work on one "revision" > of the code base at a time. I have a number of branches in development > and having to do a main clean and install before I can build a > distribution seems so unintui

[jira] Assigned: (QPID-149) Invalid replyTo destination when temporary queue is used

2006-12-13 Thread Martin Ritchie (JIRA)
[ http://issues.apache.org/jira/browse/QPID-149?page=all ] Martin Ritchie reassigned QPID-149: --- Assignee: Martin Ritchie > Invalid replyTo destination when temporary queue is used > > >

Re: Error in running mgnt target on Linux.

2006-12-13 Thread Bhupendra Bhardwaj
Hi Carl, I have done some changes for running management eclipse-plugin on platforms other than windows. The distribution will now create another distribution for unix (eclipse-plugin-unix). Because the dependent eclipse plugins for other platfrms are not available in maven repository, there wil

[jira] Created: (QPID-177) TopicSessionAdapter.createTextMessage(String) ignores its argument

2006-12-13 Thread Robert Greig (JIRA)
TopicSessionAdapter.createTextMessage(String) ignores its argument -- Key: QPID-177 URL: http://issues.apache.org/jira/browse/QPID-177 Project: Qpid Issue Type: Bug

[jira] Commented: (QPID-177) TopicSessionAdapter.createTextMessage(String) ignores its argument

2006-12-13 Thread Robert Greig (JIRA)
[ http://issues.apache.org/jira/browse/QPID-177?page=comments#action_12458096 ] Robert Greig commented on QPID-177: --- Rob Godfrey is working on this issue. > TopicSessionAdapter.createTextMessage(String) ignores its argument > -

[jira] Commented: (QPID-176) TopicSession.createPublisher does not handle null argument correctly

2006-12-13 Thread Robert Greig (JIRA)
[ http://issues.apache.org/jira/browse/QPID-176?page=comments#action_12458091 ] Robert Greig commented on QPID-176: --- Rob Godfrey is working on this issue. > TopicSession.createPublisher does not handle null argument correctly > ---

[jira] Created: (QPID-176) TopicSession.createPublisher does not handle null argument correctly

2006-12-13 Thread Robert Greig (JIRA)
TopicSession.createPublisher does not handle null argument correctly Key: QPID-176 URL: http://issues.apache.org/jira/browse/QPID-176 Project: Qpid Issue Type: Bug

[jira] Resolved: (QPID-172) RejectedExecutionExceptions during Test run

2006-12-13 Thread Martin Ritchie (JIRA)
[ http://issues.apache.org/jira/browse/QPID-172?page=all ] Martin Ritchie resolved QPID-172. - Resolution: Fixed New Revision: 486596 URL: http://svn.apache.org/viewvc?view=rev&rev=486596 Log: QPID-172 RejectedExecutionException. In fireEvent added addi

[jira] Resolved: (QPID-175) StreamMessage can throw BufferOverflowException when writing to a received message after clearing

2006-12-13 Thread Robert Greig (JIRA)
[ http://issues.apache.org/jira/browse/QPID-175?page=all ] Robert Greig resolved QPID-175. --- Fix Version/s: M2 Resolution: Fixed Patch applied to svn rev 486594 > StreamMessage can throw BufferOverflowException when writing to a received > message

[jira] Updated: (QPID-175) StreamMessage can throw BufferOverflowException when writing to a received message after clearing

2006-12-13 Thread Rob Godfrey (JIRA)
[ http://issues.apache.org/jira/browse/QPID-175?page=all ] Rob Godfrey updated QPID-175: - Attachment: QPID-175.patch Fixed clearBody to create new buffer rather than clear existing (fixed size) buffer. Added unit test > StreamMessage can throw BufferOverf

[jira] Created: (QPID-175) StreamMessage can throw BufferOverflowException when writing to a received message after clearing

2006-12-13 Thread Robert Greig (JIRA)
StreamMessage can throw BufferOverflowException when writing to a received message after clearing - Key: QPID-175 URL: http://issues.apache.org/jira/browse/QPID-175

[jira] Updated: (QPID-175) StreamMessage can throw BufferOverflowException when writing to a received message after clearing

2006-12-13 Thread Robert Greig (JIRA)
[ http://issues.apache.org/jira/browse/QPID-175?page=all ] Robert Greig updated QPID-175: -- Component/s: Java Client Affects Version/s: M1 Rob Godfrey is working on this issue. > StreamMessage can throw BufferOverflowException when writing to a re

Re: new client examples

2006-12-13 Thread Steve Vinoski
On Dec 13, 2006, at 3:15 AM, Martin Ritchie wrote: On 13/12/06, Steve Vinoski <[EMAIL PROTECTED]> wrote: Hi Marnie, today you added the client/example directory, but I'm a little puzzled by it, because I don't know what it's intended for. One issue is that it's not part of the main build, so i

[jira] Commented: (QPID-9) Missing support for field table types D, T and F

2006-12-13 Thread Martin Ritchie (JIRA)
[ http://issues.apache.org/jira/browse/QPID-9?page=comments#action_12458066 ] Martin Ritchie commented on QPID-9: --- The above String type is unable to differentitate between an empty string and a null string. Have added: NULL_STRING_PROPERTY_P

[jira] Resolved: (QPID-164) MapMessage throws incorrect exceptions

2006-12-13 Thread Martin Ritchie (JIRA)
[ http://issues.apache.org/jira/browse/QPID-164?page=all ] Martin Ritchie resolved QPID-164. - Resolution: Fixed New Revision: 486254 URL: http://svn.apache.org/viewvc?view=rev&rev=486254 Log: QPID-164 JMSMapMessage.java - fixed incorrect exceptions and

[jira] Commented: (QPID-146) Create Client Only Distribution

2006-12-13 Thread Robert Greig (JIRA)
[ http://issues.apache.org/jira/browse/QPID-146?page=comments#action_12458046 ] Robert Greig commented on QPID-146: --- saxon8.jar is not needed, it is a "special case" and is there because we did not have a separate "build libs" directory. It is

Re: new client examples

2006-12-13 Thread Martin Ritchie
On 13/12/06, Steve Vinoski <[EMAIL PROTECTED]> wrote: Hi Marnie, today you added the client/example directory, but I'm a little puzzled by it, because I don't know what it's intended for. One issue is that it's not part of the main build, so it will not appear as part of any distribution. Another