我正在使用netbeans 7.2.1和glassfish 3.1.2服务器。我创建了一个ejb项目,在尝试在服务器中部署ejb jar时,我在服务器日志中看到以下错误:
SEVERE: Module type not recognized for module C:\Users\AppData\Roaming\NetBeans\7.2.1\config\GF3\domain1\applications\SAPLockBox
SEVERE: There is no installed container capable of handling this application SAPLockBox
错误也指向
<target if="netbeans.home" name="-run-deploy-nb">
<nbdeploy debugmode="false" forceRedeploy="${forceRedeploy}"/>
</target>
在build-impl.xml中。我已经阅读了很多在线帖子并尝试了一些但到目前为止没有成功。
答案 0 :(得分:2)
您是否曾尝试在netbeans上下文中运行您的ejb jar文件,但不在其中?
您使用哪些Java EE API?你可能有一个,glassfish服务器无法访问它,但在netbeans编译好了。