wow! got it! I had to change the validation-mode in my persistence.xml from Auto to NONE which basically tells the app not to used the bean validation at all. Error messages are gone and my DAO works...
Type: Posts; User: extCoder; Keyword(s):
wow! got it! I had to change the validation-mode in my persistence.xml from Auto to NONE which basically tells the app not to used the bean validation at all. Error messages are gone and my DAO works...
wow! got it! I had to change the validation-mode in my persistence.xml from Auto to NONE which basically tells the app not to used the bean validation at all. Error messages are gone and my DAO works...
I'm having an annoying error message while trying to insert new element in a many to many relationship using JPA 2.0, SpringMvc 3.
I have a table with States and another one with Persons. A person...
I'm having an annoying error message while trying to insert new element in a many to many relationship using JPA 2.0, SpringMvc 3.
I have a table with States and another one with Persons. A person...
I found the beast !!!! There was an old "toplink-essentials.jar" hanging out in my glassfish/lib directory. I dropped it there sometimes back when I was playing around with one of my applications. So...
I'm trying to run a simple user login with spring mvc 3 and weird things are happening.
My environment
Eclipse Helios 3.6
GlassFish 3
Java 6
Librairies: WEB-INF/lib
commons-logging-1.1.1.jar...