-->
These old forums are deprecated now and set to read-only. We are waiting for you on our new forums!
More modern, Discourse-based and with GitHub/Google/Twitter authentication built-in.

All times are UTC - 5 hours [ DST ]



Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 3 posts ] 
Author Message
 Post subject: is ANYONE using hibernate in tomcat??
PostPosted: Tue Aug 22, 2006 6:45 pm 
Beginner
Beginner

Joined: Sat Aug 19, 2006 8:04 pm
Posts: 30
ok i'm getting very frustrated here, this is starting to piss me off. i've read a lot of stuff but no matter what i try i can't get it right. either the session is closed, i get non-unique object exceptions because the session stays open forever, or if i get past that cascades don't work right for some reason.

so if you are using hibernate in tomcat (with struts or something similar) and not getting any exceptions AND your cascades actually cascade, can you do me a HUGE HUGE favor and please post your

relevant section of web.xml

the filter class you're using (if any)

and the HibernateUtil class.

i've tried about 10 different variations and nothing works! help me please or i'm gonna have to suck it up and use jdbc so i can get something done until i figure this out.

thanks!!!


Top
 Profile  
 
 Post subject:
PostPosted: Thu Aug 24, 2006 3:54 pm 
Newbie

Joined: Thu Aug 24, 2006 11:58 am
Posts: 5
I don't know how much help this will be, but I am currently using Hibernate in Tomcat 5.5. I am also using Spring, so the configuration will look different.

web.xml
Code:
  <filter>
    <filter-name>hibernateFilter</filter-name>
    <filter-class>
      org.springframework.orm.hibernate3.support.OpenSessionInViewFilter
    </filter-class>
   </filter>

  <filter-mapping>
    <filter-name>hibernateFilter</filter-name>
     <url-pattern>/*</url-pattern>
  </filter-mapping>


Top
 Profile  
 
 Post subject:
PostPosted: Thu Aug 24, 2006 5:11 pm 
Hibernate Team
Hibernate Team

Joined: Mon Aug 25, 2003 9:11 pm
Posts: 4592
Location: Switzerland
http://hibernate.org/42.html
http://hibernate.org/43.html


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 3 posts ] 

All times are UTC - 5 hours [ DST ]


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
© Copyright 2014, Red Hat Inc. All rights reserved. JBoss and Hibernate are registered trademarks and servicemarks of Red Hat, Inc.