gpt4 book ai didi

java - 使用 Maven 或 JBoss 工具在 Eclipse 上添加 JBoss AS 7 模块

转载 作者:行者123 更新时间:2023-11-29 08:06:59 26 4
gpt4 key购买 nike

我正在将我的项目迁移到 JBoss AS 7,并且我已经阅读了一些关于它的模块的信息。我的问题很简单(我认为),我不知道如何在开发阶段包含这些模块。例如,我使用 hibernate,在 Eclipse 中使用 JBoss 工具和 JBoss AS 6,我只需要说该项目将使用 JBoss 7 并且它们的所有“jar”都可用。但是使用 JBoss 7,我无法使用 hibernate-core。我知道我可以选择在我的 pom 上添加“已提供”的 hibernate 核心,但还有另一种方法吗?

最佳答案

我会说在你的 pom 上添加 hibernate-core 作为“提供”并添加

Dependency: org.hibernate

到您的META-INF/MANIFEST.MF

<dependencies>
<module name="org.hibernate" />
</dependencies>

jboss-deployment-structure.xml 是要走的路。通过这种方式,您可以在运行时访问与 JBoss 捆绑在一起的 Hibernate,而无需将它们包含在您的部署中。只要确保您使用 JBoss 附带的相同版本的 Hibernate(JBoss AS 7.1.1 的 Hibernate 4.0.1)。另请查看 Developer Guide .

关于java - 使用 Maven 或 JBoss 工具在 Eclipse 上添加 JBoss AS 7 模块,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10498032/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com