[jira] Resolved: (AMQ-1091) add a source distro to the maven2 build

2006-12-12 Thread Fritz Oconer (JIRA)
 [ https://issues.apache.org/activemq/browse/AMQ-1091?page=all ]

Fritz Oconer resolved AMQ-1091.
---

Resolution: Fixed
  Assignee: Fritz Oconer

Updated the existing assembly-src profile in assembly module by providing the 
correct location to unix and windows source assembly descriptors. Revision: 
486479

 add a source distro to the maven2 build
 ---

 Key: AMQ-1091
 URL: https://issues.apache.org/activemq/browse/AMQ-1091
 Project: ActiveMQ
  Issue Type: Improvement
Reporter: james strachan
 Assigned To: Fritz Oconer
 Fix For: 4.2.0




-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://issues.apache.org/activemq/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




Re: steps to publish to a topic for BrokerFilter-based classes?

2006-12-06 Thread Fritz Oconer

Hi Patrick,

What I could suggest is to use JmsTemplate to send messages and possibly 
Spring based configurations. See unit test SpringTest.java and 
SpringProducer.java located in 
${activemq.source.home}\activemq-core\src\test\java\org\apache\activemq\spring\ 
 for reference.


Regards,
Fritz

- Original Message - 
From: J. Patrick Bedell [EMAIL PROTECTED]

To: activemq-dev@geronimo.apache.org
Sent: Thursday, December 07, 2006 7:04 AM
Subject: steps to publish to a topic for BrokerFilter-based classes?



Hello,
  I'm working on a Broker interceptor class that extends BrokerFilter.
  After processing an incoming message, I would like to publish to a
topic that is determined from the content of the message.
  My question is: is there a quicker way to publish to a topic from a
Broker than the standard method a client uses to publish (getting
connection, TopicSession, TopicPublisher, and then using the
TopicPublisher to publish)?
  Thanks!

--
  J. Patrick Bedell
  [EMAIL PROTECTED]
  http://infoeng.sourceforge.net
  http://rothbardix.blogspot.com 




[jira] Resolved: (AMQ-583) DiscoveryTransportBrokerTest can fail on some platforms

2006-11-29 Thread Fritz Oconer (JIRA)
 [ https://issues.apache.org/activemq/browse/AMQ-583?page=all ]

Fritz Oconer resolved AMQ-583.
--

Resolution: Fixed
  Assignee: Fritz Oconer  (was: Darwin Flores)

Test now successfully working in trunk - revision: 480854.

 DiscoveryTransportBrokerTest can fail on some platforms
 ---

 Key: AMQ-583
 URL: https://issues.apache.org/activemq/browse/AMQ-583
 Project: ActiveMQ
  Issue Type: Test
  Components: Test Cases
Affects Versions: 4.0 RC2
Reporter: james strachan
 Assigned To: Fritz Oconer

 e.g. on our CI test rig it works on aladdin but fils on iago, jafa, spinach.
 Could this be an envrionment thing? (other processes running on the box or 
 something - multicast not properly supported etc?) Or is it just something to 
 do with the test case?

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://issues.apache.org/activemq/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Resolved: (AMQ-526) get TwoBrokerMulticastQueueTest to work

2006-11-23 Thread Fritz Oconer (JIRA)
 [ https://issues.apache.org/activemq/browse/AMQ-526?page=all ]

Fritz Oconer resolved AMQ-526.
--

Resolution: Fixed

failover should wrap over other broker url protocol (e.g 
failover:(discovery:multicast://)).
Revision: 478558


 get TwoBrokerMulticastQueueTest to work
 ---

 Key: AMQ-526
 URL: https://issues.apache.org/activemq/browse/AMQ-526
 Project: ActiveMQ
  Issue Type: Test
  Components: Test Cases
Affects Versions: 4.0
Reporter: Adrian Co
 Assigned To: Fritz Oconer

 currently, some test case hangs, some fails.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://issues.apache.org/activemq/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Assigned: (AMQ-526) get TwoBrokerMulticastQueueTest to work

2006-11-19 Thread Fritz Oconer (JIRA)
 [ https://issues.apache.org/activemq/browse/AMQ-526?page=all ]

Fritz Oconer reassigned AMQ-526:


Assignee: Fritz Oconer  (was: Adrian Co)

 get TwoBrokerMulticastQueueTest to work
 ---

 Key: AMQ-526
 URL: https://issues.apache.org/activemq/browse/AMQ-526
 Project: ActiveMQ
  Issue Type: Test
  Components: Test Cases
Affects Versions: 4.0
Reporter: Adrian Co
 Assigned To: Fritz Oconer

 currently, some test case hangs, some fails.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://issues.apache.org/activemq/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




Re: ActiveMQ POM

2006-11-14 Thread Fritz Oconer

Hi,

I think the downside here is that it will loose reference to previous 
builds. Since development will not change to timestamp, then deploy will 
just overwrite the existing artifacts.


Regards,
Fritz

- Original Message - 
From: Hiram Chirino [EMAIL PROTECTED]

To: activemq-dev@geronimo.apache.org
Sent: Wednesday, November 15, 2006 12:52 AM
Subject: Re: ActiveMQ POM



Thanks Fritz!

I knew there had to be a reason that I was just not aware of.  What do
you think would be the downsides of not using the special SNAPSHOT
handling that maven provides?  What if we tagged our SNAPSHOT builds
with something like like DEVELOPMENT instead of SNAPSHOT.

I'm guessing that problem would go away, but what other ones would we get?

On 11/14/06, Guillaume Nodet [EMAIL PROTECTED] wrote:

This is also my experience.
If we just use the real version 4.2-SNAPSHOT
for example, it should also work and maven
should be able to change (*nearly*) all these
occurrences when using the release plugin.

I say nearly, because in ServiceMix, there are
some edge cases where this fail (when including
the version in files other than pom.xml like artifacts
resources for example).

On 11/14/06, Fritz Oconer [EMAIL PROTECTED] wrote:
 Hi,

 I added ${activemq-version} instead of ${project.version} basically as 
 a
 workaround for build failures due to differences in timestamp. If we 
 use

 ${project.version} then it will require all activemq type artifacts
 (specified as dependency in the parent pom.xml) to have the same 
 timestamp
 as the parent. This becomes an issue when nightly-build deploy fails 
 after
 some of the modules have been deployed causing some activemq modules to 
 have

 different timestamp as the parent. We can change this back to using
 project.version but we need to make sure that nightly-build always 
 deploys

 successfully or I wonder if there is another workaround for this?

 https://issues.apache.org/activemq/browse/AMQ-956

 Regards,
 Fritz

 - Original Message -
 From: Hiram Chirino [EMAIL PROTECTED]
 To: activemq-dev@geronimo.apache.org
 Sent: Tuesday, November 14, 2006 8:48 PM
 Subject: ActiveMQ POM


  Howdy,
 
  I was wondering if anybody knows why we are using
  ${activemq-version} instead of ${project.version} in our ActiveMQ
  poms??  When doing a release build, it's easy to forget that you need
  to updated the version in to places.  Can't we just use the
  ${project.version} variable??
 
  --
  Regards,
  Hiram
 
  Blog: http://hiramchirino.com




--
Cheers,
Guillaume Nodet




--
Regards,
Hiram

Blog: http://hiramchirino.com 




Re: [VOTE] Release Apache ActiveMQ 4.1.0 (RC 2)

2006-11-14 Thread Fritz Oconer

+1

Regards,
Fritz

- Original Message - 
From: Hiram Chirino [EMAIL PROTECTED]

To: activemq-dev@geronimo.apache.org; general@incubator.apache.org
Sent: Tuesday, November 14, 2006 1:07 PM
Subject: [VOTE] Release Apache ActiveMQ 4.1.0 (RC 2)



Hey folks,

I was able to finally get around to doing a binary release candidate
from the 4.1 branch.

it's available here:

http://people.apache.org/~chirino/incubator-activemq-4.1.0-RC2/m2-incubating-repository/org/apache/activemq/apache-activemq/4.1.0-incubator/

Maven 1 and Maven 2 repos for this release can be found at:
http://people.apache.org/~chirino/incubator-activemq-4.1.0-RC2

Here's the wiki page for the release notes:
http://incubator.apache.org/activemq/activemq-410-release.html

Please vote to approve this release binary

[ ] +1 Release the binary as Apache ActiveMQ  4.1.0
[ ] -1 Veto the release (provide specific comments)

This vote is being cross posted to the general incubator mailing list
also to expedite the voting process.

Here's my +1


--
Regards,
Hiram

Blog: http://hiramchirino.com 




Re: ActiveMQ POM

2006-11-14 Thread Fritz Oconer

Hi,

I added ${activemq-version} instead of ${project.version} basically as a 
workaround for build failures due to differences in timestamp. If we use 
${project.version} then it will require all activemq type artifacts 
(specified as dependency in the parent pom.xml) to have the same timestamp 
as the parent. This becomes an issue when nightly-build deploy fails after 
some of the modules have been deployed causing some activemq modules to have 
different timestamp as the parent. We can change this back to using 
project.version but we need to make sure that nightly-build always deploys 
successfully or I wonder if there is another workaround for this?


https://issues.apache.org/activemq/browse/AMQ-956

Regards,
Fritz

- Original Message - 
From: Hiram Chirino [EMAIL PROTECTED]

To: activemq-dev@geronimo.apache.org
Sent: Tuesday, November 14, 2006 8:48 PM
Subject: ActiveMQ POM



Howdy,

I was wondering if anybody knows why we are using
${activemq-version} instead of ${project.version} in our ActiveMQ
poms??  When doing a release build, it's easy to forget that you need
to updated the version in to places.  Can't we just use the
${project.version} variable??

--
Regards,
Hiram

Blog: http://hiramchirino.com 




Re: Lets vote: activemq-cpp-1.0 release

2006-11-13 Thread Fritz Oconer


+1

Regards,
Fritz

- Original Message - 
From: Timothy Bish [EMAIL PROTECTED]

To: activemq-dev@geronimo.apache.org
Sent: Friday, November 10, 2006 7:45 AM
Subject: Lets vote: activemq-cpp-1.0 release




I think it's about time we start this ball rolling, so let's take a vote 
on

whether to call the source archive located here:
http://people.apache.org/~tabish the official 1.0 release of activemq-cpp

What do you think, is it time to put this one to bed?

-
Timothy A. Bish





[jira] Created: (SM-698) fails: org.apache.servicemix.jbi.nmr.flow.jca.JcaFlowWithTxLogTest

2006-10-10 Thread Fritz Oconer (JIRA)
fails: org.apache.servicemix.jbi.nmr.flow.jca.JcaFlowWithTxLogTest
--

 Key: SM-698
 URL: https://issues.apache.org/activemq/browse/SM-698
 Project: ServiceMix
  Issue Type: Sub-task
  Components: servicemix-core
Affects Versions: incubation
Reporter: Fritz Oconer




-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://issues.apache.org/activemq/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Created: (SM-689) org.apache.servicemix.jms.JmsSpringJcaTest

2006-10-06 Thread Fritz Oconer (JIRA)
org.apache.servicemix.jms.JmsSpringJcaTest
--

 Key: SM-689
 URL: https://issues.apache.org/activemq/browse/SM-689
 Project: ServiceMix
  Issue Type: Sub-task
  Components: servicemix-jms
Affects Versions: incubation
Reporter: Fritz Oconer




-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://issues.apache.org/activemq/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Resolved: (AMQ-954) Compilation error when building activemq-web with test enabled.

2006-10-05 Thread Fritz Oconer (JIRA)
 [ https://issues.apache.org/activemq/browse/AMQ-954?page=all ]

Fritz Oconer resolved AMQ-954.
--

Resolution: Fixed

Done, the updated the activemq-core-test.jar with the correct content.

 Compilation error when building activemq-web with test enabled.
 ---

 Key: AMQ-954
 URL: https://issues.apache.org/activemq/browse/AMQ-954
 Project: ActiveMQ
  Issue Type: Bug
Reporter: Fritz Oconer
 Assigned To: Fritz Oconer
 Fix For: 4.1


 Exception below is thrown when building activemq-web with test enabled.
 Compiling 1 source file to 
 /home/continuum/repository/activemq4/trunk/activemq-web/target/test-classes
 [INFO] 
 
 [ERROR] BUILD FAILURE
 [INFO] 
 
 [INFO] Compilation failure
 /home/continuum/repository/activemq4/trunk/activemq-web/src/test/java/org/apache/activemq/web/JettyServer.java:[22,32]
  package org.apache.activemq.demo does not exist
 /home/continuum/repository/activemq4/trunk/activemq-web/src/test/java/org/apache/activemq/web/JettyServer.java:[54,8]
  cannot find symbol
 symbol  : variable DefaultQueueSender
 location: class org.apache.activemq.web.JettyServer

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://issues.apache.org/activemq/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Created: (AMQ-956) Build Issue on snapshot timestamp when downloading transitive dependencies.

2006-10-05 Thread Fritz Oconer (JIRA)
Build Issue on snapshot timestamp when downloading transitive dependencies.
---

 Key: AMQ-956
 URL: https://issues.apache.org/activemq/browse/AMQ-956
 Project: ActiveMQ
  Issue Type: Improvement
Reporter: Fritz Oconer
 Assigned To: Fritz Oconer
 Fix For: 4.1


There are instances when build is unable to download an activemq transitive 
dependencies due to difference in the snapshot timestamp.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://issues.apache.org/activemq/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Resolved: (AMQ-956) Build Issue on snapshot timestamp when downloading transitive dependencies.

2006-10-05 Thread Fritz Oconer (JIRA)
 [ https://issues.apache.org/activemq/browse/AMQ-956?page=all ]

Fritz Oconer resolved AMQ-956.
--

Resolution: Fixed

Done, created an activemq-version property that will be used instead of using 
${pom.version}.

 Build Issue on snapshot timestamp when downloading transitive dependencies.
 ---

 Key: AMQ-956
 URL: https://issues.apache.org/activemq/browse/AMQ-956
 Project: ActiveMQ
  Issue Type: Improvement
Reporter: Fritz Oconer
 Assigned To: Fritz Oconer
 Fix For: 4.1


 There are instances when build is unable to download an activemq transitive 
 dependencies due to difference in the snapshot timestamp.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://issues.apache.org/activemq/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Commented: (AMQ-956) Build Issue on snapshot timestamp when downloading transitive dependencies.

2006-10-05 Thread Fritz Oconer (JIRA)
[ 
https://issues.apache.org/activemq/browse/AMQ-956?page=comments#action_37105 ] 

Fritz Oconer commented on AMQ-956:
--

revision: 453166

 Build Issue on snapshot timestamp when downloading transitive dependencies.
 ---

 Key: AMQ-956
 URL: https://issues.apache.org/activemq/browse/AMQ-956
 Project: ActiveMQ
  Issue Type: Improvement
Reporter: Fritz Oconer
 Assigned To: Fritz Oconer
 Fix For: 4.1


 There are instances when build is unable to download an activemq transitive 
 dependencies due to difference in the snapshot timestamp.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://issues.apache.org/activemq/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Created: (SM-680) org.apache.servicemix.soap.handlers.security.WSSecurityHandlerTest

2006-10-05 Thread Fritz Oconer (JIRA)
org.apache.servicemix.soap.handlers.security.WSSecurityHandlerTest
--

 Key: SM-680
 URL: https://issues.apache.org/activemq/browse/SM-680
 Project: ServiceMix
  Issue Type: Sub-task
  Components: servicemix-soap
Affects Versions: incubation
Reporter: Fritz Oconer




-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://issues.apache.org/activemq/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Created: (SM-681) org.apache.servicemix.jsr181.Jsr181SpringTest

2006-10-05 Thread Fritz Oconer (JIRA)
org.apache.servicemix.jsr181.Jsr181SpringTest
-

 Key: SM-681
 URL: https://issues.apache.org/activemq/browse/SM-681
 Project: ServiceMix
  Issue Type: Sub-task
  Components: servicemix-jsr181
Affects Versions: incubation
Reporter: Fritz Oconer




-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://issues.apache.org/activemq/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Created: (SM-682) org.apache.servicemix.jsr181.Jsr181SpringProxyTest

2006-10-05 Thread Fritz Oconer (JIRA)
org.apache.servicemix.jsr181.Jsr181SpringProxyTest
--

 Key: SM-682
 URL: https://issues.apache.org/activemq/browse/SM-682
 Project: ServiceMix
  Issue Type: Sub-task
  Components: servicemix-jsr181
Affects Versions: incubation
Reporter: Fritz Oconer




-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://issues.apache.org/activemq/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Created: (SM-683) org.apache.servicemix.jsr181.Jsr181ProxySUTest

2006-10-05 Thread Fritz Oconer (JIRA)
org.apache.servicemix.jsr181.Jsr181ProxySUTest
--

 Key: SM-683
 URL: https://issues.apache.org/activemq/browse/SM-683
 Project: ServiceMix
  Issue Type: Sub-task
  Components: servicemix-jsr181
Affects Versions: incubation
Reporter: Fritz Oconer




-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://issues.apache.org/activemq/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Updated: (SM-684) (servicemix-itests) org.apache.servicemix.itests.deadlock.DeadlockTest

2006-10-05 Thread Fritz Oconer (JIRA)
 [ https://issues.apache.org/activemq/browse/SM-684?page=all ]

Fritz Oconer updated SM-684:


Summary: (servicemix-itests) 
org.apache.servicemix.itests.deadlock.DeadlockTest  (was: 
org.apache.servicemix.itests.deadlock.DeadlockTest)
Component/s: (was: servicemix-jsr181)

 (servicemix-itests) org.apache.servicemix.itests.deadlock.DeadlockTest
 --

 Key: SM-684
 URL: https://issues.apache.org/activemq/browse/SM-684
 Project: ServiceMix
  Issue Type: Sub-task
Affects Versions: incubation
Reporter: Fritz Oconer



-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://issues.apache.org/activemq/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Created: (SM-684) org.apache.servicemix.itests.deadlock.DeadlockTest

2006-10-05 Thread Fritz Oconer (JIRA)
org.apache.servicemix.itests.deadlock.DeadlockTest
--

 Key: SM-684
 URL: https://issues.apache.org/activemq/browse/SM-684
 Project: ServiceMix
  Issue Type: Sub-task
  Components: servicemix-jsr181
Affects Versions: incubation
Reporter: Fritz Oconer




-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://issues.apache.org/activemq/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Created: (SM-685) (servicemix-itests) org.apache.servicemix.itests.WSNComponentTest

2006-10-05 Thread Fritz Oconer (JIRA)
(servicemix-itests) org.apache.servicemix.itests.WSNComponentTest
-

 Key: SM-685
 URL: https://issues.apache.org/activemq/browse/SM-685
 Project: ServiceMix
  Issue Type: Sub-task
Affects Versions: incubation
Reporter: Fritz Oconer




-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://issues.apache.org/activemq/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Created: (SM-686) (servicemix-itests) org.apache.servicemix.itests.Jsr181HttpTest

2006-10-05 Thread Fritz Oconer (JIRA)
(servicemix-itests) org.apache.servicemix.itests.Jsr181HttpTest
---

 Key: SM-686
 URL: https://issues.apache.org/activemq/browse/SM-686
 Project: ServiceMix
  Issue Type: Sub-task
Affects Versions: incubation
Reporter: Fritz Oconer




-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://issues.apache.org/activemq/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Created: (SM-687) (servicemix-itests) org.apache.servicemix.itests.HttpJmsRoundtripTest

2006-10-05 Thread Fritz Oconer (JIRA)
(servicemix-itests) org.apache.servicemix.itests.HttpJmsRoundtripTest
-

 Key: SM-687
 URL: https://issues.apache.org/activemq/browse/SM-687
 Project: ServiceMix
  Issue Type: Sub-task
Affects Versions: incubation
Reporter: Fritz Oconer




-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://issues.apache.org/activemq/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Created: (SM-688) (servicemix-itests) org.apache.servicemix.itests.EIPAndXsltTest

2006-10-05 Thread Fritz Oconer (JIRA)
(servicemix-itests) org.apache.servicemix.itests.EIPAndXsltTest
---

 Key: SM-688
 URL: https://issues.apache.org/activemq/browse/SM-688
 Project: ServiceMix
  Issue Type: Sub-task
Affects Versions: incubation
Reporter: Fritz Oconer




-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://issues.apache.org/activemq/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Created: (SM-660) org.apache.servicemix.eip.DeploymentTest

2006-10-04 Thread Fritz Oconer (JIRA)
org.apache.servicemix.eip.DeploymentTest


 Key: SM-660
 URL: https://issues.apache.org/activemq/browse/SM-660
 Project: ServiceMix
  Issue Type: Sub-task
  Components: servicemix-eip
Affects Versions: incubation
Reporter: Fritz Oconer




-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://issues.apache.org/activemq/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Created: (SM-662) org.apache.servicemix.eip.SpringConfigurationTest

2006-10-04 Thread Fritz Oconer (JIRA)
org.apache.servicemix.eip.SpringConfigurationTest
-

 Key: SM-662
 URL: https://issues.apache.org/activemq/browse/SM-662
 Project: ServiceMix
  Issue Type: Sub-task
  Components: servicemix-eip
Affects Versions: incubation
Reporter: Fritz Oconer




-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://issues.apache.org/activemq/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Created: (SM-661) org.apache.servicemix.eip.support.NamespaceContextImplTest

2006-10-04 Thread Fritz Oconer (JIRA)
org.apache.servicemix.eip.support.NamespaceContextImplTest
--

 Key: SM-661
 URL: https://issues.apache.org/activemq/browse/SM-661
 Project: ServiceMix
  Issue Type: Sub-task
  Components: servicemix-eip
Affects Versions: incubation
Reporter: Fritz Oconer




-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://issues.apache.org/activemq/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Created: (SM-665) org.apache.servicemix.http.HttpTxTest

2006-10-04 Thread Fritz Oconer (JIRA)
org.apache.servicemix.http.HttpTxTest
-

 Key: SM-665
 URL: https://issues.apache.org/activemq/browse/SM-665
 Project: ServiceMix
  Issue Type: Sub-task
  Components: servicemix-http
Affects Versions: incubation
Reporter: Fritz Oconer




-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://issues.apache.org/activemq/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Created: (SM-667) org.apache.servicemix.common.TransactionsTest

2006-10-04 Thread Fritz Oconer (JIRA)
org.apache.servicemix.common.TransactionsTest
-

 Key: SM-667
 URL: https://issues.apache.org/activemq/browse/SM-667
 Project: ServiceMix
  Issue Type: Sub-task
  Components: servicemix-common
Affects Versions: incubation
Reporter: Fritz Oconer




-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://issues.apache.org/activemq/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Created: (SM-654) org.apache.servicemix.eip.PipelineTxTest

2006-10-04 Thread Fritz Oconer (JIRA)
org.apache.servicemix.eip.PipelineTxTest


 Key: SM-654
 URL: https://issues.apache.org/activemq/browse/SM-654
 Project: ServiceMix
  Issue Type: Sub-task
  Components: servicemix-eip
Affects Versions: incubation
Reporter: Fritz Oconer




-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://issues.apache.org/activemq/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Created: (SM-653) org.apache.servicemix.eip.WireTapJmsFlowTest

2006-10-04 Thread Fritz Oconer (JIRA)
org.apache.servicemix.eip.WireTapJmsFlowTest


 Key: SM-653
 URL: https://issues.apache.org/activemq/browse/SM-653
 Project: ServiceMix
  Issue Type: Sub-task
  Components: servicemix-eip
Affects Versions: incubation
Reporter: Fritz Oconer




-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://issues.apache.org/activemq/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Created: (SM-652) org.apache.servicemix.eip.StaticRoutingSlipTxTest

2006-10-04 Thread Fritz Oconer (JIRA)
org.apache.servicemix.eip.StaticRoutingSlipTxTest
-

 Key: SM-652
 URL: https://issues.apache.org/activemq/browse/SM-652
 Project: ServiceMix
  Issue Type: Sub-task
  Components: servicemix-eip
Affects Versions: incubation
Reporter: Fritz Oconer




-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://issues.apache.org/activemq/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Created: (SM-657) org.apache.servicemix.eip.MessageFilterTxTest

2006-10-04 Thread Fritz Oconer (JIRA)
org.apache.servicemix.eip.MessageFilterTxTest
-

 Key: SM-657
 URL: https://issues.apache.org/activemq/browse/SM-657
 Project: ServiceMix
  Issue Type: Sub-task
  Components: servicemix-eip
Affects Versions: incubation
Reporter: Fritz Oconer




-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://issues.apache.org/activemq/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Created: (SM-656) org.apache.servicemix.eip.StaticRecipientListTxTest

2006-10-04 Thread Fritz Oconer (JIRA)
org.apache.servicemix.eip.StaticRecipientListTxTest
---

 Key: SM-656
 URL: https://issues.apache.org/activemq/browse/SM-656
 Project: ServiceMix
  Issue Type: Sub-task
  Components: servicemix-eip
Affects Versions: incubation
Reporter: Fritz Oconer




-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://issues.apache.org/activemq/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Created: (SM-655) org.apache.servicemix.eip.SplitAggregatorTxTest

2006-10-04 Thread Fritz Oconer (JIRA)
org.apache.servicemix.eip.SplitAggregatorTxTest
---

 Key: SM-655
 URL: https://issues.apache.org/activemq/browse/SM-655
 Project: ServiceMix
  Issue Type: Sub-task
  Components: servicemix-eip
Affects Versions: incubation
Reporter: Fritz Oconer




-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://issues.apache.org/activemq/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Created: (SM-664) org.apache.servicemix.http.HttpAddressingTest (Hangs)

2006-10-04 Thread Fritz Oconer (JIRA)
org.apache.servicemix.http.HttpAddressingTest (Hangs)
-

 Key: SM-664
 URL: https://issues.apache.org/activemq/browse/SM-664
 Project: ServiceMix
  Issue Type: Sub-task
  Components: servicemix-http
Affects Versions: incubation
Reporter: Fritz Oconer




-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://issues.apache.org/activemq/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Created: (SM-625) Failed unit test (servicemix-core) : org.apache.servicemix.jbi.nmr.flow.MultipleFlowsTest

2006-10-03 Thread Fritz Oconer (JIRA)
Failed unit test (servicemix-core) : 
org.apache.servicemix.jbi.nmr.flow.MultipleFlowsTest
-

 Key: SM-625
 URL: https://issues.apache.org/activemq/browse/SM-625
 Project: ServiceMix
  Issue Type: Sub-task
  Components: servicemix-core
Affects Versions: incubation
Reporter: Fritz Oconer
 Fix For: incubation




-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://issues.apache.org/activemq/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Created: (SM-626) Failed unit test (servicemix-core) : org.apache.servicemix.client.RemoteServiceMixClientTest

2006-10-03 Thread Fritz Oconer (JIRA)
Failed unit test (servicemix-core) : 
org.apache.servicemix.client.RemoteServiceMixClientTest


 Key: SM-626
 URL: https://issues.apache.org/activemq/browse/SM-626
 Project: ServiceMix
  Issue Type: Sub-task
Affects Versions: incubation
Reporter: Fritz Oconer
 Fix For: incubation




-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://issues.apache.org/activemq/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Created: (SM-627) Failed unit test (servicemix-core) : org.apache.servicemix.jbi.nmr.flow.jca.JCAFlowTest

2006-10-03 Thread Fritz Oconer (JIRA)
Failed unit test (servicemix-core) : 
org.apache.servicemix.jbi.nmr.flow.jca.JCAFlowTest
---

 Key: SM-627
 URL: https://issues.apache.org/activemq/browse/SM-627
 Project: ServiceMix
  Issue Type: Sub-task
  Components: servicemix-core
Affects Versions: incubation
Reporter: Fritz Oconer
 Fix For: incubation




-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://issues.apache.org/activemq/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Created: (SM-630) org.apache.servicemix.jbi.messaging.JcaFlowTransactionTest

2006-10-03 Thread Fritz Oconer (JIRA)
org.apache.servicemix.jbi.messaging.JcaFlowTransactionTest
--

 Key: SM-630
 URL: https://issues.apache.org/activemq/browse/SM-630
 Project: ServiceMix
  Issue Type: Sub-task
  Components: servicemix-core
Affects Versions: incubation
Reporter: Fritz Oconer




-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://issues.apache.org/activemq/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Created: (SM-633) org.apache.servicemix.jbi.nmr.flow.jms.StatelessJcaFlowTest

2006-10-03 Thread Fritz Oconer (JIRA)
org.apache.servicemix.jbi.nmr.flow.jms.StatelessJcaFlowTest
---

 Key: SM-633
 URL: https://issues.apache.org/activemq/browse/SM-633
 Project: ServiceMix
  Issue Type: Sub-task
  Components: servicemix-core
Affects Versions: incubation
Reporter: Fritz Oconer




-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://issues.apache.org/activemq/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Created: (SM-635) org.apache.servicemix.jbi.jaxp.StaxSourceTest

2006-10-03 Thread Fritz Oconer (JIRA)
org.apache.servicemix.jbi.jaxp.StaxSourceTest
-

 Key: SM-635
 URL: https://issues.apache.org/activemq/browse/SM-635
 Project: ServiceMix
  Issue Type: Sub-task
  Components: servicemix-core
Affects Versions: incubation
Reporter: Fritz Oconer




-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://issues.apache.org/activemq/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Created: (SM-640) org.apache.servicemix.jbi.management.ManagementContextTest

2006-10-03 Thread Fritz Oconer (JIRA)
org.apache.servicemix.jbi.management.ManagementContextTest
--

 Key: SM-640
 URL: https://issues.apache.org/activemq/browse/SM-640
 Project: ServiceMix
  Issue Type: Sub-task
  Components: servicemix-core
Affects Versions: incubation
Reporter: Fritz Oconer




-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://issues.apache.org/activemq/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Created: (SM-637) org.apache.servicemix.jbi.management.task.JbiTaskTest

2006-10-03 Thread Fritz Oconer (JIRA)
org.apache.servicemix.jbi.management.task.JbiTaskTest
-

 Key: SM-637
 URL: https://issues.apache.org/activemq/browse/SM-637
 Project: ServiceMix
  Issue Type: Sub-task
  Components: servicemix-core
Affects Versions: incubation
Reporter: Fritz Oconer




-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://issues.apache.org/activemq/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Created: (SM-642) org.apache.servicemix.components.saaj.SaajSoapActionTest (Hangs)

2006-10-03 Thread Fritz Oconer (JIRA)
org.apache.servicemix.components.saaj.SaajSoapActionTest (Hangs)


 Key: SM-642
 URL: https://issues.apache.org/activemq/browse/SM-642
 Project: ServiceMix
  Issue Type: Sub-task
  Components: servicemix-components
Reporter: Fritz Oconer
 Fix For: incubation




-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://issues.apache.org/activemq/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Created: (SM-644) org.apache.servicemix.components.jms.JmsBindingTest

2006-10-03 Thread Fritz Oconer (JIRA)
org.apache.servicemix.components.jms.JmsBindingTest
---

 Key: SM-644
 URL: https://issues.apache.org/activemq/browse/SM-644
 Project: ServiceMix
  Issue Type: Sub-task
Affects Versions: incubation
Reporter: Fritz Oconer




-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://issues.apache.org/activemq/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Created: (SM-643) org.apache.servicemix.components.xslt.OptionalAxisQueriesTest

2006-10-03 Thread Fritz Oconer (JIRA)
org.apache.servicemix.components.xslt.OptionalAxisQueriesTest
-

 Key: SM-643
 URL: https://issues.apache.org/activemq/browse/SM-643
 Project: ServiceMix
  Issue Type: Sub-task
  Components: servicemix-components
Affects Versions: incubation
Reporter: Fritz Oconer




-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://issues.apache.org/activemq/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Created: (SM-646) org.apache.servicemix.components.http.HttpSoapAndSaajTest

2006-10-03 Thread Fritz Oconer (JIRA)
org.apache.servicemix.components.http.HttpSoapAndSaajTest
-

 Key: SM-646
 URL: https://issues.apache.org/activemq/browse/SM-646
 Project: ServiceMix
  Issue Type: Sub-task
  Components: servicemix-components
Affects Versions: incubation
Reporter: Fritz Oconer




-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://issues.apache.org/activemq/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Created: (SM-647) org.apache.servicemix.components.jms.JmsBindingClusterTest

2006-10-03 Thread Fritz Oconer (JIRA)
org.apache.servicemix.components.jms.JmsBindingClusterTest
--

 Key: SM-647
 URL: https://issues.apache.org/activemq/browse/SM-647
 Project: ServiceMix
  Issue Type: Sub-task
  Components: servicemix-components
Affects Versions: incubation
Reporter: Fritz Oconer




-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://issues.apache.org/activemq/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Created: (SM-650) org.apache.servicemix.components.xslt.TransformComponentTest

2006-10-03 Thread Fritz Oconer (JIRA)
org.apache.servicemix.components.xslt.TransformComponentTest


 Key: SM-650
 URL: https://issues.apache.org/activemq/browse/SM-650
 Project: ServiceMix
  Issue Type: Sub-task
Affects Versions: incubation
Reporter: Fritz Oconer




-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://issues.apache.org/activemq/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Created: (SM-623) Unit test that fails when building using maven2.

2006-10-03 Thread Fritz Oconer (JIRA)
Unit test that fails when building using maven2.


 Key: SM-623
 URL: https://issues.apache.org/activemq/browse/SM-623
 Project: ServiceMix
  Issue Type: Test
Reporter: Fritz Oconer


Check the sub tasks. These are unit tests that fails when building using maven 
2 and jdk1.5

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://issues.apache.org/activemq/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Created: (SM-624) Failed unit test (servicemix-core) : org.apache.servicemix.jbi.nmr.flow.jms.MultipleJMSFlowTest

2006-10-03 Thread Fritz Oconer (JIRA)
Failed unit test (servicemix-core) : 
org.apache.servicemix.jbi.nmr.flow.jms.MultipleJMSFlowTest
---

 Key: SM-624
 URL: https://issues.apache.org/activemq/browse/SM-624
 Project: ServiceMix
  Issue Type: Sub-task
  Components: servicemix-core
Affects Versions: incubation
 Environment: Windows and linux
Reporter: Fritz Oconer
 Fix For: incubation




-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://issues.apache.org/activemq/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Created: (SM-651) org.apache.servicemix.bpe.BPEDeployerTest

2006-10-03 Thread Fritz Oconer (JIRA)
org.apache.servicemix.bpe.BPEDeployerTest
-

 Key: SM-651
 URL: https://issues.apache.org/activemq/browse/SM-651
 Project: ServiceMix
  Issue Type: Sub-task
  Components: servicemix-bpe
Affects Versions: incubation
Reporter: Fritz Oconer




-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://issues.apache.org/activemq/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Created: (AMQ-954) Compilation error when building activemq-web with test enabled.

2006-10-02 Thread Fritz Oconer (JIRA)
Compilation error when building activemq-web with test enabled.
---

 Key: AMQ-954
 URL: https://issues.apache.org/activemq/browse/AMQ-954
 Project: ActiveMQ
  Issue Type: Bug
Reporter: Fritz Oconer
 Assigned To: Fritz Oconer
 Fix For: 4.1


Exception below is thrown when building activemq-web with test enabled.

Compiling 1 source file to 
/home/continuum/repository/activemq4/trunk/activemq-web/target/test-classes
[INFO] 
[ERROR] BUILD FAILURE
[INFO] 
[INFO] Compilation failure

/home/continuum/repository/activemq4/trunk/activemq-web/src/test/java/org/apache/activemq/web/JettyServer.java:[22,32]
 package org.apache.activemq.demo does not exist

/home/continuum/repository/activemq4/trunk/activemq-web/src/test/java/org/apache/activemq/web/JettyServer.java:[54,8]
 cannot find symbol
symbol  : variable DefaultQueueSender
location: class org.apache.activemq.web.JettyServer


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://issues.apache.org/activemq/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Assigned: (AMQ-936) Expired Messages being delivered

2006-09-28 Thread Fritz Oconer (JIRA)
 [ https://issues.apache.org/activemq/browse/AMQ-936?page=all ]

Fritz Oconer reassigned AMQ-936:


Assignee: Fritz Oconer

 Expired Messages being delivered
 

 Key: AMQ-936
 URL: https://issues.apache.org/activemq/browse/AMQ-936
 Project: ActiveMQ
  Issue Type: Bug
Affects Versions: 4.0.1, 4.0.2
 Environment: Win XP. ActiveMQ 4.0.1
Reporter: Patrick Hourigan
 Assigned To: Fritz Oconer

 I have a sample app that sends a message to a queue, that has 
 producer.setTimeToLive(5000);
 I take this to mean that any message sent via this producer will expire after 
 5 seconds
 When I attach a consumer and try to consume after ay 10 seconds the messages 
 are delivered. 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://issues.apache.org/activemq/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Resolved: (AMQ-934) Error building assembly in branch activemq-4.0

2006-09-21 Thread Fritz Oconer (JIRA)
 [ https://issues.apache.org/activemq/browse/AMQ-934?page=all ]

Fritz Oconer resolved AMQ-934.
--

Resolution: Fixed

Changes:
1. Updated version of javacc and assembly plugin because it was unable to 
download the snapshot versions.
2. Used ant plugin to create the run.jar because the exception on this issue 
was due run.jar assembly execution. 

 Error building assembly in branch activemq-4.0
 --

 Key: AMQ-934
 URL: https://issues.apache.org/activemq/browse/AMQ-934
 Project: ActiveMQ
  Issue Type: Bug
Affects Versions: 4.0
Reporter: Fritz Oconer
 Assigned To: Fritz Oconer
 Fix For: 4.0


 Exception thrown:
 This artifact might be in your project's POM, or it might have been included 
 transitively during the resolution process. Here is the information we do 
 have for this artifact:
 o GroupID: incubator-activemq
 o ArtifactID:  incubator-activemq
 o Version: 4.0.2-SNAPSHOT
 o Type:jar
 [INFO] 
 
 [INFO] Trace
 org.apache.maven.artifact.InvalidArtifactRTException: For artifact 
 {incubator-activemq:incubator-activemq:4.0.2-SNAPSHOT:jar}: An attached 
 artifact must have a different ID than its corresponding main artifact.
 at 
 org.apache.maven.project.artifact.AttachedArtifact.init(AttachedArtifact.java:48)
 at 
 org.apache.maven.project.DefaultMavenProjectHelper.attachArtifact(DefaultMavenProjectHelper.java:50)
 at 
 org.apache.maven.plugin.assembly.AbstractAssemblyMojo.createAssembly(AbstractAssemblyMojo.java:290)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://issues.apache.org/activemq/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Updated: (AMQ-934) Error building assembly in branch activemq-4.0

2006-09-21 Thread Fritz Oconer (JIRA)
 [ https://issues.apache.org/activemq/browse/AMQ-934?page=all ]

Fritz Oconer updated AMQ-934:
-


revision: 448814

 Error building assembly in branch activemq-4.0
 --

 Key: AMQ-934
 URL: https://issues.apache.org/activemq/browse/AMQ-934
 Project: ActiveMQ
  Issue Type: Bug
Affects Versions: 4.0
Reporter: Fritz Oconer
 Assigned To: Fritz Oconer
 Fix For: 4.0


 Exception thrown:
 This artifact might be in your project's POM, or it might have been included 
 transitively during the resolution process. Here is the information we do 
 have for this artifact:
 o GroupID: incubator-activemq
 o ArtifactID:  incubator-activemq
 o Version: 4.0.2-SNAPSHOT
 o Type:jar
 [INFO] 
 
 [INFO] Trace
 org.apache.maven.artifact.InvalidArtifactRTException: For artifact 
 {incubator-activemq:incubator-activemq:4.0.2-SNAPSHOT:jar}: An attached 
 artifact must have a different ID than its corresponding main artifact.
 at 
 org.apache.maven.project.artifact.AttachedArtifact.init(AttachedArtifact.java:48)
 at 
 org.apache.maven.project.DefaultMavenProjectHelper.attachArtifact(DefaultMavenProjectHelper.java:50)
 at 
 org.apache.maven.plugin.assembly.AbstractAssemblyMojo.createAssembly(AbstractAssemblyMojo.java:290)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://issues.apache.org/activemq/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Assigned: (AMQ-934) Error building assembly in branch activemq-4.0

2006-09-21 Thread Fritz Oconer (JIRA)
 [ https://issues.apache.org/activemq/browse/AMQ-934?page=all ]

Fritz Oconer reassigned AMQ-934:


Assignee: Fritz Oconer

 Error building assembly in branch activemq-4.0
 --

 Key: AMQ-934
 URL: https://issues.apache.org/activemq/browse/AMQ-934
 Project: ActiveMQ
  Issue Type: Bug
Affects Versions: 4.0
Reporter: Fritz Oconer
 Assigned To: Fritz Oconer
 Fix For: 4.0


 Exception thrown:
 This artifact might be in your project's POM, or it might have been included 
 transitively during the resolution process. Here is the information we do 
 have for this artifact:
 o GroupID: incubator-activemq
 o ArtifactID:  incubator-activemq
 o Version: 4.0.2-SNAPSHOT
 o Type:jar
 [INFO] 
 
 [INFO] Trace
 org.apache.maven.artifact.InvalidArtifactRTException: For artifact 
 {incubator-activemq:incubator-activemq:4.0.2-SNAPSHOT:jar}: An attached 
 artifact must have a different ID than its corresponding main artifact.
 at 
 org.apache.maven.project.artifact.AttachedArtifact.init(AttachedArtifact.java:48)
 at 
 org.apache.maven.project.DefaultMavenProjectHelper.attachArtifact(DefaultMavenProjectHelper.java:50)
 at 
 org.apache.maven.plugin.assembly.AbstractAssemblyMojo.createAssembly(AbstractAssemblyMojo.java:290)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://issues.apache.org/activemq/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Created: (AMQ-902) Exception thrown when compiling activemq-optional.

2006-08-30 Thread Fritz Oconer (JIRA)
Exception thrown when compiling activemq-optional.
--

 Key: AMQ-902
 URL: https://issues.apache.org/activemq/browse/AMQ-902
 Project: ActiveMQ
  Issue Type: Bug
  Components: Transport
Reporter: Fritz Oconer
 Assigned To: Fritz Oconer
Priority: Critical


The exception below is thrown when compiling activemq-optional.

[WARNING] Unable to get resource from repository central 
(http://ibiblio.org/maven2/)
[INFO] [compiler:compile]
Compiling 12 source files to 
D:\logicblaze\working-source\activemq\activemq-optional\target\classes
[INFO] 
[ERROR] BUILD FAILURE
[INFO] 
[INFO] Compilation failure

D:\logicblaze\working-source\activemq\activemq-optional\src\main\java\org\apache\activemq\transport\https\HttpsTransportServer.java:[51,36]
 cannot find symbol
symbol  : method setAlgorithm(java.lang.String)
location: class org.mortbay.jetty.security.SslSocketConnector



There was an update made on jetty dependency version from 6.0.0rc0 to 6.0.0rc2 
wherein the method setAlgorithm(String) of 
org.mortbay.jetty.security.SslSocketConnector was changed to a more specific 
methods setSecureRandomAlgorithm(String), 
setSslKeyManagerFactoryAlgorithm(String) and 
setSslTrustManagerFactoryAlgorithm(String). This change caused the class 
HttpsTransportServer. to throw an exception since it can no longer find the 
setAlgorithm(String) method. 




-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://issues.apache.org/activemq/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Created: (AMQ-901) Error executing build on activemq-core.

2006-08-29 Thread Fritz Oconer (JIRA)
Error executing build on activemq-core.
---

 Key: AMQ-901
 URL: https://issues.apache.org/activemq/browse/AMQ-901
 Project: ActiveMQ
  Issue Type: Bug
Reporter: Fritz Oconer
 Assigned To: Fritz Oconer


Below is the exception thrown.

--- Nested Exception ---
com.thoughtworks.qdox.parser.ParseException: syntax error @[90,25] in file:/D:/l
ogicblaze/working-source/activemq/activemq-core/src/main/java/org/apache/activem
q/network/jms/JmsConnector.java
at com.thoughtworks.qdox.parser.impl.Parser.yyerror(Parser.java:611)
at com.thoughtworks.qdox.parser.impl.Parser.yyparse(Parser.java:719)

This exception is due to the version of maven-xbean-plugin used.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://issues.apache.org/activemq/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Resolved: (AMQ-901) Error executing build on activemq-core.

2006-08-29 Thread Fritz Oconer (JIRA)
 [ https://issues.apache.org/activemq/browse/AMQ-901?page=all ]

Fritz Oconer resolved AMQ-901.
--

Fix Version/s: 4.1
   Resolution: Fixed

Changed version of maven-xbean-plugin to release version 2.5.

 Error executing build on activemq-core.
 ---

 Key: AMQ-901
 URL: https://issues.apache.org/activemq/browse/AMQ-901
 Project: ActiveMQ
  Issue Type: Bug
Reporter: Fritz Oconer
 Assigned To: Fritz Oconer
 Fix For: 4.1


 Below is the exception thrown.
 --- Nested Exception ---
 com.thoughtworks.qdox.parser.ParseException: syntax error @[90,25] in 
 file:/D:/l
 ogicblaze/working-source/activemq/activemq-core/src/main/java/org/apache/activem
 q/network/jms/JmsConnector.java
 at com.thoughtworks.qdox.parser.impl.Parser.yyerror(Parser.java:611)
 at com.thoughtworks.qdox.parser.impl.Parser.yyparse(Parser.java:719)
 This exception is due to the version of maven-xbean-plugin used.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://issues.apache.org/activemq/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Resolved: (SM-561) Error while building assembly.

2006-08-28 Thread Fritz Oconer (JIRA)
 [ https://issues.apache.org/activemq/browse/SM-561?page=all ]

Fritz Oconer resolved SM-561.
-

Resolution: Fixed

Included ${basedir} on the files path of the assembly descriptor. This is 
because the files path is relative to the parent instead on the executing 
module. 

 Error while building assembly.
 --

 Key: SM-561
 URL: https://issues.apache.org/activemq/browse/SM-561
 Project: ServiceMix
  Issue Type: Bug
  Components: servicemix-assembly
Reporter: Fritz Oconer
 Assigned To: Fritz Oconer
Priority: Blocker
 Fix For: 3.0


 [WARNING] Unable to get resource from repository codehaus-snapshot-repo 
 (http://
 snapshots.repository.codehaus.org)
 [INFO] [assembly:attached {execution: bin}]
 [INFO] 
 
 [ERROR] BUILD ERROR
 [INFO] 
 
 [INFO] Error adding file to archive: 
 D:\logicblaze\working-source\servicemix\tar
 get\sas\bridge-sa-3.0-incubating-SNAPSHOT.zip isn't a file.
 [INFO] 
 
 [INFO] For more information, run Maven with the -e switch
 [INFO] 
 
 [INFO] Total time: 48 seconds
 [INFO] Finished at: Tue Aug 29 12:15:10 SGT 2006
 [INFO] Final Memory: 15M/508M
 [INFO] 
 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://issues.apache.org/activemq/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Created: (SM-561) Error while building assembly.

2006-08-28 Thread Fritz Oconer (JIRA)
Error while building assembly. 
---

 Key: SM-561
 URL: https://issues.apache.org/activemq/browse/SM-561
 Project: ServiceMix
  Issue Type: Bug
  Components: servicemix-assembly
Reporter: Fritz Oconer
 Assigned To: Fritz Oconer
Priority: Blocker
 Fix For: 3.0


[WARNING] Unable to get resource from repository codehaus-snapshot-repo (http://
snapshots.repository.codehaus.org)
[INFO] [assembly:attached {execution: bin}]
[INFO] 
[ERROR] BUILD ERROR
[INFO] 
[INFO] Error adding file to archive: D:\logicblaze\working-source\servicemix\tar
get\sas\bridge-sa-3.0-incubating-SNAPSHOT.zip isn't a file.

[INFO] 
[INFO] For more information, run Maven with the -e switch
[INFO] 
[INFO] Total time: 48 seconds
[INFO] Finished at: Tue Aug 29 12:15:10 SGT 2006
[INFO] Final Memory: 15M/508M
[INFO] 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://issues.apache.org/activemq/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Created: (SM-545) jbi-maven-plugin throws an error when building a jbi-service-assembly with 2 or more dependencies using the same component.

2006-08-16 Thread Fritz Oconer (JIRA)
jbi-maven-plugin throws an error when building a jbi-service-assembly with 2 or 
more dependencies using the same component.
---

 Key: SM-545
 URL: https://issues.apache.org/activemq/browse/SM-545
 Project: ServiceMix
  Issue Type: Bug
  Components: tooling
Reporter: Fritz Oconer
 Assigned To: Fritz Oconer
 Fix For: 3.0


Buiding a jbi-servicemix-assembly containing 2 or more service-units 
dependencies that uses same component an exception is thrown.
 
[INFO] The service unit grocery-demo-poll does not have a dependency which is 
pa
ckaged as a jbi-component or a project property 'componentName'
[INFO] 
[INFO] Trace
org.apache.maven.lifecycle.LifecycleExecutionException: The service unit grocery
-demo-poll does not have a dependency which is packaged as a jbi-component or a
project property 'componentName'
at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(Defa
ultLifecycleExecutor.java:559)
at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLi
fecycle(DefaultLifecycleExecutor.java:475)
at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(Defau
ltLifecycleExecutor.java:454)
at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHan
dleFailures(DefaultLifecycleExecutor.java:306)
at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegmen
ts(DefaultLifecycleExecutor.java:273)
at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLi
 
 


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://issues.apache.org/activemq/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Created: (SM-529) Servicemix-Component's MPSSettingTest.java hangs indefinitely.

2006-08-10 Thread Fritz Oconer (JIRA)
Servicemix-Component's MPSSettingTest.java hangs indefinitely.
--

 Key: SM-529
 URL: https://issues.apache.org/activemq/browse/SM-529
 Project: ServiceMix
  Issue Type: Bug
Reporter: Fritz Oconer
 Assigned To: Fritz Oconer
 Fix For: 3.1


Unit test org.apache.servicemix.components.mps.MPSSettingTest found in 
servicemix-components module hangs indefinitely. 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://issues.apache.org/activemq/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Resolved: (AMQ-570) Create sample activemq.xml files under assembly/src/sample-conf similar to what we had in 3.x

2006-08-08 Thread Fritz Oconer (JIRA)
 [ https://issues.apache.org/activemq/browse/AMQ-570?page=all ]

Fritz Oconer resolved AMQ-570.
--

Resolution: Fixed

Added sample activemq.xml configuration on the following areas.

1. jdbc
2. journalMemory
3. kaha
4. memory.
5. multicast Network
6. quickJdbc
7. quickMemory
8. rapid
9. static network

 Create sample activemq.xml files under assembly/src/sample-conf similar to 
 what we had in 3.x
 -

 Key: AMQ-570
 URL: https://issues.apache.org/activemq/browse/AMQ-570
 Project: ActiveMQ
  Issue Type: Task
Reporter: Hiram Chirino
 Assigned To: Fritz Oconer
 Fix For: 4.1




-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://issues.apache.org/activemq/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Work started: (AMQ-570) Create sample activemq.xml files under assembly/src/sample-conf similar to what we had in 3.x

2006-08-06 Thread Fritz Oconer (JIRA)
 [ https://issues.apache.org/activemq/browse/AMQ-570?page=all ]

Work on AMQ-570 started by Fritz Oconer.

 Create sample activemq.xml files under assembly/src/sample-conf similar to 
 what we had in 3.x
 -

 Key: AMQ-570
 URL: https://issues.apache.org/activemq/browse/AMQ-570
 Project: ActiveMQ
  Issue Type: Task
Reporter: Hiram Chirino
 Assigned To: Fritz Oconer
 Fix For: 4.1




-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://issues.apache.org/activemq/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Work logged: (AMQ-859) nightly snapshots to include source distro

2006-08-06 Thread Fritz Oconer (JIRA)
 [ 
https://issues.apache.org/activemq/browse/AMQ-859?page=worklog#action_36687 ]

Fritz Oconer logged work on AMQ-859:


Time Spent: 2 hours
Time Spent: 3 hours  (was: 1 hour)

Added profile to include the source distro when building. eg mvn install -P 
assembly-src.

 nightly snapshots to include source distro
 --

 Key: AMQ-859
 URL: https://issues.apache.org/activemq/browse/AMQ-859
 Project: ActiveMQ
  Issue Type: Improvement
Reporter: james strachan
 Assigned To: Fritz Oconer
  Time Spent: 3 hours
  Remaining Estimate: 0 minutes



-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://issues.apache.org/activemq/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Work logged: (AMQ-859) nightly snapshots to include source distro

2006-08-06 Thread Fritz Oconer (JIRA)
 [ 
https://issues.apache.org/activemq/browse/AMQ-859?page=worklog#action_36688 ]

Fritz Oconer logged work on AMQ-859:


Time Spent: 45 minutes
Time Spent: 3 hours, 45 minutes  (was: 3 hours)

Test both generated src distro when deployed in the repository.

 nightly snapshots to include source distro
 --

 Key: AMQ-859
 URL: https://issues.apache.org/activemq/browse/AMQ-859
 Project: ActiveMQ
  Issue Type: Improvement
Reporter: james strachan
 Assigned To: Fritz Oconer
  Time Spent: 3 hours, 45 minutes
  Remaining Estimate: 0 minutes



-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://issues.apache.org/activemq/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Resolved: (AMQ-859) nightly snapshots to include source distro

2006-08-06 Thread Fritz Oconer (JIRA)
 [ https://issues.apache.org/activemq/browse/AMQ-859?page=all ]

Fritz Oconer resolved AMQ-859.
--

Resolution: Fixed

Done, if the user wants to include source distro then a profile assembly-sr' 
must be included in the build. e.g. mvn install -P assembly-src.

 nightly snapshots to include source distro
 --

 Key: AMQ-859
 URL: https://issues.apache.org/activemq/browse/AMQ-859
 Project: ActiveMQ
  Issue Type: Improvement
Reporter: james strachan
 Assigned To: Fritz Oconer
  Time Spent: 3 hours, 45 minutes
  Remaining Estimate: 0 minutes



-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://issues.apache.org/activemq/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Work started: (AMQ-858) create a super pom for tooling projects in activemq so we can create a nightly build of the various maven plugins

2006-08-04 Thread Fritz Oconer (JIRA)
 [ https://issues.apache.org/activemq/browse/AMQ-858?page=all ]

Work on AMQ-858 started by Fritz Oconer.

 create a super pom for tooling projects in activemq so we can create a 
 nightly build of the various maven plugins
 -

 Key: AMQ-858
 URL: https://issues.apache.org/activemq/browse/AMQ-858
 Project: ActiveMQ
  Issue Type: Bug
Reporter: james strachan
 Assigned To: Fritz Oconer
Priority: Critical
 Fix For: 4.1


 We need to move all the m2 plugins under tooling/ (they nearly all are) then 
 create a pom.xml there for building all the tooling plugings.
 Folks from there can then do 'mvn clean install' to build and install all the 
 m2 plugins. We can then create a nightly build of the m2 plugins easily.
 (Right now plugins are not always auto-downloaded when folks try to use stuff 
 in say activemq-perftest module)
 e.g.
 macstrac:/workspace/eclipse/activemq jstrachan$ cd activemq-perftest/
 macstrac:/workspace/eclipse/activemq/activemq-perftest jstrachan$ mvn 
 activemq-perf:broker
 [INFO] Scanning for projects...
 [INFO] Searching repository for plugin with prefix: 'activemq-perf'.
 [INFO] org.apache.maven.plugins: checking for updates from apache-snapshots
 [INFO] org.codehaus.mojo: checking for updates from apache-snapshots
 [INFO] artifact org.apache.maven.plugins:maven-compiler-plugin: checking for 
 updates from apache-snapshots
 [INFO] snapshot org.apache.maven.plugins:maven-compiler-plugin:2.1-SNAPSHOT: 
 checking for updates from apache-snapshots
 [INFO] artifact org.apache.maven.plugins:maven-eclipse-plugin: checking for 
 updates from apache-snapshots
 [INFO] snapshot org.apache.maven.plugins:maven-eclipse-plugin:2.3-SNAPSHOT: 
 checking for updates from apache-snapshots
 [INFO] snapshot org.apache.maven.plugins:maven-plugins:2-SNAPSHOT: checking 
 for updates from apache-snapshots
 [INFO] artifact org.apache.activemq:maven-activemq-memtest-plugin: checking 
 for updates from apache-snapshots
 [INFO] artifact org.apache.activemq:maven-activemq-memtest-plugin: checking 
 for updates from central
 [INFO] 
 
 [ERROR] BUILD ERROR
 [INFO] 
 
 [INFO] The plugin 'org.apache.activemq:maven-activemq-memtest-plugin' does 
 not exist or no valid version could be found
 [INFO] 
 
 [INFO] For more information, run Maven with the -e switch
 [INFO] 
 
 [INFO] Total time: 13 seconds
 [INFO] Finished at: Thu Aug 03 02:55:57 BST 2006
 [INFO] Final Memory: 3M/5M
 [INFO] 
 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://issues.apache.org/activemq/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Resolved: (AMQ-858) create a super pom for tooling projects in activemq so we can create a nightly build of the various maven plugins

2006-08-04 Thread Fritz Oconer (JIRA)
 [ https://issues.apache.org/activemq/browse/AMQ-858?page=all ]

Fritz Oconer resolved AMQ-858.
--

Resolution: Fixed

done, also moved the maven-bundle-plugin and maven-gram-plugin to tooling. 

 create a super pom for tooling projects in activemq so we can create a 
 nightly build of the various maven plugins
 -

 Key: AMQ-858
 URL: https://issues.apache.org/activemq/browse/AMQ-858
 Project: ActiveMQ
  Issue Type: Bug
Reporter: james strachan
 Assigned To: Fritz Oconer
Priority: Critical
 Fix For: 4.1


 We need to move all the m2 plugins under tooling/ (they nearly all are) then 
 create a pom.xml there for building all the tooling plugings.
 Folks from there can then do 'mvn clean install' to build and install all the 
 m2 plugins. We can then create a nightly build of the m2 plugins easily.
 (Right now plugins are not always auto-downloaded when folks try to use stuff 
 in say activemq-perftest module)
 e.g.
 macstrac:/workspace/eclipse/activemq jstrachan$ cd activemq-perftest/
 macstrac:/workspace/eclipse/activemq/activemq-perftest jstrachan$ mvn 
 activemq-perf:broker
 [INFO] Scanning for projects...
 [INFO] Searching repository for plugin with prefix: 'activemq-perf'.
 [INFO] org.apache.maven.plugins: checking for updates from apache-snapshots
 [INFO] org.codehaus.mojo: checking for updates from apache-snapshots
 [INFO] artifact org.apache.maven.plugins:maven-compiler-plugin: checking for 
 updates from apache-snapshots
 [INFO] snapshot org.apache.maven.plugins:maven-compiler-plugin:2.1-SNAPSHOT: 
 checking for updates from apache-snapshots
 [INFO] artifact org.apache.maven.plugins:maven-eclipse-plugin: checking for 
 updates from apache-snapshots
 [INFO] snapshot org.apache.maven.plugins:maven-eclipse-plugin:2.3-SNAPSHOT: 
 checking for updates from apache-snapshots
 [INFO] snapshot org.apache.maven.plugins:maven-plugins:2-SNAPSHOT: checking 
 for updates from apache-snapshots
 [INFO] artifact org.apache.activemq:maven-activemq-memtest-plugin: checking 
 for updates from apache-snapshots
 [INFO] artifact org.apache.activemq:maven-activemq-memtest-plugin: checking 
 for updates from central
 [INFO] 
 
 [ERROR] BUILD ERROR
 [INFO] 
 
 [INFO] The plugin 'org.apache.activemq:maven-activemq-memtest-plugin' does 
 not exist or no valid version could be found
 [INFO] 
 
 [INFO] For more information, run Maven with the -e switch
 [INFO] 
 
 [INFO] Total time: 13 seconds
 [INFO] Finished at: Thu Aug 03 02:55:57 BST 2006
 [INFO] Final Memory: 3M/5M
 [INFO] 
 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://issues.apache.org/activemq/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




Re: [VOTE] Release Apache ActiveMQ 4.0.1

2006-06-18 Thread Fritz Oconer
+1 Release ActiveMQ 4.0.1

Regards,
Fritz Oconer

- Original Message -
From: Hiram Chirino [EMAIL PROTECTED]
To: activemq-dev@geronimo.apache.org
Sent: Saturday, June 17, 2006 10:03 AM
Subject: [VOTE] Release Apache ActiveMQ 4.0.1


 Since the 4.0 release a bunch of small bug have been fixed and we felt
 it better to release early and often, so here are the release binarys
 for the 4.0.1 version of activemq:


http://people.apache.org/~chirino/incubator-activemq-4.0.1-RC1/maven1/incuba
tor-activemq/distributions/

 Maven 1 and Maven 2 repos for this release can be found at:
 http://people.apache.org/~chirino/incubator-activemq-4.0.1-RC1/

 The release notes will show up here as soon as the mirrors catch up...
 http://incubator.apache.org/activemq/activemq-401-release.html

 if you are impatient, here's the wiki page for the release notes:
 http://goopen.org/confluence/display/ACTIVEMQ/ActiveMQ+4.0.1+Release

 Please vote to approve this release binary

 [ ] +1 Release the binary as Apache ActiveMQ 4.0.1
 [ ] -1 Veto the release (provide specific comments)

 If this vote passes, then we will then ask the Incubator PMC for their
 blessing to ship this release officially.

 Here's my +1

 --
 Regards,
 Hiram

 Blog: http://hiramchirino.com



Re: [VOTE] Release 4.0 of ActiveMQ

2006-05-31 Thread Fritz Oconer
+1

Regards,
Fritz Oconer

Hiram Chirino wrote:

 Sorry to have to call this vote again.  While the vote was up at the
 incubator, some last minute issues were found.  The readme file did
 not properly refer to ActiveMQ as Apache ActiveMQ.

 I also took this opportunity to include the fix for 2 major bugs that
 would have waited for the 4.1 release:

 * https://issues.apache.org/activemq/browse/AMQ-718
 * http://issues.apache.org/activemq/browse/AMQ-726

 The new binaries are up at:


http://people.apache.org/~chirino/incubator-activemq-4.0/maven1/incubator-ac
tivemq/distributions/


 The release notes will show up here as soon as the mirrors catch up...
 http://incubator.apache.org/activemq/activemq-40-release.html

 if you are impatient, here's the wiki page for the release notes:
 http://incubator.apache.org/activemq/activemq-40-release.html

 Please vote to approve this release binary

 [ ] +1 Release the binary as ActiveMQ 4.0
 [ ] -1 Veto the release (provide specific comments)

 If this vote passes, then we will then ask the Incubator PMC for their
 blessing to ship this release officially.

 Here's my +1




Re: [VOTE] ActiveMQ 4.0 RC3

2006-04-11 Thread Fritz Oconer
+1

Regards,
Fritz Oconer

 - Original Message -
 From: Hiram Chirino [EMAIL PROTECTED]
 To: activemq-dev@geronimo.apache.org
 Sent: Tuesday, April 11, 2006 9:49 PM
 Subject: [VOTE] ActiveMQ 4.0 RC3


  Hi Guys,
 
  We have a new RC3 cut of 4.0.
 
  I've posted it here:
 
http://people.apache.org/~chirino/incubator-activemq-4.0-RC3/distributions/
  I've tagged the source for that build as:
 
https://svn.apache.org/repos/asf/incubator/activemq/tags/activemq-4.0-RC3/ac
tivemq
 
 
  [ ] +1 Release the binary as ActiveMQ 4.0-RC3
  [ ] -1 Veto the release (provide specific comments)
 
  If this vote passes, then we will then ask the Incubator PMC for their
  blessing before the official release.
 
  --
  Regards,
  Hiram



Re: [VOTE] create 4.0-RC1 release of ActiveMQ

2006-03-20 Thread Fritz Oconer
Hi All,

[ ] +1 create the 4.0-RC1 distribution

Regards,
Fritz

 - Original Message -
 From: James Strachan [EMAIL PROTECTED]
 To: activemq-dev@geronimo.apache.org
 Sent: Saturday, March 18, 2006 1:22 AM
 Subject: [VOTE] create 4.0-RC1 release of ActiveMQ


 The 4.0 release of ActiveMQ is long overdue; since we started incubation
 we've got out of the good habit of releasing early and releasing often. So
 I'd like us to get back on track making frequent releases even though we
are
 still in the incubator (we can work on the community building and
 infrastructure issues in parallel to getting good releases out that people
 can use  give us feedback on).

 So I'd like us to create a release candidate (4.0-RC1) of what 4.0 will be
 so we can iron out any gremlins before the full 4.0 release.

 I've put a Release Plan together on the wiki
 http://docs.codehaus.org/display/ACTIVEMQ/Release+Plans

 in particular
 http://docs.codehaus.org/display/ACTIVEMQ/4.0+RC+1+Guide

 So please can you vote on whether to go ahead and start making this
release.
 When the binary distro is done, we'll have another vote to approve the
 distro - then ask for the Incubator PMC's blessing to actually ship the
 release.

 [ ] +1 create the 4.0-RC1 distribution
 [ ] -1 veto the creation of the distro because: ..

 Here's my +1

 --

 James
 ---
 http://radio.weblogs.com/0112098/



[jira] Reopened: (AMQ-631) verify that HttpsTransportBrokerTest won't hang on other environment

2006-03-16 Thread Fritz Oconer (JIRA)
 [ http://jira.activemq.org/jira//browse/AMQ-631?page=all ]
 
Fritz Oconer reopened AMQ-631:
--


Still hangs on continuum boxes with 1.5 jdk. (iago, aladdin, jafar)

 verify that HttpsTransportBrokerTest won't hang on other environment
 

  Key: AMQ-631
  URL: http://jira.activemq.org/jira//browse/AMQ-631
  Project: ActiveMQ
 Type: Task

   Components: Test Cases
 Versions: 4.0 M5
 Reporter: Adrian Co
 Assignee: Adrian Co
  Fix For: 4.0 M5





-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.activemq.org/jira//secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira



Re: Build Problem

2006-02-16 Thread Fritz Oconer
Hi Li,

There's also an option in maven where you can disable running the unit test.
Execute the command in activemq home directory
maven -Dmaven.test.skip=true. Can we also have a copy of the maven build
log file? this may provide information why the test-reports are not
generated. The log file can be created by adding additional statement in the
build command. e.g maven  build.log.

Hope this helps,
Fritz

- Original Message -
From: Li, Fan [EMAIL PROTECTED]
To: activemq-dev@geronimo.apache.org
Sent: Friday, February 17, 2006 5:08 AM
Subject: RE: Build Problem


 I did not find any occurrence of '[ERROR]' in my activemq directory after
a build fail, although there are some occurrence of 'ERROR', none of them
was in one of the /target/test-reports/TEST-$name.txt files. My platform is
RedHat Linux 7.2

 Thanks
 Fan

 -Original Message-
 From: James Strachan [mailto:[EMAIL PROTECTED]
 Sent: Thursday, February 16, 2006 11:17 AM
 To: activemq-dev@geronimo.apache.org
 Subject: Re: Build Problem

 That indicates there were some JUnit test failures. We have some tests
that fail on some platforms with timing issues; its amazingly hard to write
highly asynchronous  concurrent message based unit test cases that always
work on every platform.

 If you seach for [ERROR] you'll find the actual tests that failed. Then if
you look in target/test-reports/TEST-$name.txt (in the module thats being
 built) you'll find the output of the test case. If you could post those
it'd really help us fix it.

 James


 On 2/16/06, Li, Fan [EMAIL PROTECTED] wrote:
 
  I have been trying to build the latest source code with maven 1.0.2
  and kept getting build failure. This is the build for the latest
  SNAPSHOT. I am not sure if anyone had similar problem.
 
  BUILD FAILED
  File.. /home/fanli/.maven/cache/maven-multiproject-plugin-1.3.1
  /plugin.jelly
  Element... maven:reactor
  Line.. 217
  Column 9
  Unable to obtain goal [test:test] --
  /home/fanli/.maven/cache/maven-test-plugin-
  1.6.2/plugin.jelly:181:54: fail There were test failures.
  Total time: 58 minutes 22 seconds
  Finished at: Thu Feb 16 09:49:19 PST 2006
 
  Thanks
  Fan
 
 
 


 --

 James
 ---
 http://radio.weblogs.com/0112098/