Understanding org.apache.qpid.transport.Connection

2012-04-19 Thread Emmanuel Bourg
SASL). At this point I'm a bit lost. Couldn't the delegate be initialized automatically with a basic implementation and SASL not checked if it's not used? Is the delegate essential for establishing the connection? Emmanuel Bourg [1] http://ebourg.github.com/qpid-hessian smime.p7s

Re: Understanding org.apache.qpid.transport.Connection

2012-04-20 Thread Emmanuel Bourg
Thank you very much for the information Keith. Do you think I can provide a patch to restore the ability to open a connection without specifying explicitely the delegate? Is there a chance that it will be accepted? Emmanuel Bourg Le 20/04/2012 10:39, Keith W a écrit : Hi Emmanuel You

Size of the Java client

2010-03-30 Thread Emmanuel Bourg
versions could be split into different jars so one can pick the version relevant to its usage (qpid-amqp-0.8.jar, qpid-amqp-0.9.jar, etc) ? These changes could bring the size of the client to less than 2MB. What do you think? Emmanuel Bourg

Re: Many Mb of doc related tools checked in

2010-03-30 Thread Emmanuel Bourg
documentation). I tend to use Maven on my projects just for these tasks, the main build/packaging being still managed by Ant+Ivy. Emmanuel Bourg ?xml version=1.0? project xmlns=http://maven.apache.org/POM/4.0.0; xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; xsi:schemaLocation=http

Re: Many Mb of doc related tools checked in

2010-03-30 Thread Emmanuel Bourg
Emmanuel Bourg a écrit : I attached the Maven descriptor to this mail. It uses the Maven Docbkx plugin (http://code.google.com/p/docbkx-tools). I should also have mentioned how you actually use it. The file is meant to be copied in the qpid/doc/book directory, and the documentation

Re: Size of the Java client

2010-03-30 Thread Emmanuel Bourg
) Also less dependencies helps avoiding dependency hell. For example I also use backport-util-concurrent on my project, but at version 3.1. I'm not confident the Qpid Java client would work fine since it depends on the 2.2 version. Emmanuel Bourg

Re: Many Mb of doc related tools checked in

2010-03-31 Thread Emmanuel Bourg
the documentation. I would just suggest adding a simple alternative for the developers that aren't using the reference system. Emmanuel Bourg - Apache Qpid - AMQP Messaging Implementation Project: http://qpid.apache.org Use/Interact

Re: Many Mb of doc related tools checked in

2010-03-31 Thread Emmanuel Bourg
a different branch. That's definitely not a one time job. Emmanuel Bourg - Apache Qpid - AMQP Messaging Implementation Project: http://qpid.apache.org Use/Interact: mailto:dev-subscr...@qpid.apache.org

Mina version

2010-03-31 Thread Emmanuel Bourg
That is, Qpid uses a snapshot version build from the revision 463149 at http://svn.apache.org/repos/asf/mina/trunk. However I also found mention of performance patches that were necessary for Qpid. Are they also included in the revision above or were they applied separately? Thank you, Emmanuel Bourg

Re: Mina version

2010-04-01 Thread Emmanuel Bourg
the dependency on backport-util for the client, but removing Mina would be even better. Using Mina makes sense on the server to improve the scalability, but on the client I guess using classic IO classes should be enough. Emmanuel Bourg

Re: Mina version

2010-04-06 Thread Emmanuel Bourg
if someone can review and apply it. Emmanuel Bourg - Apache Qpid - AMQP Messaging Implementation Project: http://qpid.apache.org Use/Interact: mailto:dev-subscr...@qpid.apache.org

Empty source directories

2010-04-08 Thread Emmanuel Bourg
/testutil java/client/src/main/java/org/apache/qpid/client/configuration Emmanuel Bourg - Apache Qpid - AMQP Messaging Implementation Project: http://qpid.apache.org Use/Interact: mailto:dev-subscr...@qpid.apache.org

Re: Unresolved issues but marked 0.6

2010-04-20 Thread Emmanuel Bourg
://issues.apache.org/jira/browse/QPID?report=com.atlassian.jira.plugin.system.project:roadmap-panel If the issues are not scheduled they aren't displayed there and tend to be forgotten. Regards, Emmanuel Bourg - Apache Qpid - AMQP

