我一直在用用maven原型(javaee6-jboss- ear )生成的ear项目来尝试Jboss7.1.3中的seam3安全性,但我无法绕过无法加载自定义类的错误。
Caused by: java.lang.ClassNotFoundException: com.czetsuya.javaee6.security.Authenticator from [Module "deployment.javaee6-demo.ear.javaee6-demo-ejb-0.0.1-SNAPSHOT.jar:main" from Service Module Loader]
我的项目的结
我想用maven构建我的应用程序,但它显示:
Missing:
----------
1) javaee:javaee-api:jar:5
Try downloading the file manually from the project website.
Then, install it using the command:
mvn install:install-file -DgroupId=javaee -DartifactId=javaee-api -Dversion=5 -Dpackaging=jar -Dfile=/path/to/file
我在哪里可以下