Christopher G. Stach II wrote: > > James Adams wrote: >> I'm also in search of this class. I am using ActiveMQ version 4.1.0, and >> I >> don't see it anywhere in the JAR file Maven pulled down for this >> dependency. >> >> Is there another dependency I should add to my pom.xml in order to get >> the >> right JAR which contains this class? >> > > > The JAR is packed in the RAR in lib/optional. You have to extract it. > Annoying, huh? > > >
I've actually added the following dependency to my pom.xml and it seems to have gotten me over the hump. <dependency> <groupId>activemq</groupId> <artifactId>activemq-ra</artifactId> <version>4.0.2</version> </dependency> Unfortunately when I extract the lib/optional RAR file (activemq-rar-4.1.0-incubator.rar) from the ActiveMQ 4.1.0 ZIP file using ZipGenius and then try to open the extracted RAR file with ZipGenius I get an error telling me that it's an invalid RAR file (List index out of bounds(0)). So for now I'm stuck using the old version, which I guess/hope is OK. --James -- View this message in context: http://www.nabble.com/ActiveMQResourceAdapter-tf1960773.html#a8485510 Sent from the ActiveMQ - User mailing list archive at Nabble.com.