Re: [appfuse-user] Upgrading spring 2.0.6 to use hibernate3.2.4.sp1

2007-07-31 Thread fadhli
Matt, ignore the previous post. It turns out if you have a full-source project, whenever you upgrade your jar files, make sure to delete the old jar file in your src/main/webapp/WEB-INF/lib. Thanks for you time. Regards On 8/1/07, fadhli <[EMAIL PROTECTED]> wrote: > > Hi Matt, I'd upgrade my hib

Re: [appfuse-user] Upgrading spring 2.0.6 to use hibernate3.2.4.sp1

2007-07-31 Thread fadhli
Hi Matt, I'd upgrade my hibernate dependency in my pom.xml. However, I noticed when I execute integration-test, I looked into the WEB-INF/lib and found out that there are two versions of hibernate jars in it. The same goes with ehcache and spring jar files when I upgraded my dependency in pom.xml.

Re: [appfuse-user] Upgrading spring 2.0.6 to use hibernate3.2.4.sp1

2007-07-31 Thread Matt Raible
You should just need to upgrade your Hibernate dependency by adding an entry for it into your pom.xml. Matt On 7/31/07, fadhli <[EMAIL PROTECTED]> wrote: > Hello, > > There are some issues on the hibernate 3.2.1.ga used by spring especially > for the composite key mappings. So my question is how

[appfuse-user] Upgrading spring 2.0.6 to use hibernate3.2.4.sp1

2007-07-31 Thread fadhli
Hello, There are some issues on the hibernate 3.2.1.ga used by spring especially for the composite key mappings. So my question is how do I update spring to use the latest hibernate library? FYI, I've already updated my spring to version 2.0.6 -- /fadhli