Results 1 to 3 of 3

Thread: No Hibernate 3 in new Spring 2.0

  1. #1
    Join Date
    Nov 2005
    Posts
    148

    Question No Hibernate 3 in new Spring 2.0

    Hi,
    I changed my previous spring.jar(1828 kb) to new spring t new Spring 2.0(1911 Kb). But new spring jar is not containing hibernate supported files like org.springframework.orm.hibernate3.support.Hiberna teDaoSupport;

    Anyone help me in this regard?

    Regards,
    shahzad

  2. #2
    Join Date
    Nov 2005
    Posts
    148

    Wink solved by adding ext module

    Hi,

    just solved by adding spring-hibernate3.jar from extmodules.

    Regards,
    Shahzad

  3. #3
    Join Date
    Aug 2004
    Location
    San Mateo, CA
    Posts
    1,265

    Default

    The binaries in Spring 2.0 are slightly more modular. Previously spring.jar had nearly everything in it. It's just a matter of where the classes are; Hibernate 3 and all other persistence technologies are fully supported and that support is continually being enhanced.
    Rod Johnson - GM, SpringSource Division, VMware
    http://www.springsource.com
    Spring From the Source

Posting Permissions

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