[jboss-user] [JBoss Messaging] - Re: Wrong target. class org.jboss.jms.client.delegate.Client (Repost)

pierods do-not-reply at jboss.com
Thu May 21 08:32:49 EDT 2009


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-client.jar

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-messaging-client/1.4.0-SP3/jboss-mesaging-client-1.4.0-SP3.jar

How do I do that?

View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4232296#4232296

Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4232296



More information about the jboss-user mailing list