Nightly builds and Maven artifacts

2010-04-22 Thread Emmanuel Bourg
/ And the Maven repository is there (it contains only the qpid-common and qpid-client snapshots at this time): http://people.apache.org/~ebourg/qpid/maven/ Emmanuel Bourg - Apache Qpid - AMQP Messaging Implementation

Re: Contributer Patches - Committers Requested

2010-04-22 Thread Emmanuel Bourg
://issues.apache.org/jira/browse/QPID-2433 Emmanuel Bourg - Apache Qpid - AMQP Messaging Implementation Project: http://qpid.apache.org Use/Interact: mailto:dev-subscr...@qpid.apache.org

Re: Publish generated docs with svnpubsub?

2010-04-26 Thread Emmanuel Bourg
for automated publishing. The svn repository used doesn't have to be the same as the one used for the code. The infra team can create a separate repository if large binary files aren't desired in the code repository (like the PDFs generated from the docbook files). Emmanuel Bourg

Re: Time to start talking about date for 0.8 close down

2010-05-06 Thread Emmanuel Bourg
. There is an alternative that wasn't proposed in the discussion, that's the addition of a suffix to the version number. Something like 0.7-dev or 0.7-SNAPSHOT to specify it's a development version, that's a common practice. Emmanuel Bourg smime.p7s Description: S/MIME Cryptographic Signature

Re: Time to start talking about date for 0.8 close down

2010-05-06 Thread Emmanuel Bourg
Le 06/05/2010 14:22, Andrew Stitcher a écrit : The decision has been taken I may have missed something, but it seems that was just quickly discussed before Christmas while some people were on holiday, and no vote took place to settle the consensus. Emmanuel Bourg smime.p7s Description

Re: Authentication failures on the Java broker

2010-05-07 Thread Emmanuel Bourg
an exception. Apparently no error is reported by the client, it just times out. Emmanuel Bourg smime.p7s Description: S/MIME Cryptographic Signature

Re: Authentication failures on the Java broker

2010-05-10 Thread Emmanuel Bourg
to an authentication issue unless you remember to look at the linked exception. That would be useful to chain the exceptions with initCause(). Emmanuel Bourg smime.p7s Description: S/MIME Cryptographic Signature

Re: [Java] The use of setLinkedException in JMSException is not a good idea

2010-05-10 Thread Emmanuel Bourg
Le 23/03/2010 13:57, Rajith Attapattu a écrit : Thanks for the input. I will create a JIRA and take care of this. This change would be much welcome. I didn't find the JIRA report, if you want I can provide a patch addressing this issue. Emmanuel Bourg smime.p7s Description: S/MIME

Re: [Java] The use of setLinkedException in JMSException is not a good idea

2010-05-11 Thread Emmanuel Bourg
what Aidan and Robert proposed. Emmanuel Bourg smime.p7s Description: S/MIME Cryptographic Signature

Re: [Java] The use of setLinkedException in JMSException is not a good idea

2010-05-11 Thread Emmanuel Bourg
Le 11/05/2010 15:44, Rajith Attapattu a écrit : I am slammed atm, so a patch would be very much appreciated ! Here it is: https://issues.apache.org/jira/browse/QPID-2594 https://issues.apache.org/jira/secure/attachment/12444205/initcause.patch Emmanuel Bourg smime.p7s Description: S

Multiple topics per queue with the JMS API

2010-05-16 Thread Emmanuel Bourg
it seems significantly more convoluted. I've been able to get only one topic per queue so far. Thank you, Emmanuel Bourg smime.p7s Description: S/MIME Cryptographic Signature

Re: Multiple topics per queue with the JMS API

