在wildfly中启用hibernate搜索

时间:2014-07-11 23:45:20

标签: hibernate search jboss hibernate-search wildfly-8

我需要在我的EJB项目中使用hibernate search 4.5,我在Wildfly 8.0中部署项目。但进口判决不起作用。 有人可以告诉我如何在wildfly中启用hibernate搜索吗?

1 个答案:

答案 0 :(得分:0)

您需要在部署中启用该模块,该文档在文档中进行了描述:

http://docs.jboss.org/hibernate/search/4.5/reference/en-US/html_single/#search-configuration-deploy-on-wildfly

您的应用程序的类加载器将无法“看到”该库,因此您必须明确标记哪些部署应该能够使用每个库。 EJB和JPA等基本服务会自动注入,因为WildFly可以识别这些服务,但是同样的技术也适用于其他模块。

好处是您可以在同一个应用程序服务器中拥有相同库的多个版本,并在每个已部署的应用程序中选择要独立使用的版本。