Re: IndexOutOfBoundsException in AMQMessageStore using 20071028.173739

2007-11-02 Thread Rob Davies
I wonder if you could take the latest again? cheers, Rob http://rajdavies.blogspot.com/ On Nov 2, 2007, at 7:26 AM, Andrew Miller wrote: Rob, Yeah, in general, I've been deleting the entire local store directory in between tests, since we're just testing it is not critical that the

Re: [jira] Created: (AMQNET-69) Various DefaultMessageConverter issues

2007-11-02 Thread David Holroyd
On Mon, Oct 01, 2007 at 03:55:22PM -0700, David Holroyd (JIRA) wrote: > Key: AMQNET-69 > URL: https://issues.apache.org/activemq/browse/AMQNET-69 > Project: ActiveMQ .Net > Issue Type: Bug > Components: MSMQ > Reporter:

[jira] Commented: (AMQ-1246) Sporatic ArrayOutOfBoundsException with Kaha persistence (in org.apache.activemq.kaha.impl.index.hash.HashPage.addHashEntry)

2007-11-02 Thread Rob Davies (JIRA)
[ https://issues.apache.org/activemq/browse/AMQ-1246?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_40555 ] Rob Davies commented on AMQ-1246: - Further enhancement by SVN revision 591442 > Sporatic ArrayOutOfBoundsException w

[jira] Assigned: (AMQ-1361) Logging improvement contribution

2007-11-02 Thread Rob Davies (JIRA)
[ https://issues.apache.org/activemq/browse/AMQ-1361?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rob Davies reassigned AMQ-1361: --- Assignee: Hiram Chirino (was: Rob Davies) > Logging improvement contribution > ---

[jira] Updated: (CAMEL-123) add an 'on commit / on rollback' hook so that non-transactional components can do things like delete files when the processing has completed

2007-11-02 Thread James Strachan (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-123?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Strachan updated CAMEL-123: - Assignee: (was: James Strachan) > add an 'on commit / on rollback' hook so that non-transa

[jira] Updated: (CAMEL-174) How to run example should be consistent across all examples

2007-11-02 Thread James Strachan (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-174?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Strachan updated CAMEL-174: - Assignee: (was: James Strachan) > How to run example should be consistent across all examp

[jira] Updated: (CAMEL-200) released archetype for 1.2.0 when ran generates a project using version 1.1-SNAPSHOT

2007-11-02 Thread James Strachan (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-200?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Strachan updated CAMEL-200: - Assignee: (was: James Strachan) > released archetype for 1.2.0 when ran generates a projec

[jira] Updated: (CAMEL-136) resequencer should support an optional Expression/Comparator to determine if the two messages belong to the same set (in which case should they be reordered)

2007-11-02 Thread James Strachan (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-136?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Strachan updated CAMEL-136: - Assignee: (was: James Strachan) > resequencer should support an optional Expression/Compar

[jira] Updated: (CAMEL-170) FW: Receipient *List* seems not to work in Camel 1.2.0

2007-11-02 Thread James Strachan (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-170?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Strachan updated CAMEL-170: - Assignee: (was: James Strachan) > FW: Receipient *List* seems not to work in Camel 1.2.0 >

[jira] Updated: (CAMEL-115) Provide access to the Exchange in TypeConverter#convert

2007-11-02 Thread James Strachan (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-115?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Strachan updated CAMEL-115: - Assignee: (was: James Strachan) > Provide access to the Exchange in TypeConverter#convert

[jira] Updated: (CAMEL-64) Camel DSL should use verbs for it's EIP actions.

2007-11-02 Thread James Strachan (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-64?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Strachan updated CAMEL-64: Assignee: (was: James Strachan) > Camel DSL should use verbs for it's EIP actions. > ---

[jira] Updated: (CAMEL-94) performance improvement: optimise FileProcessor for cases where the payload is a File

2007-11-02 Thread James Strachan (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-94?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Strachan updated CAMEL-94: Assignee: (was: James Strachan) > performance improvement: optimise FileProcessor for cases w

[jira] Updated: (CAMEL-122) port the error handler / dead letter channel / redelivery policy over to JAXB2 so you can fully customize it via XML

2007-11-02 Thread James Strachan (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-122?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Strachan updated CAMEL-122: - Assignee: (was: James Strachan) > port the error handler / dead letter channel / redeliver

[jira] Assigned: (CAMEL-202) add test cases to show that filter()...end().to("bar") and similarly with otherwise(), handle(), handleAll() allow you to escape the current block

2007-11-02 Thread James Strachan (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-202?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Strachan reassigned CAMEL-202: Assignee: Hadrian Zbarcea (was: James Strachan) fancy taking a stab? > add test cases

[jira] Created: (CAMEL-202) add test cases to show that filter()...end().to("bar") and similarly with otherwise(), handle(), handleAll() allow you to escape the current block

2007-11-02 Thread James Strachan (JIRA)
add test cases to show that filter()...end().to("bar") and similarly with otherwise(), handle(), handleAll() allow you to escape the current block --

[jira] Created: (CAMEL-201) allow expressions such as XQuery to be used as a transformer

2007-11-02 Thread James Strachan (JIRA)
allow expressions such as XQuery to be used as a transformer Key: CAMEL-201 URL: https://issues.apache.org/activemq/browse/CAMEL-201 Project: Apache Camel Issue Type: Improvement

[jira] Commented: (AMQ-1350) JDBC master/slave does not work properly with datasources that can reconnect to the database

2007-11-02 Thread Manish Bellani (JIRA)
[ https://issues.apache.org/activemq/browse/AMQ-1350?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_40553 ] Manish Bellani commented on AMQ-1350: - How About using DistributedLock from Jgroups to make the master/slave work?