you have to add exclusions to your tapestry-hibernate dependency

g,
kris

On Fri, Apr 27, 2012 at 10:19 AM, Chris Mylonas <ch...@opencsta.org> wrote:
> i think tapestry-hibernate pulls in hibernate jars, so you can remove it from 
> your pom
> doing it how you've done is how to break it
>
>
> On 27/04/2012, at 6:15 PM, netdawg wrote:
>
>> 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
>>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
> For additional commands, e-mail: users-h...@tapestry.apache.org
>

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

Reply via email to