IOC autobuild conflict between org.hibernate.Session and the FullTextSession
from the hibernate serach module
-------------------------------------------------------------------------------------------------------------
Key: TAPESTRY-2615
URL: https://issues.apache.org/jira/browse/TAPESTRY-2615
Project: Tapestry
Issue Type: Improvement
Components: tapestry-hibernate
Affects Versions: 5.0.14
Reporter: Sven Homburg
Fix For: 5.0.15
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
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]