Re: ActiveMQ Errors

2014-02-18 Thread Jaroslaw Cwiklik
I just noticed that Apache Jenkins is failing now with Waiting for Jenkins to finish collecting data[ERROR] Failed to execute goal on project uimaj-as-activemq: Could not resolve dependencies for project org.apache.uima:uimaj-as-activemq:jar:2.5.0-SNAPSHOT: The following artifacts could not be res

Re: ActiveMQ Errors

2014-02-18 Thread Jaroslaw Cwiklik
Got it. Thanks for clarifying this. Jerry Cwiklik On Tue, Feb 18, 2014 at 12:24 PM, Bai Shen wrote: > I don't need a newer version of AMQ. I was attempting to fix the SLF4J > issue and had to change AMQ to 5.7 just to get everything to build. So far > I haven't noticed any problems with usin

Re: ActiveMQ Errors

2014-02-18 Thread Jaroslaw Cwiklik
Not sure if this helps but try mvn -U clean install. I think mvn caches stuff. Jerry Cwiklik On Tue, Feb 18, 2014 at 1:00 PM, Bai Shen wrote: > Also, upon running mvn clean install a second time, the test errors went > away. So I'm not sure exactly what is going on there. > > > On Tue, Feb 18

Re: ActiveMQ Errors

2014-02-18 Thread Bai Shen
Also, upon running mvn clean install a second time, the test errors went away. So I'm not sure exactly what is going on there. On Tue, Feb 18, 2014 at 12:52 PM, Jaroslaw Cwiklik wrote: > Got it. Thanks for clarifying this. > > Jerry Cwiklik > > > On Tue, Feb 18, 2014 at 12:24 PM, Bai Shen > w

Re: ActiveMQ Errors

2014-02-18 Thread Bai Shen
I don't need a newer version of AMQ. I was attempting to fix the SLF4J issue and had to change AMQ to 5.7 just to get everything to build. So far I haven't noticed any problems with using 5.7 instead of 5.6. The problem with the test cases is from removing the SLF4J dependencies from the UIMA po

Re: ActiveMQ Errors

2014-02-18 Thread Jaroslaw Cwiklik
Just checked and it looks like the josql (SQL for Java Objects) is a dependency from activemq-optional. Will look into how to deal with this. Dont have an opinion on this yet. The AMQ 5.6 has been in heavy use in our production environment and moving to a newer version will require thorough testin

Re: ActiveMQ Errors

2014-02-18 Thread Bai Shen
No problem. I only stumbled across them due to the SLF4J and ActiveMQ 5.6 problems. :) While the problem with SLF4J is just a warning and not fatal, it can cause problems because the SLF4J binding that is chosen is essentially done at random. I've been trying to remove the extra bindings that UI

Re: ActiveMQ Errors

2014-02-18 Thread Jaroslaw Cwiklik
Hi, thanks for spotting references to 5.4.1. I will create JIRA and fix these. The fixes will be in the next release. I will take a look at SLF4J to see if this can be fixed. From what I remember this is just a Warning not a Fatal condition. Nevertheless, its worth looking into. Will create JIRA t

ActiveMQ Errors

2014-02-18 Thread Bai Shen
Firstly, the following files still refer to ActiveMQ 5.4.1 src/main/assembly/src.xml src/main/examples/run_configuration/UIMA Run Remote Async AE.launch src/main/eclipseProject/classpath uimaj-as-activemq/src/main/java/org/apache/uima/aae/jmx/monitor/JmxMonitor.java Secondly, I'm getting multiple