You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by fredramsey <fr...@gmail.com> on 2012/04/04 18:09:42 UTC

Hibernate not downloading in tutorial

When following this:

http://tapestry.apache.org/using-tapestry-with-hibernate.html

Maven cannot find the version of Hibernate referenced in pom.xml. I tried
changing it to 2.2.8, which is the latest version, but that failed as well.

I have searched the forum archives.

Any ideas?


--
View this message in context: http://tapestry.1045711.n5.nabble.com/Hibernate-not-downloading-in-tutorial-tp5618252p5618252.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

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


Re: Hibernate not downloading in tutorial

Posted by Shing Hing Man <ma...@yahoo.com>.

The following works for me with Tapestry 5.3


        <dependency>
            <groupId>org.apache.tapestry</groupId>
            <artifactId>tapestry-hibernate</artifactId>
            <version>${tapestry-release-version}</version>
        </dependency>

    <dependency>
            <groupId>org.hibernate</groupId>
            <artifactId>hibernate-core</artifactId>
            <version>3.6.0.Final</version>
        </dependency>

        <dependency>
            <groupId>org.hibernate</groupId>
            <artifactId>hibernate-entitymanager
            </artifactId>
            <version>3.6.0.Final</version>
        </dependency>

        <dependency>
            <groupId>org.hibernate</groupId>
            <artifactId>hibernate-validator</artifactId>
            <version>3.1.0.GA</version>
        </dependency>

Shing



________________________________
From: fredramsey <fr...@gmail.com>
To: users@tapestry.apache.org 
Sent: Wednesday, April 4, 2012 5:09 PM
Subject: Hibernate not downloading in tutorial

When following this:

http://tapestry.apache.org/using-tapestry-with-hibernate.html

Maven cannot find the version of Hibernate referenced in pom.xml. I tried
changing it to 2.2.8, which is the latest version, but that failed as well.

I have searched the forum archives.

Any ideas?


--
View this message in context: http://tapestry.1045711.n5.nabble.com/Hibernate-not-downloading-in-tutorial-tp5618252p5618252.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

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

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


Re: HSQLDB not downloading in tutorial

Posted by fredramsey <fr...@gmail.com>.
Please disregard - Maven reported only not being able to download the SOURCE
of HSQLDB.

I apologize for taking up bandwith.


--
View this message in context: http://tapestry.1045711.n5.nabble.com/HSQLDB-not-downloading-in-tutorial-tp5618252p5618801.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

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


Re: Hibernate not downloading in tutorial

Posted by "Thiago H. de Paula Figueiredo" <th...@gmail.com>.
On Wed, 04 Apr 2012 15:23:47 -0300, fredramsey <fr...@gmail.com>  
wrote:

> Sorry! I changed my post - it was HSQLDB that would not download.

This is a mailing list, not a forum, so changing your post won't work for  
the mailing list archives nor the e-mails received by its subscribers.

-- 
Thiago H. de Paula Figueiredo
Independent Java, Apache Tapestry 5 and Hibernate consultant, developer,  
and instructor
Owner, Ars Machina Tecnologia da Informação Ltda.
http://www.arsmachina.com.br

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


Re: Hibernate not downloading in tutorial

Posted by fredramsey <fr...@gmail.com>.
Sorry! I changed my post - it was HSQLDB that would not download.



--
View this message in context: http://tapestry.1045711.n5.nabble.com/Hibernate-not-downloading-in-tutorial-tp5618252p5618627.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

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


Re: Hibernate not downloading in tutorial

Posted by "Thiago H. de Paula Figueiredo" <th...@gmail.com>.
On Wed, 04 Apr 2012 13:09:42 -0300, fredramsey <fr...@gmail.com>  
wrote:

> When following this:
> http://tapestry.apache.org/using-tapestry-with-hibernate.html
> Maven cannot find the version of Hibernate referenced in pom.xml. I tried
> changing it to 2.2.8, which is the latest version, but that failed as  
> well.

Latest Hibernate version is 4.1, not 2.2.8. When trying to find Maven  
dependencies, check this site:  
http://mvnrepository.com/artifact/org.hibernate/hibernate-core

-- 
Thiago H. de Paula Figueiredo
Independent Java, Apache Tapestry 5 and Hibernate consultant, developer,  
and instructor
Owner, Ars Machina Tecnologia da Informação Ltda.
http://www.arsmachina.com.br

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