I found the problem while searching spring forum. The stack-overflow
error is caused by an old version of xerces. Use the following in maven
will solve the problem:
<dependency>
<groupId>xerces</groupId>
<artifactId>xercesImpl</artifactId>
<version>2.8.1</version>
</dependency>
I will report other issues as i go along.
BaTien
On Mon, 2007-07-23 at 20:06 -0600, Duong BaTien wrote:
> Hi:
>
> Has anyone been able to make Spring2-JPA running on tomcat 6?
>
> I try to upgrade a jsf application on tomcat. It was compiled but stuck
> at Spring JPA configuration. Any suggestions?
>
> Environment: jdk-1.6U2, tomcat-6.0.13, jsf-1.2, myfaces-1.2.0,
> trimidad-1.2.1, facelets-1.1.11, Shale-1.0.4, Spring-2.0.5,
> toplink-2.41, Oracle-XE. More detailed is in the enclosed txt file.
>
> Thanks
>