Gail Badner commented on an issue
Hibernate ORM / Bug HHH-8613
ClassCastException in AbstractLoadPlanBuildingAssociationVisitationStrategy
I am trying to use hibernate 4.3.0.Beta5 and slf4j (logback backend) in a simple project. It is failing with this stack trace:

{code}
Caused by: java.lang.ClassCastException: java.lang.String cannot be cast to org.hibernate.loader.plan2.build.spi.AbstractLoadPlanBuildingAssociationVisitationStrategy$MDCStack
at org.hibernate.loader.plan2.build.spi.A...