[jira] Resolved: (QPID-2112) C++ Client: Facility needed for app to extract the user-ID in use for a connection

2009-09-22 Thread Ted Ross (JIRA)
[ https://issues.apache.org/jira/browse/QPID-2112?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Ross resolved QPID-2112. Resolution: Fixed Assignee: Ted Ross > C++ Client: Facility needed for app to extract the user-ID in

[jira] Assigned: (QPID-2076) C++ Broker assumes it can delete a pointer passed by message store plugin

2009-09-22 Thread Steve Huston (JIRA)
[ https://issues.apache.org/jira/browse/QPID-2076?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steve Huston reassigned QPID-2076: -- Assignee: Steve Huston > C++ Broker assumes it can delete a pointer passed by message store plug

[jira] Updated: (QPID-2076) C++ Broker assumes it can delete a pointer passed by message store plugin

2009-09-22 Thread Steve Huston (JIRA)
[ https://issues.apache.org/jira/browse/QPID-2076?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steve Huston updated QPID-2076: --- Attachment: QPID-2076.diff Diffs attached to resolve this issue. Since this requires a change to exist

Re: svn commit: r817487 - /qpid/trunk/qpid/java/client/src/main/java/org/apache/qpid/jms/failover/FailoverExchangeMethod.java

2009-09-22 Thread Rajith Attapattu
On Tue, Sep 22, 2009 at 11:18 AM, Martin Ritchie wrote: > 2009/9/22 Rajith Attapattu : >> On Tue, Sep 22, 2009 at 8:58 AM, Martin Ritchie wrote: >>> 2009/9/22 Rajith Attapattu : On Tue, Sep 22, 2009 at 7:13 AM, Martin Ritchie wrote: > Hi Rajith, > Will this not cause both the

Re: svn commit: r817457 - /qpid/trunk/qpid/java/client/src/main/java/log4j.xml

2009-09-22 Thread Carl Trieloff
Martin Ritchie wrote: 2009/9/22 Rajith Attapattu : Martin/Marnie, As I mentioned in one of my previous emails, I recognized the issue with having a log4j.xml in the classpath. Therefore I proposed to convert the log4j.xml to a log4j.properties. The current behaviour is totally unacceptable a

[jira] Commented: (QPID-1868) Implicit TLS variables in AsyncIO can cause access violation when dynamically loading qpidcommon and qpidclient DLLs

2009-09-22 Thread Steve Huston (JIRA)
[ https://issues.apache.org/jira/browse/QPID-1868?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12758275#action_12758275 ] Steve Huston commented on QPID-1868: The problem with trying to adapt QPID_TSS is that i

Re: svn commit: r817457 - /qpid/trunk/qpid/java/client/src/main/java/log4j.xml

2009-09-22 Thread Martin Ritchie
2009/9/22 Rajith Attapattu : > Martin/Marnie, > > As I mentioned in one of my previous emails, I recognized the issue > with having a log4j.xml in the classpath. > Therefore I proposed to convert the log4j.xml to a log4j.properties. > The current behaviour is totally unacceptable and believe me the

Re: svn commit: r817487 - /qpid/trunk/qpid/java/client/src/main/java/org/apache/qpid/jms/failover/FailoverExchangeMethod.java

2009-09-22 Thread Martin Ritchie
2009/9/22 Rajith Attapattu : > On Tue, Sep 22, 2009 at 8:58 AM, Martin Ritchie wrote: >> 2009/9/22 Rajith Attapattu : >>> On Tue, Sep 22, 2009 at 7:13 AM, Martin Ritchie wrote: Hi Rajith, Will this not cause both the 0-8 and 0-10 code path to throw a NullPointer if none of the brok

[jira] Commented: (QPID-1857) Java failover not working as session attach fails

2009-09-22 Thread Rafael H. Schloming (JIRA)
[ https://issues.apache.org/jira/browse/QPID-1857?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12758258#action_12758258 ] Rafael H. Schloming commented on QPID-1857: --- According to gsim, this fix is no lon

[jira] Resolved: (QPID-1857) Java failover not working as session attach fails

2009-09-22 Thread Rafael H. Schloming (JIRA)
[ https://issues.apache.org/jira/browse/QPID-1857?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rafael H. Schloming resolved QPID-1857. --- Resolution: Won't Fix > Java failover not working as session attach fails > --

Re: svn commit: r817457 - /qpid/trunk/qpid/java/client/src/main/java/log4j.xml

2009-09-22 Thread Rajith Attapattu
Martin/Marnie, As I mentioned in one of my previous emails, I recognized the issue with having a log4j.xml in the classpath. Therefore I proposed to convert the log4j.xml to a log4j.properties. The current behaviour is totally unacceptable and believe me there is a fair number of folks who have co

Re: svn commit: r817457 - /qpid/trunk/qpid/java/client/src/main/java/log4j.xml

2009-09-22 Thread Marnie McCormack
To give a little history, we had lots of users who complained about this - they *really* don't want us to ship log4j config files with our release. It caused them endless pain trying to sort out classpath order with a whole bundle of 3rd party libaries. Marnie On Tue, Sep 22, 2009 at 2:58 PM, Ra

Re: svn commit: r817457 - /qpid/trunk/qpid/java/client/src/main/java/log4j.xml

2009-09-22 Thread Rajith Attapattu
On Tue, Sep 22, 2009 at 9:46 AM, Martin Ritchie wrote: > 2009/9/22 Rajith Attapattu : >> Martin, >> >> IMO our releases should have a sensible default logging level and is >> something that most users expect. >> So I don't think we should be asking users to set >> -Dlog4j.configuration=client.log4

Re: svn commit: r817457 - /qpid/trunk/qpid/java/client/src/main/java/log4j.xml

2009-09-22 Thread Martin Ritchie
2009/9/22 Rajith Attapattu : > Martin, > > IMO our releases should have a sensible default logging level and is > something that most users expect. > So I don't think we should be asking users to set > -Dlog4j.configuration=client.log4j > > However I agree we could use a log4j.properties in our cli

Re: svn commit: r817487 - /qpid/trunk/qpid/java/client/src/main/java/org/apache/qpid/jms/failover/FailoverExchangeMethod.java

2009-09-22 Thread Rajith Attapattu
On Tue, Sep 22, 2009 at 8:58 AM, Martin Ritchie wrote: > 2009/9/22 Rajith Attapattu : >> On Tue, Sep 22, 2009 at 7:13 AM, Martin Ritchie wrote: >>> Hi Rajith, >>> Will this not cause both the 0-8 and 0-10 code path to throw a >>> NullPointer if none of the brokers are available on startup. >>> Is

Re: svn commit: r817457 - /qpid/trunk/qpid/java/client/src/main/java/log4j.xml

2009-09-22 Thread Rajith Attapattu
Martin, IMO our releases should have a sensible default logging level and is something that most users expect. So I don't think we should be asking users to set -Dlog4j.configuration=client.log4j However I agree we could use a log4j.properties in our client instead of a log4j.xml (all though this

Re: svn commit: r817487 - /qpid/trunk/qpid/java/client/src/main/java/org/apache/qpid/jms/failover/FailoverExchangeMethod.java

2009-09-22 Thread Martin Ritchie
2009/9/22 Rajith Attapattu : > On Tue, Sep 22, 2009 at 7:13 AM, Martin Ritchie wrote: >> Hi Rajith, >> Will this not cause both the 0-8 and 0-10 code path to throw a >> NullPointer if none of the brokers are available on startup. >> Is the FailoverPolicy cycle count not what stops the looping? >>

[jira] Issue Comment Edited: (QPID-1816) Unable to acknowledge messages after failover

2009-09-22 Thread Martin Ritchie (JIRA)
[ https://issues.apache.org/jira/browse/QPID-1816?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12707870#action_12707870 ] Martin Ritchie edited comment on QPID-1816 at 9/22/09 5:41 AM: ---

Re: svn commit: r817487 - /qpid/trunk/qpid/java/client/src/main/java/org/apache/qpid/jms/failover/FailoverExchangeMethod.java

2009-09-22 Thread Rajith Attapattu
On Tue, Sep 22, 2009 at 7:13 AM, Martin Ritchie wrote: > Hi Rajith, > Will this not cause both the 0-8 and 0-10 code path to throw a > NullPointer if none of the brokers are available on startup. > Is the FailoverPolicy cycle count not what stops the looping? > > Regards Hi Martin, If the initia

Re: svn commit: r817487 - /qpid/trunk/qpid/java/client/src/main/java/org/apache/qpid/jms/failover/FailoverExchangeMethod.java

2009-09-22 Thread Martin Ritchie
Hi Rajith, Will this not cause both the 0-8 and 0-10 code path to throw a NullPointer if none of the brokers are available on startup. Is the FailoverPolicy cycle count not what stops the looping? Regards Martin 2009/9/22 : > Author: rajith > Date: Tue Sep 22 03:11:56 2009 > New Revision: 817487

Re: svn commit: r817457 - /qpid/trunk/qpid/java/client/src/main/java/log4j.xml

2009-09-22 Thread Marnie McCormack
... and we had *loads* of complaints about this previously ;-( Marnie On Tue, Sep 22, 2009 at 11:42 AM, Martin Ritchie wrote: > Rajith, > > One of the reasons we do not currently have a log4j.xml file in the > client package is that all our users will pick this up. > As you say on QPID-2113 Log4

Re: Fwd: Requesting a project proposal for an Undergraduate 12 week project proposal

2009-09-22 Thread ishara karunarathna
Hi, thanx for replying me. I'm interested to join to contribute to develop client in C# and I'd like to develop Broker management feature. these days I follow up on this idea. And prefer to join developing this and I think I can do this. thank you.

[jira] Assigned: (QPID-1816) Unable to acknowledge messages after failover

2009-09-22 Thread Martin Ritchie (JIRA)
[ https://issues.apache.org/jira/browse/QPID-1816?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Ritchie reassigned QPID-1816: Assignee: Martin Ritchie > Unable to acknowledge messages after failover > -

Re: svn commit: r817457 - /qpid/trunk/qpid/java/client/src/main/java/log4j.xml

2009-09-22 Thread Martin Ritchie
Rajith, One of the reasons we do not currently have a log4j.xml file in the client package is that all our users will pick this up. As you say on QPID-2113 Log4j will scan the classpath looking for log4j.xml then log4j.properties. If it finds one then it will use it. I'm also not convinced we shou