RE: [jira] Created: (AMQ-899) mvn test fails with "com.thoughtworks.qdox.parser.ParseException: syntax error @[90,25] in file:.../activemq-core/src/main/java/org/apache/activemq/network/jms/JmsConnect

2006-08-28 Thread Fateev, Maxim
The following helped me to fix my local build: [EMAIL PROTECTED]:/workplace/fateev/activemq-head/trunk> svn diff Index: pom.xml === --- pom.xml (revision 437779) +++ pom.xml (working copy) @@ -495,17 +495,20 @@

Issue for 4.x version is not being looked at

2006-08-16 Thread Fateev, Maxim
I've submitted a patch at Friday against 4.x: http://issues.apache.org/activemq/browse/AMQ-877 But it doesn't show up in the list of outstanding issues for 4.x (https://issues.apache.org/activemq/secure/IssueNavigator.jspa?mode=hide&requestId=11102). Should I resubmit it against 4.1 to get it l

Proposed refactoring to allow alternative persistence mechanisms

2006-08-10 Thread Fateev, Maxim
Hi, We were looking at alternate message persistence mechanisms that can co-exist in current ActiveMQ code base and we are thinking of a mechanism that is somewhat incompatible with the current MessageStore and PersistenceAdapter APIs. Unfortunately, the current ActiveMQ broker d