【发布时间】:2013-12-05 10:20:06
【问题描述】:
我有一个添加了完整库的 ejb 项目。但是当我运行 ejb-war 时,我在 Glassfish 服务器中遇到了这个错误
SEVERE: The return type of the lifecycle method [construcGroup] must be void
SEVERE: Exception while deploying the app [mcGrawLibPro-war]
SEVERE: Exception during lifecycle processing
还有ejb-war
In-place deployment at C:\Users\Hung\Documents\NetBeansProjects\mcGrawLibPro\mcGrawLibPro-war\build\web
GlassFish Server, deploy, null, false
C:\Users\Hung\Documents\NetBeansProjects\mcGrawLibPro\mcGrawLibPro-war\nbproject\build-impl.xml:1048: The module has not been deployed.
See the server log for details.
我不知道为什么 GlassFish Server, deploy, null, false 因为我花了 3 天时间才找到解决方案,我已经用 mySQL 创建了连接池。我正在使用 Netbeans 7.4 和 Glassfish 4.0。希望提出建议。
【问题讨论】:
-
你在使用什么库?
-
你能发布完整的 glassfish 日志
标签: java jsf jakarta-ee netbeans glassfish