"jhsingle" wrote :
| For those interested, I only needed to add a single "pom" dependency to my
JUnit test pom.xml file and that brings in all the necessary client jars:
|
| | <dependency>
| | <groupId>org.jboss.jbossas</groupId>
| | <artifactId>jboss-as-client</artifactId>
| | <version>5.0.0.GA</version>
| | <type>pom</type>
| | </dependency>
Thanks for letting us know, learnt something new today :-)
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4198408#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...