Results 1 to 2 of 2

Thread: Problem with persistence setup

  1. #1

    Default Problem with persistence setup

    Hi,
    I got hibernate jars missing when adding hibernate persistence support. With STS 2.5.1 and Roo 1.1

    1/5/11 4:50:29 PM IST: Missing artifact org.hibernate:hibernate-core:jar:3.5.5-Final:compile
    1/5/11 4:50:29 PM IST: Missing artifact org.hibernate:hibernate-entitymanager:jar:3.5.5-Final:compile
    1/5/11 4:50:29 PM IST: Missing artifact org.hibernate.javax.persistence:hibernate-jpa-2.0-api:jar:1.0.0.Final:compile
    1/5/11 4:50:29 PM IST: Missing artifact org.hibernate:hibernate-validator:jar:4.1.0.Final:compile
    I verified that repo1.maven.org doesn't contain versions beyond hibernate 3.3, however https://repository.jboss.org/nexus/c...ories/releases does seem to contain hibernate 3.5.5 and yet the above error. Not sure whats wrong

    Regards
    Sathya

    Regards
    Sathya

  2. #2

    Default

    <repository>
    <id>JBoss Repo</id>
    <url>http://repository.jboss.org/nexus/content/groups/public-jboss</url>
    <name>JBoss Repo</name>
    </repository>
    The above repository addition to pom solved it. Though would've expected Roo to generate it by default (or was jboss repository moved post Roo 1.1 release ?)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •