I actually found out the problem, I was using the wrong jar version.
but then another problem arose: how do i recover with maven this file, given that it has
dots in the directory name:
http://repository.jboss.com/jboss/messaging/1.4.0.SP3/lib/jboss-messaging...
If I do:
|
| <dependency>
| <groupId>org.jboss.client</groupId>
| <artifactId>jbossall-client</artifactId>
| <version>4.0.5.GA</version>
| <scope>compile</scope>
| </dependency>
then maven tries for
http://repository.jboss.com/jboss/messaging-client/1/4/0-SP3/lib/jboss-me...
How do I do that?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4232296#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...