I have now removed the annotation based approach that used <mvc:annotation-driven /> in the servlet context file and manually specified each controller. This has resolve my problem.
Seems like a...
Type: Posts; User: spaulger; Keyword(s):
I have now removed the annotation based approach that used <mvc:annotation-driven /> in the servlet context file and manually specified each controller. This has resolve my problem.
Seems like a...
After doing some more digging, i've copied the hibernate files and another jar, validation-api, to the JRE ext class path directory and tried again.
This time, Google App engine is reporting this...
I am very new to both Java and the Spring framework so please forgive me if this is a newbie error and maybe this is the wrong forum to post this considering the components involved.
I am trying...