[jboss-dev-forums] [Design of EJB 3.0] - Plugin issues
bstansberry@jboss.com
do-not-reply at jboss.com
Tue Jun 3 16:04:40 EDT 2008
Been seeing some problems with the plugin:
| [bes at 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#4155476
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4155476
More information about the jboss-dev-forums
mailing list