Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
5.0.15
-
None
Description
i use Tapestry's hibernate module and wrote an service that use the FullTextSession from the hibernate search module.
since howards svn commit (release 686850 / TAPESTRY-2571: Add configuration to turn off the automatic creation of ValueEncoders for Hibernate entities)
my application throw an exception at startup like this:
Caused by: java.lang.RuntimeException: Service interface org.hibernate.Session is matched by 2 services: FullTextSession, Session.
Automatic dependency resolution requires that exactly one service implement the interface.
my suggestion is:
add a Marker "HibernateCore" to all Session parameters in the build calls in HibernateModule