Re: Dependancy Madness: Struts 2.2.1 spring 2.5 (preferably later ie: 3) and JPA2 backed with Hibernate

2010-12-21 Thread Maurizio Cucchiara
It looks like there is a spring library conflict. Though at first glance would seem a spring issue, could you post the list of the lib directory (probably there will be more than one spring library version) 2010/12/20 Ken McWilliams ken.mcwilli...@aerose.com: I'm experiencing issues upgrading

Re: Dependancy Madness: Struts 2.2.1 spring 2.5 (preferably later ie: 3) and JPA2 backed with Hibernate

2010-12-21 Thread Ken McWilliams
I took your advice, there were to different versions of spring. Then did the rest of the hacking needed to upgrade struts 2.0.6 with dojo to 2.2.1. Now on my list: 1) Change the demo to use jQuery + stuts2-json-plugin 2) Upgrade spring to 3+ 3) Upgrade Hibernate and jpa to support JPA 2. 4) See

Dependancy Madness: Struts 2.2.1 spring 2.5 (preferably later ie: 3) and JPA2 backed with Hibernate

2010-12-20 Thread Ken McWilliams
I'm experiencing issues upgrading the struts2-spring-2-jpa-ajax demo found here http://struts.apache.org/2.2.1/docs/struts-2-spring-2-jpa-ajax.html I've set up quite a few 2.2.1 projects I've just had a hard time understanding the spring/hibernate dependencies. I don't suppose anyone has an