What's your web.xml heading look like?
Is it like this:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE web-app PUBLIC '-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN'...
Type: Posts; User: Haiqi; Keyword(s):
What's your web.xml heading look like?
Is it like this:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE web-app PUBLIC '-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN'...
Thanks a lot, Andrei.
I downloaded spring-framework-2.0.7 and replace the spring.jar in my app with the new
spring.jar, looks like that solves the problem.
Thanks again.
Haiqi.
Note that in the following piece of code, the red line is where the exception
is thrown when I put the <tx:annotation-driven> tag into the applicationContext.xml.
What happens is when...
I am not using @Transactional anywhere in the code yet. Let me comb through the problem once again to see what I should post here for better help. Thanks.
Yes. At first I googled the exception, and people were saying it might be not compatible versions of XMLbeans and Saxon, I tried to use different jars of saxon, I am using xmlbeans 2.2, so according...
Hi,
I am trying to get the annotational transactionManager working for me.
But I am getting this weird problem, I hope some one can give me a lead
on this.
I am using spring-framework-2.0.6...