RE: RE: [HELP][S2] spring configuration of hibernate

2006-09-08 Thread David Friedman
al Message- From: Garner Shawn [mailto:[EMAIL PROTECTED] Sent: Thursday, September 07, 2006 11:47 AM To: user@struts.apache.org Subject: RE: RE: [HELP][S2] spring configuration of hibernate What is all this hibernate.c3p0 stuff and where can I find documentation on what to use? Where can I find t

Re: [HELP][S2] spring configuration of hibernate

2006-09-07 Thread Ted Husted
With Struts 2, something to keep in mind is that it already uses Spring under the covers. There should already be a Spring 1.2.8 listener included the default web.xml. Generally, you can just put applicationContext.xml in the WEB-INF and have at it. Using Hibernate with Struts 2 shouldn't be a p

RE: RE: [HELP][S2] spring configuration of hibernate

2006-09-07 Thread Garner Shawn
;David Friedman" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" Date: Thu, 7 Sep 2006 03:24:35 -0400 Subject: RE: [HELP][S2] spring configuration of hibernate I do things a little differently in my spring 2.0 + hibernate3.2.0.cr2 config (and it sure looks like you are using a

RE: [HELP][S2] spring configuration of hibernate

2006-09-07 Thread David Friedman
I do things a little differently in my spring 2.0 + hibernate3.2.0.cr2 config (and it sure looks like you are using a spring 2.0 release candidate to get the destroy-method attribute). Just note that my someDAO name of class example.MyHibernateDAOImpl extends HibernateDAOSupport and implements exa

[HELP][S2] spring configuration of hibernate

2006-09-06 Thread Garner Shawn
I'm getting the following: SEVERE: Error listenerStart I know it's the spring file because if I comment everything out it works fine. http://www.springframework.org/dtd/spring-beans.dtd";>