0

在 Liferay 7 中部署我的 servicebuilder 项目时出现错误。错误如下:-

Problem with deploying bundle: Could not resolve module: abhishek-service [497]
  Unresolved requirement: Import-Package: com.example.exception; version="[1.0.0,2.0.0)"

我无法弄清楚为什么会出现这个问题?我遵循的步骤如下:- 1)通过名为'abhishek'的liferay ide创建了一个服务构建器。2) 保留 abhishek-services 文件夹中 service.xml 中的默认命名空间和实体。3) 通过 Gradle 窗口中的 BuildService 选项构建服务。4) 将 abhishek-service 部署到服务器上。5) 如上所述弹出错误。请帮助..thanx提前..

4

1 回答 1

0

我猜:

  • com.example.exception由服务生成器生成并放置在abhishek-api模块中。
  • 你只部署了abhishek-service模块

尝试部署abhishek-api模块。

于 2016-11-21T20:41:18.537 回答