open the pom.xml of your main application in the eclipse pom editor
and switch to the dependency tab. there you can see all the direct and
transitive dependencies. and do a clean install of all your modules..
or parent project.

On Fri, Apr 27, 2012 at 11:03 AM, netdawg <net.d...@yahoo.com> wrote:
> Yes, basically the exception is a compile exception saying the following
> "could not be resolved":
>
> import org.hibernate.Session;
>
>
> And, finally, I also tried this:
>
>    <dependency>
>            <groupId>org.apache.tapestry</groupId>
>            <artifactId>tapestry-hibernate</artifactId>
>            <version>${tapestry-release-version}</version>
>            <exclusions>
>             <exclusion>
>              <groupId>org.apache.tapestry</groupId>
>                  <artifactId>tapestry-hibernate-core</artifactId>
>                 </exclusion>
>           </exclusions>
>        </dependency>
>
>
> --
> View this message in context: 
> http://tapestry.1045711.n5.nabble.com/Upgrading-to-Hibernate-Core-4-1-1-Final-tp5669640p5669761.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

Reply via email to