Results 1 to 2 of 2

Thread: Server hangs after loading the query

  1. #1
    Join Date
    May 2009
    Posts
    2

    Unhappy Server hangs after loading the query

    i am using spring with hibernate.

    iam updating the status and iam using the query as
    hibernateTemplate.load(CLASS.class,new Integer(value),LockMode.UPGRADE);
    ft.setStatus("true");
    hibernateTemplate.save(ft);

    after loading the query, my server is hanging ..its not excuting the
    ft.setStatus("true");
    hibernateTemplate.save(ft);

    ..plz help me on this.

  2. #2
    Join Date
    Oct 2005
    Location
    Boston, MA
    Posts
    2,853

    Default

    This is the forum section for the Spring Integration project.

    You should try asking this question in the Data Access forum.

Posting Permissions

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