Hi, I successfully managed to deploy my ear with Hibernate Search(3.0.1 GA) jar and event listeners in the persistence.xml to JBoss 4.2.3.
Application works as expected but the only caveat is JBoss 4.2 comes with older version of Hibernate Annotations (3.2.1) and Hibernate EntityManager(3.2.1) and Search expects 3.3.x for both Annotations and EM.
By adding event listeners and packaging Hibernate Search jar within my ear, I think I got around the problem.
Is this okay to do? I'm afraid, even though it works now, I might end up with some other issue later because of this mismatch in the versions.
Any help will be appreciated.
Thanks,
Apparna
|