[jboss-jira] [JBoss JIRA] Commented: (HIBERNATE-109) Break hibernate-annotations.jar on server/lib into three (the original ones)
Bernard de Terwangne (JIRA)
jira-events at lists.jboss.org
Thu Mar 12 06:08:22 EDT 2009
[ https://jira.jboss.org/jira/browse/HIBERNATE-109?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12456858#action_12456858 ]
Bernard de Terwangne commented on HIBERNATE-109:
------------------------------------------------
Same way I'm using Hibernate Search. With JBoss 4.2.1, I had to add hibernate-search.jar to let the app work. Now JBoss 4.2.3 includes an implementation of hibernate search that conflicts with the one I'm using. For instance the implementation in JBoss doesn't include the following classes :
org.hibernate.search.annotations.Analyzer
org.hibernate.search.jpa.FullTextEntityManager;
org.hibernate.search.jpa.FullTextQuery;
org.hibernate.search.jpa.Search;
So including Hibernate Search in JBoss jars is great but makes it unusable.
Note: the actual problem is not the presence of hibernate-search on the classpath but the fact that this is outdated or incomplete.
Bernard
> Break hibernate-annotations.jar on server/lib into three (the original ones)
> ----------------------------------------------------------------------------
>
> Key: HIBERNATE-109
> URL: https://jira.jboss.org/jira/browse/HIBERNATE-109
> Project: Hibernate
> Issue Type: Feature Request
> Environment: Windowx XP 32 Bits
> Reporter: Rodolfo Rothganger
>
> Currently I am developing an application that includes hibernate-3.2.6.jar and hibernate annotations WITHOUT hibernate validator on a proper classloading isolation (EAR) config. Since hibernate relies on the presence of validator classes to enable/disbale validation (regardless of the classloader it´s associate with, child or parent) I had to remove the hibernate-annotations.jar from my server/lib directory and replace it with a version WITHOUT hibernate-validator.
> My request is: to break the hibernate-annotations.jar file in three (the original ones): hibernate-annotations.jar, hibernate-core-annotations.jar and hibernate-validator.jar.
> Note: the actual problem is not the presence of hibernate-validator on the classpath but the fact that this is an outdated non-compatible with hibernate 3.2.6 version.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list