Skip to content
Snippets Groups Projects
  1. Apr 11, 2014
  2. Feb 24, 2014
    • Antoine Rey's avatar
      Fixes #37 with other default locale than english · 076a124e
      Antoine Rey authored
      Test in error with french default Locale:
      org.junit.ComparisonFailure: expected:<[ne peut pas être vide]> but was:<[may not be empty]>
      	at org.junit.Assert.assertEquals(Assert.java:115)
      	at org.junit.Assert.assertEquals(Assert.java:144)
      	at org.springframework.samples.petclinic.model.ValidatorTests.emptyFirstName(ValidatorTests.java:39)
      076a124e
  3. Feb 03, 2014
  4. Dec 16, 2013
  5. Dec 13, 2013
  6. Nov 24, 2013
  7. Nov 06, 2013
  8. Sep 27, 2013
  9. Sep 25, 2013
  10. Aug 25, 2013
  11. Aug 10, 2013
  12. Aug 09, 2013
  13. Aug 01, 2013
  14. Jul 25, 2013
  15. Jul 20, 2013
  16. Jul 17, 2013
  17. Jul 12, 2013
    • boly38's avatar
      Update BaseEntity.java · e50583f5
      boly38 authored
      This fix the following error :
      
         "setAttribute: Non-serializable attribute owner"
      
      In the following context :
      
        - hsql database configuration (updating data-access.properties only)
      
        - mvn clean install bees:run (cloudbees local run)
      e50583f5
Loading