Been seeing some problems with the plugin:
| [bes@besdev trunk]$ java -jar
plugin/target/jboss-ejb3-plugin-0.1.0-SNAPSHOT-installer.jar $JBOSS_HOME
| Exception in thread "main" java.lang.Error: Unresolved compilation problem:
| at org.jboss.ejb3.installer.Installer.main(Installer.java:142)
|
Think that came from EJBTHREE-1382 work that added a dependency on ejb3-common 0.1.1 to
ejb3-installer.
To get it to work locally I added the following to the ejb3-installer and ejb3-plugin
poms:
| <!-- EJB3 Common -->
| <dependency>
| <groupId>org.jboss.ejb3</groupId>
| <artifactId>jboss-ejb3-common</artifactId>
| <version>0.1.1</version>
| </dependency>
|
Had to add to the plugin pom to get the necessary class in the plugin jar.
Don't know if that's the correct fix, but it got my local env working enough that
I can run the clustering testsuite.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4155476#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...