2010-05-17 Thread Emmanuel Bourg
to the server is initialized. Emmanuel Bourg Le 17/05/2010 15:52, Rajith Attapattu a écrit : Hi Emmanuel, It can be done easily using the new addressing format. For example you could use the following in the jndi.properties file. destination.myTopic = ADDR:amq.topic/topic1; { create: always

Re: Multiple topics per queue with the JMS API

2010-05-19 Thread Emmanuel Bourg
as long as it's close to the AMQP semantic and well supported. Emmanuel Bourg smime.p7s Description: S/MIME Cryptographic Signature

Re: Multiple topics per queue with the JMS API

2010-05-19 Thread Emmanuel Bourg
on exposing AMQP functionality in the java client it may subject to change. Thank you Martin, I looked at AMQSession but it seems my understanding of the code isn't good enough to implement the unbind feature myself. If someone could look into it that would be really nice. Emmanuel Bourg

Re: [Java] Removing MINA as a dependency on common and client modules

2010-05-25 Thread Emmanuel Bourg
patch ready for everything else if you are interested. Emmanuel Bourg smime.p7s Description: S/MIME Cryptographic Signature

Re: [Java] Removing MINA as a dependency on common and client modules

2010-05-25 Thread Emmanuel Bourg
. Emmanuel Bourg smime.p7s Description: S/MIME Cryptographic Signature

Re: [Java] Removing MINA as a dependency on common and client modules

2010-05-25 Thread Emmanuel Bourg
Le 25/05/2010 16:17, Rajith Attapattu a écrit : Sure, pls file a JIRA and attach it. Lets see what others also think. The patch is attached to QPID-2627 https://issues.apache.org/jira/browse/QPID-2627 Emmanuel Bourg smime.p7s Description: S/MIME Cryptographic Signature

Re: Size of the Java client

2010-05-27 Thread Emmanuel Bourg
there could be one jar per version, and the user would keep only those he needs. Emmanuel Bourg smime.p7s Description: S/MIME Cryptographic Signature

Re: Size of the Java client

2010-05-27 Thread Emmanuel Bourg
Le 27/05/2010 02:35, Martin Ritchie a écrit : Don't for get to count your favourite slf4j binding to make the total size of a usable client. SLF4J 1.6 has been released earlier this month. The bindings are now optional and you can run with just the base jar (24K only). Emmanuel Bourg

Re: Size of the Java client

2010-05-27 Thread Emmanuel Bourg
concurrent classes rather than using the 1.4 compatible approach. I updated the patch in QPID-2498 if you want to review it this weekend. Emmanuel Bourg smime.p7s Description: S/MIME Cryptographic Signature

Message count alerts

2010-05-28 Thread Emmanuel Bourg
the message count increasing for this queue. I tried to set a TTL on the messages produced but that didn't change anything, the queue keeps growing. Did I miss something? Emmanuel Bourg smime.p7s Description: S/MIME Cryptographic Signature

Re: Message count alerts

2010-05-31 Thread Emmanuel Bourg
, MessageAcquireMode.PRE_ACQUIRED, new Header(deliveryProps), msg); Emmanuel Bourg smime.p7s Description: S/MIME Cryptographic Signature

Re: Message count alerts

2010-05-31 Thread Emmanuel Bourg
count remained at zero. I should have checked first before asking, sorry for the trouble. Thanks everyone for the help! Emmanuel Bourg smime.p7s Description: S/MIME Cryptographic Signature

Reconfiguring queue with config:null

2010-06-23 Thread Emmanuel Bourg
Hi, I ran the Java broker from the trunk today and I noticed a new message on the console when a client connects and open a queue: *** Reconfiguring queue with config:null Anyone know what this means? Emmanuel Bourg smime.p7s Description: S/MIME Cryptographic Signature

Exception thrown and no ProtocolEngine to handle it

2010-06-23 Thread Emmanuel Bourg
appears once, then the IllegalArgumentException appears many times. Emmanuel Bourg 2010-06-23 15:14:59,912 [WARN ] UNHANDLED: [ssn:3ea4e882-cd75-44a0-af49-a39bf0d1fd2d] ch=0 SessionRequestTimeout(timeout=0) 2010-06-23 15:15:00,504 [WARN ] UNHANDLED: [ssn:ba461728-265e-4119-a85b-b10f7f0da788

Re: Reconfiguring queue with config:null

2010-06-23 Thread Emmanuel Bourg
Le 23/06/2010 15:56, Martin Ritchie a écrit : Means I left in some debug for processing topic configuration. Shall be sorted directly. Nothing to worry about then :) Thank you. Emmanuel Bourg smime.p7s Description: S/MIME Cryptographic Signature

