Issue:  Current (5.3.2) versions of Tapestry-Hibernate seem to clash with
latest 4.1.1 Final of Hibernate core.  Specifically, import
org.hibernate.Session can no longer be resolved after introducing the 4.1.1
Final dependency in pom.  

Anyone else experience this, have a convenient workaround?  I would like to
avoid messing around in framework code, if I can get away with it...;-)...

My pom.xml (partial) 

    
        
        <dependency>
            <groupId>org.apache.tapestry</groupId>
            <artifactId>tapestry-hibernate</artifactId>
            <version>${tapestry-release-version}</version>
        </dependency>
       
        <dependency>
          <groupId>org.hibernate</groupId>
          <artifactId>hibernate-search</artifactId>
          <version>4.1.0.CR2</version>
        </dependency>
        
   <dependency>
        <groupId>org.hibernate</groupId>
        <artifactId>hibernate-core</artifactId>
        <version>4.1.1.Final</version>
   </dependency>

--
View this message in context: 
http://tapestry.1045711.n5.nabble.com/Upgrading-to-Hibernate-Core-4-1-1-Final-tp5669640p5669640.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to