Re: Apache.NMS.ActiveMQ trunk is broken

2008-11-19 Thread Jim Gomes
By way of semi-official announcement, trunk is back to normal. There may still be bugs, but it should be usable. On 11/10/08, Jim Gomes <[EMAIL PROTECTED]> wrote: > Hi Daniel, > > Thanks for investigating this. The trunk definitely seems to be in a bad > state. Now that I am back from vacation

Re: Patch for NMS ConnectionFactory problem with ASP.NET

2008-11-19 Thread semog
Hi Dan, I applied the patch to the code base. The change I put in is not exactly what you submitted, but it is based on that. I broke out the path lookup into a separate function, and this helped clean up the code a bit. Take a look at the change and verify that it still works for you, and tha

[jira] Created: (AMQ-2007) XBean plugins override custom plugins instantiated with "plugins" attribute for broker

2008-11-19 Thread Barbara Douthit (JIRA)
XBean plugins override custom plugins instantiated with "plugins" attribute for broker -- Key: AMQ-2007 URL: https://issues.apache.org/activemq/browse/AMQ-2007 Projec

[jira] Created: (AMQ-2006) Improve timeout filter due to dead lock risk

2008-11-19 Thread Filip Hanik (JIRA)
Improve timeout filter due to dead lock risk Key: AMQ-2006 URL: https://issues.apache.org/activemq/browse/AMQ-2006 Project: ActiveMQ Issue Type: Improvement Affects Versions: 5.2.0 En

Re: Patch for NMS ConnectionFactory problem with ASP.NET

2008-11-19 Thread Jim Gomes
Scratch that last message. I was able to retrieve the patch by going to the Nabble website. I couldn't link to it from the e-mail message. I'll add it in later today. - Jim On Wed, Nov 19, 2008 at 8:24 AM, Jim Gomes <[EMAIL PROTECTED]> wrote: > Yeah, I'm not able to access it either. I am ge

Re: Patch for NMS ConnectionFactory problem with ASP.NET

2008-11-19 Thread Jim Gomes
Yeah, I'm not able to access it either. I am getting a 410 error: file has been deleted. Adding it to a JIRA issue would be great. On Wed, Nov 19, 2008 at 7:24 AM, Hiram Chirino <[EMAIL PROTECTED]>wrote: > Hi Dan, > > Looks like the URL to the patch in your emails is not loading up for > me. P

Re: Patch for NMS ConnectionFactory problem with ASP.NET

2008-11-19 Thread Hiram Chirino
Hi Dan, Looks like the URL to the patch in your emails is not loading up for me. Perhaps you should just attach it to a JIRA issue at: http://issues.apache.org/activemq/browse/AMQNET Regards, Hiram On Tue, Nov 18, 2008 at 11:30 AM, Daniel Ellis <[EMAIL PROTECTED]> wrote: > > Hello, > > Good to

[jira] Resolved: (AMQ-2005) javax.jms.JMSException: Timer already cancelled.

2008-11-19 Thread Gary Tully (JIRA)
[ https://issues.apache.org/activemq/browse/AMQ-2005?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Tully resolved AMQ-2005. - Resolution: Fixed > javax.jms.JMSException: Timer already cancelled. >

Re: Deprecation of file consumer timestamp

2008-11-19 Thread Claus Ibsen
> FWIW, I actually like the simple noop one for creating unit tests because it > allows you to just refer to the /src/test/resources folder in your project > instead of having to copy them to a work folder first. Yeah here it has a good purpose. I guess James Strachan and others have used it in uni