Re: Exception thrown and no ProtocolEngine to handle it

2010-06-25 Thread Emmanuel Bourg
Le 23/06/2010 21:55, Marnie McCormack a écrit : I don't think we've seen this issue before - probably best to raise it as a JIRA with a blocker priority for 0.7 I think ? Thank you Marnie. I filed QPID-2693, I hope I provided enough details. Emmanuel Bourg smime.p7s Description: S/MIME

Re: [jira] Commented: (QPID-2694) Memory leak in 0-8/0-9 AMQSessions on channel close

2010-06-30 Thread Emmanuel Bourg
()); } Emmanuel Bourg smime.p7s Description: S/MIME Cryptographic Signature

Exclusive broker access

2010-07-09 Thread Emmanuel Bourg
Hi, Is there a way to enforce a per account exclusive access to the broker? For example if a user has an opened connection to the broker, when he opens another connection the first one is automatically closed. Emmanuel Bourg smime.p7s Description: S/MIME Cryptographic Signature

Re: Exclusive broker access

2010-07-12 Thread Emmanuel Bourg
connection from a user. Thank you Sorin. My use case is slightly different though, rather than vetoing a new connection I'd like to close the previous one from the same account. The goal is to prevent the users from abusing the service by sharing a single account among several users. Emmanuel

Re: [jira] Commented: (QPID-2498) Upgrade Mina to 1.1.7

2010-10-19 Thread Emmanuel Bourg
Thank you for taking care of this Andrew. Do you know if it will make it into the 0.8 release? I attached a diff to JIRA. Emmanuel Bourg Le 19/10/2010 09:18, Andrew Kennedy a écrit : Thanks for that. I hadn't seen some of the changes you made there, so I have added them to the branch code

Re: [jira] Commented: (QPID-2498) Upgrade Mina to 1.1.7

2010-10-19 Thread Emmanuel Bourg
:) Emmanuel Bourg smime.p7s Description: S/MIME Cryptographic Signature

Re: Qpid 0.8 RC2 available for download ** Please Test **

2010-11-16 Thread Emmanuel Bourg
Hi, I've found a minor issue with the Java broker. On Debian the qpid.start script doesn't work: ebo...@sirius:~/qpid-broker-0.8/bin$ ./qpid.start ./qpid.start: line 21: exec: qpid-server: not found I had to replace exec with sh to get it to work. Emmanuel Bourg Le 14/11/2010 23

Re: Possible inclusions for RC3? Act now...

2010-11-16 Thread Emmanuel Bourg
to 0.8, otherwise people will keep asking what happened to the 0.7 release. Personally I still think this release should have been Qpid 0.7 and not 0.8, the alternatives to an odd/even numbering were never seriously discussed on the list. Emmanuel Bourg smime.p7s Description: S/MIME

Re: [DRAFT] Apache Qpid 0.8 released !

2010-12-06 Thread Emmanuel Bourg
Just a suggestion, on the page release_notes_0.8.html I would merge the 0.8 and 0.7 sections since 0.7 is of no interest for end users. I would also put the new features first, and push the tasks to the bottom. Emmanuel Bourg Le 06/12/2010 01:17, Robbie Gemmell a écrit : Hi everyone, Here

Re: Maven, 2011, QPID-2987

2011-01-01 Thread Emmanuel Bourg
official Maven artifacts. I think it should even be a release goal. Emmanuel Bourg smime.p7s Description: S/MIME Cryptographic Signature

Re: Pre commit hook for Apache License Header ?

2011-02-15 Thread Emmanuel Bourg
Le 15/02/2011 17:21, Rajith Attapattu a écrit : Hi All, It seems there is good support for adding a pre-commit hook for checking JIRA reference. While we are at it, I'd like to draw your attention to another problem that makes a release managers job unnecessarily tedious. We all have been

Code snippets in JIRA

2011-03-09 Thread Emmanuel Bourg
at the settings and try to enable it ? Emmanuel Bourg smime.p7s Description: S/MIME Cryptographic Signature

Re: Code snippets in JIRA

2011-03-09 Thread Emmanuel Bourg
it changed? Thank you Robbie, The comments in QPID-2693 have several code blocks that are formatted as plain text. Emmanuel Bourg smime.p7s Description: S/MIME Cryptographic Signature

