使用 JBoss Maven 插件将 EJB 项目部署到 JBoss 时,我在 JBoss 的控制台上收到关于此 EJB 项目的依赖项之一中的类的 NoClassDefFoundError。
这个依赖是用编译范围声明的。我应该使用另一个范围以便我的依赖项也部署到 JBoss 吗?或者我应该如何解决这个问题?
错误如下所示:
DEPLOYMENTS IN ERROR:
Deployment "vfszip:/Users/hordine/projects/SoftBudget/soft-budget-ejb/target/soft-budget-ejb.jar/" is in error due to the following reason(s): java.lang.NoClassDefFoundError: br/com/pedra/j2eepatterns/facade/IEntityService