Search:

Type: Posts; User: Haiqi; Keyword(s):

Search: Search took 0.08 seconds.

  1. Replies
    8
    Views
    1,362

    What's your web.xml heading look like? Is it...

    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'...
  2. Replies
    7
    Views
    1,065

    Thanks a lot, Andrei. I downloaded...

    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.
  3. Replies
    7
    Views
    1,065

    A little more info.

    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...
  4. Replies
    7
    Views
    1,065

    I am not using @Transactional anywhere in the...

    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.
  5. Replies
    7
    Views
    1,065

    Yes. At first I googled the exception, and people...

    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...
  6. Replies
    7
    Views
    1,065

    Problem when using

    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...
Results 1 to 6 of 6