Re: Code snippets in JIRA

2011-03-10 Thread Emmanuel Bourg
Le 09/03/2011 12:40, Robbie Gemmell a écrit : Yes I noticed, I meant an example with it turned on hehe :) Ok :) There are some examples in these issues from the Commons CLI project: https://issues.apache.org/jira/browse/CLI-137 https://issues.apache.org/jira/browse/CLI-156 Emmanuel Bourg

Re: 0-10 JIRAs

2011-03-10 Thread Emmanuel Bourg
and adds complexity to our queries. +1 That would be almost equivalent to dropping the odd/even numbering. The next step would be to name the development version as next release number-dev or -snapshot and Qpid would be just like every other project out there ;) Emmanuel Bourg smime.p7s

Re: Project Structure [was Qpid and AMQP 1-0: Plans?]

2011-03-25 Thread Emmanuel Bourg
system :) - I believe it's best to discuss that important topic in it's own thread or atleast in a separate email from this one:). I will wait for some response on the structure before I get into discussing the build system. *cough* Maven anyone ? ;) Emmanuel Bourg

Re: [VOTE] Release 0.10

2011-04-15 Thread Emmanuel Bourg
These instructions are for a Maven or an Ant+Ivy setup. For Qpid we used an Ant+Maven Task setup, so I don't really know how to publish to Nexus with our build. Emmanuel Bourg smime.p7s Description: S/MIME Cryptographic Signature

Java client under 50k

2011-04-27 Thread Emmanuel Bourg
/tree/light-client Emmanuel Bourg - Apache Qpid - AMQP Messaging Implementation Project: http://qpid.apache.org Use/Interact: mailto:dev-subscr...@qpid.apache.org

Re: [VOTE] Release 0.10

2011-04-27 Thread Emmanuel Bourg
in the central repo and I can confirm it works great. Do you think it's possible to publish the javadoc for the latest release on the Qpid site? Emmanuel Bourg - Apache Qpid - AMQP Messaging Implementation Project: http

Re: [VOTE] Release 0.10

2011-04-27 Thread Emmanuel Bourg
the Qpid code, be it on the client or on the server side. Emmanuel Bourg - Apache Qpid - AMQP Messaging Implementation Project: http://qpid.apache.org Use/Interact: mailto:dev-subscr...@qpid.apache.org

Re: [VOTE] Release 0.10

2011-04-28 Thread Emmanuel Bourg
Le 27/04/2011 21:34, Jonathan Robie a écrit : Would there be copyright issues? With the proper copyright notice on the Javadoc pages there is nothing to worry about. Emmanuel Bourg smime.p7s Description: S/MIME Cryptographic Signature

[jira] [Created] (QPID-3961) qpid-server.bat doesn't work (MalformedURLException: unknown protocol: c)

2012-04-18 Thread Emmanuel Bourg (Created) (JIRA)
: Bug Components: Java Broker Affects Versions: 0.14, 0.16 Reporter: Emmanuel Bourg {{qpid-server.bat}} in the Qpid 0.14 release and on the trunk fails to work on Windows XP with Java 6u31. The following trace appears on the console: {code} Warning: Qpid classpath

[jira] [Updated] (QPID-3961) qpid-server.bat doesn't work (MalformedURLException: unknown protocol: c)

