Search:

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

Search: Search took 0.02 seconds.

  1. wow! got it! I had to change the validation-mode...

    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...
  2. wow! got it! I had to change the validation-mode...

    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...
  3. javax.validation.ConstraintViolationException: Bean Validation constraint(s) violated

    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...
  4. javax.validation.ConstraintViolationException: Bean Validation constraint(s) violated

    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...
  5. I found the beast !!!! There was an old...

    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...
  6. org.springframework.web.util.NestedServletExceptio n: Handler processing failed

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