Re: Questions on CHS (Cocoon, Hibernate, Spring) petstore project

2005-04-11 Thread Ugo Cei
Il giorno 11/apr/05, alle 15:13, Jonny Becker ha scritto: Apache DBCP Pooling is used here. This is probably a dump question. But why aren't there any configurations made? Is DBCP better than c3p0 (in this case)? There aren't any configurations here because it's using the defaults. Any configura

Re: Questions on CHS (Cocoon, Hibernate, Spring) petstore project

2005-04-11 Thread Jonny Becker
look like. I'm totally new to spring. Thanks Jonny From: Ugo Cei <[EMAIL PROTECTED]> Reply-To: users@cocoon.apache.org To: users@cocoon.apache.org Subject: Re: Questions on CHS (Cocoon, Hibernate, Spring) petstore project Date: Mon, 11 Apr 2005 13:56:09 +0200 Il giorno 11/apr/05, all

Re: Questions on CHS (Cocoon, Hibernate, Spring) petstore project

2005-04-11 Thread Ugo Cei
Il giorno 11/apr/05, alle 10:40, Jonny Pony ha scritto: I want to replace the HSQL with my MySQL database. What must I exactly change in the "applicationContext.xml" to do that. Is this part still neccessary for my needs or does this only start and stop the hsql-database? You can remove this, a

Re: Questions on CHS (Cocoon, Hibernate, Spring) petstore project

2005-04-11 Thread Mark Lowe
ECTED]> > >Reply-To: users@cocoon.apache.org > >To: users@cocoon.apache.org > >Subject: Re: Questions on CHS (Cocoon, Hibernate, Spring) petstore project > >Date: Mon, 11 Apr 2005 10:59:27 +0200 > > > >Jonny Pony wrote: > >>Hi, > >> &

Re: Questions on CHS (Cocoon, Hibernate, Spring) petstore project

2005-04-11 Thread Jonny Becker
o I really need this mix? Can't I just somewhere refer to my hibernate.cfg.xml. cheers Jonny From: Leszek Gawron <[EMAIL PROTECTED]> Reply-To: users@cocoon.apache.org To: users@cocoon.apache.org Subject: Re: Questions on CHS (Cocoon, Hibernate, Spring) petstore project Date: Mon, 11 Ap

Re: Questions on CHS (Cocoon, Hibernate, Spring) petstore project

2005-04-11 Thread Leszek Gawron
Jonny Pony wrote: Hi, I've got a couple of questions on the CHS(Cocoon, Hibernate, Spring) petstore project: my config is: http://www.springframework.org/dtd/spring-beans.dtd";> ${db.driver} ${db.url} ${db.username} ${db.password} classpath:hiber

Questions on CHS (Cocoon, Hibernate, Spring) petstore project

2005-04-11 Thread Jonny Pony
Hi, I've got a couple of questions on the CHS(Cocoon, Hibernate, Spring) petstore project: Nr.1: I want to replace the HSQL with my MySQL database. What must I exactly change in the "applicationContext.xml" to do that. Is this part still neccessary for my needs or does this only start and stop