2012-04-18 Thread Emmanuel Bourg (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/QPID-3961?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Bourg updated QPID-3961: - Affects Version/s: (was: 0.16) I didn't notice the .bat left environment variables behind, I

[jira] [Resolved] (QPID-3961) qpid-server.bat doesn't work (MalformedURLException: unknown protocol: c)

2012-04-18 Thread Emmanuel Bourg (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/QPID-3961?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Bourg resolved QPID-3961. -- Resolution: Invalid qpid-server.bat doesn't work (MalformedURLException: unknown protocol

[jira] [Commented] (QPID-3961) qpid-server.bat doesn't work (MalformedURLException: unknown protocol: c)

2012-04-18 Thread Emmanuel Bourg (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/QPID-3961?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13257026#comment-13257026 ] Emmanuel Bourg commented on QPID-3961: -- Yes that's fine with the trunk, sorry

[jira] [Updated] (QPID-3914) SSL Client Authentication support for the Windows C++ client

2012-04-19 Thread Emmanuel Bourg (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/QPID-3914?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Bourg updated QPID-3914: - Summary: SSL Client Authentication support for the Windows C++ client (was: SSL Cleint

[jira] [Created] (QPID-4016) Official Windows installer

2012-05-24 Thread Emmanuel Bourg (JIRA)
Emmanuel Bourg created QPID-4016: Summary: Official Windows installer Key: QPID-4016 URL: https://issues.apache.org/jira/browse/QPID-4016 Project: Qpid Issue Type: Task Components

[jira] Created: (QPID-2433) qpid-server.bat fails if the path contains a space character

2010-03-05 Thread Emmanuel Bourg (JIRA)
: Java Broker Affects Versions: 0.5 Reporter: Emmanuel Bourg Priority: Trivial Attachments: qpid-bat.patch The qpid-server.bat file doesn't work if Qpid is installed on a path containing space characters. Extra quotes must be added to the command line to make

[jira] Updated: (QPID-2433) qpid-server.bat fails if the path contains a space character

2010-03-05 Thread Emmanuel Bourg (JIRA)
[ https://issues.apache.org/jira/browse/QPID-2433?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Bourg updated QPID-2433: - Attachment: qpid-bat.patch qpid-server.bat fails if the path contains a space character

[jira] Commented: (QPID-2482) Topic Exchange can duplicate messages.

2010-04-09 Thread Emmanuel Bourg (JIRA)
[ https://issues.apache.org/jira/browse/QPID-2482?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12855314#action_12855314 ] Emmanuel Bourg commented on QPID-2482: -- The same issue exists with the Java broker

[jira] Created: (QPID-2498) Upgrade Mina to 1.1.7

2010-04-09 Thread Emmanuel Bourg (JIRA)
Reporter: Emmanuel Bourg Fix For: 0.7 Upgrading Mina to 1.1.7 would allow the removal of backport-util-concurrent.jar from the dependencies. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online

[jira] Created: (QPID-2508) Replace org.apache.qpid.util.concurrent.Condition with a CountDownLatch

2010-04-15 Thread Emmanuel Bourg (JIRA)
: Improvement Components: Java Common Affects Versions: 0.6 Reporter: Emmanuel Bourg Priority: Minor Fix For: 0.7 Attachments: condition.patch The Condition class in the package org.apache.qpid.util.concurrent could be replaced

[jira] Updated: (QPID-2508) Replace org.apache.qpid.util.concurrent.Condition with a CountDownLatch

2010-04-15 Thread Emmanuel Bourg (JIRA)
[ https://issues.apache.org/jira/browse/QPID-2508?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Bourg updated QPID-2508: - Attachment: condition.patch Replace org.apache.qpid.util.concurrent.Condition

[jira] Commented: (QPID-2498) Upgrade Mina to 1.1.7

2010-04-15 Thread Emmanuel Bourg (JIRA)
[ https://issues.apache.org/jira/browse/QPID-2498?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12857250#action_12857250 ] Emmanuel Bourg commented on QPID-2498: -- There are some unused classes in the mina

[jira] Updated: (QPID-2520) Broken POM generation on Windows

2010-04-20 Thread Emmanuel Bourg (JIRA)
[ https://issues.apache.org/jira/browse/QPID-2520?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Bourg updated QPID-2520: - Description: The genpom script doesn't work on Windows. Calling ant pom gives the following

[jira] Updated: (QPID-2520) Broken POM generation on Windows

2010-04-20 Thread Emmanuel Bourg (JIRA)
[ https://issues.apache.org/jira/browse/QPID-2520?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Bourg updated QPID-2520: - Attachment: genpom.patch This is caused by a wrong path separator in the genpom script

[jira] Updated: (QPID-2498) Upgrade Mina to 1.1.7

2010-04-20 Thread Emmanuel Bourg (JIRA)
[ https://issues.apache.org/jira/browse/QPID-2498?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Bourg updated QPID-2498: - Attachment: mina-poms.patch Additional patch to update the POMs Upgrade Mina to 1.1.7

[jira] Commented: (QPID-1916) Maven releases for the client and management jars

2010-04-20 Thread Emmanuel Bourg (JIRA)
[ https://issues.apache.org/jira/browse/QPID-1916?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12859012#action_12859012 ] Emmanuel Bourg commented on QPID-1916: -- The patch is probably a bit outdated now

[jira] Updated: (QPID-2522) Remove the dependency on Commons Lang for the Java client

2010-04-20 Thread Emmanuel Bourg (JIRA)
[ https://issues.apache.org/jira/browse/QPID-2522?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Bourg updated QPID-2522: - Attachment: commons-lang.patch Remove the dependency on Commons Lang for the Java client

[jira] Updated: (QPID-2522) Remove the dependency on Commons Lang for the Java client

2010-04-20 Thread Emmanuel Bourg (JIRA)
[ https://issues.apache.org/jira/browse/QPID-2522?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Bourg updated QPID-2522: - Attachment: (was: commons-lang.patch) Remove the dependency on Commons Lang for the Java

[jira] Updated: (QPID-2522) Remove the dependency on Commons Lang for the Java client

2010-04-20 Thread Emmanuel Bourg (JIRA)
[ https://issues.apache.org/jira/browse/QPID-2522?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Bourg updated QPID-2522: - Attachment: commons-lang.patch Remove the dependency on Commons Lang for the Java client

[jira] Updated: (QPID-2522) Remove the dependency on Commons Lang for the Java client

2010-04-20 Thread Emmanuel Bourg (JIRA)
[ https://issues.apache.org/jira/browse/QPID-2522?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Bourg updated QPID-2522: - Attachment: commons-lang.patch Remove the dependency on Commons Lang for the Java client

[jira] Updated: (QPID-2522) Remove the dependency on Commons Lang for the Java client

2010-04-20 Thread Emmanuel Bourg (JIRA)
[ https://issues.apache.org/jira/browse/QPID-2522?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Bourg updated QPID-2522: - Attachment: (was: commons-lang.patch) Remove the dependency on Commons Lang for the Java

[jira] Updated: (QPID-2522) Remove the dependency on Commons Lang for the Java client

2010-04-20 Thread Emmanuel Bourg (JIRA)
[ https://issues.apache.org/jira/browse/QPID-2522?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Bourg updated QPID-2522: - Attachment: (was: commons-lang.patch) Remove the dependency on Commons Lang for the Java

[jira] Updated: (QPID-2522) Remove the dependency on Commons Lang for the Java client

2010-04-20 Thread Emmanuel Bourg (JIRA)
[ https://issues.apache.org/jira/browse/QPID-2522?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Bourg updated QPID-2522: - Attachment: commons-lang.patch Remove the dependency on Commons Lang for the Java client

[jira] Created: (QPID-2526) 'ant gentools' fails if the path contains a space character

2010-04-21 Thread Emmanuel Bourg (JIRA)
: Ant Build System, Java Common Affects Versions: 0.6 Reporter: Emmanuel Bourg Priority: Minor Fix For: 0.7 The gentools target of the common module fails when the path contains a space character. For example if the project sources are copied into /home

[jira] Updated: (QPID-2526) 'ant gentools' fails if the path contains a space character

2010-04-21 Thread Emmanuel Bourg (JIRA)
[ https://issues.apache.org/jira/browse/QPID-2526?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Bourg updated QPID-2526: - Attachment: build-common.patch I attached a patch that quotes the parameters

[jira] Commented: (QPID-2526) Ant build fails if the path contains a space character

2010-04-21 Thread Emmanuel Bourg (JIRA)
[ https://issues.apache.org/jira/browse/QPID-2526?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12859465#action_12859465 ] Emmanuel Bourg commented on QPID-2526: -- The same issue exists with the pom target

[jira] Updated: (QPID-1916) Maven releases for the client and management jars

2010-04-22 Thread Emmanuel Bourg (JIRA)
[ https://issues.apache.org/jira/browse/QPID-1916?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Bourg updated QPID-1916: - Attachment: maven.patch I attached an alternative patch to generate the Maven artifacts: - like

[jira] Commented: (QPID-2531) Improve the qpid broker build system to automatically build OSGI modules on broker-plugins directory

2010-04-23 Thread Emmanuel Bourg (JIRA)
[ https://issues.apache.org/jira/browse/QPID-2531?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12860381#action_12860381 ] Emmanuel Bourg commented on QPID-2531: -- The directory java/broker-plugins/src is empty

[jira] Commented: (QPID-2531) Improve the qpid broker build system to automatically build OSGI modules on broker-plugins directory

2010-04-24 Thread Emmanuel Bourg (JIRA)
[ https://issues.apache.org/jira/browse/QPID-2531?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12860536#action_12860536 ] Emmanuel Bourg commented on QPID-2531: -- What part of the build expects this directory

[jira] Created: (QPID-2594) Exception chaining for JMSExceptions

2010-05-11 Thread Emmanuel Bourg (JIRA)
Affects Versions: 0.6 Reporter: Emmanuel Bourg Priority: Minor Fix For: 0.7 JMSException has an archaic mechanism to chain the root cause by calling the setLinkedException() method. It predates the introduction of the Throwable.initCause() method in Java

[jira] Updated: (QPID-2594) Exception chaining for JMSExceptions

2010-05-11 Thread Emmanuel Bourg (JIRA)
[ https://issues.apache.org/jira/browse/QPID-2594?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Bourg updated QPID-2594: - Attachment: initcause.patch Exception chaining for JMSExceptions

[jira] Resolved: (QPID-2594) Exception chaining for JMSExceptions

2010-05-11 Thread Emmanuel Bourg (JIRA)
[ https://issues.apache.org/jira/browse/QPID-2594?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Bourg resolved QPID-2594. -- Resolution: Fixed Patch applied by Rajith Exception chaining for JMSExceptions

[jira] Created: (QPID-2626) Typo in ServerConnectionDelegate

2010-05-25 Thread Emmanuel Bourg (JIRA)
Reporter: Emmanuel Bourg Priority: Trivial Fix For: 0.7 There is a typo in ServerConnectionDelegate, when a client connects to an unknown virtual host it receives the message: ConnectionException: Unknown vistrulhost 'foo' -- This message is automatically generated

[jira] Commented: (QPID-2626) Typo in ServerConnectionDelegate

2010-05-25 Thread Emmanuel Bourg (JIRA)
[ https://issues.apache.org/jira/browse/QPID-2626?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12871082#action_12871082 ] Emmanuel Bourg commented on QPID-2626: -- The patch also fixes an unchecked assignment

[jira] Updated: (QPID-2626) Typo in ServerConnectionDelegate

2010-05-25 Thread Emmanuel Bourg (JIRA)
[ https://issues.apache.org/jira/browse/QPID-2626?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Bourg updated QPID-2626: - Attachment: vhost-typo.patch Typo in ServerConnectionDelegate

[jira] Commented: (QPID-2498) Upgrade Mina to 1.1.7

2010-05-25 Thread Emmanuel Bourg (JIRA)
[ https://issues.apache.org/jira/browse/QPID-2498?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12871085#action_12871085 ] Emmanuel Bourg commented on QPID-2498: -- Martin, let me know if you need an updated

[jira] Created: (QPID-2627) Remove the dependency on Mina for the Java client

2010-05-25 Thread Emmanuel Bourg (JIRA)
, Java Common Affects Versions: 0.6 Reporter: Emmanuel Bourg Priority: Minor Fix For: 0.7 The Java client doesn't use Mina for the transport but still depends on it due to several usages of the extensible ByteBuffer. The dependency on Mina could be removed

[jira] Updated: (QPID-2627) Remove the dependency on Mina for the Java client

2010-05-25 Thread Emmanuel Bourg (JIRA)
[ https://issues.apache.org/jira/browse/QPID-2627?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Bourg updated QPID-2627: - Attachment: minabuffer.patch Partial patch removing the usage of the Mina ByteBuffer. This patch

[jira] Commented: (QPID-2629) Remove Java client dependency on commons-collection.jar

2010-05-26 Thread Emmanuel Bourg (JIRA)
[ https://issues.apache.org/jira/browse/QPID-2629?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12872015#action_12872015 ] Emmanuel Bourg commented on QPID-2629: -- That's fine to copy the classes from Commons

  1   2   >