Results 1 to 3 of 3

Thread: Ridiculous spring data jpa issue with domain class web binding

  1. #1
    Join Date
    Feb 2013
    Posts
    5

    Exclamation Ridiculous spring data jpa issue with domain class web binding

    Hi all,

    a couple of minutes ago I have seen that my tiny base crud controller is broken. More explicit the domain class web binding (doc) work for some entities and for some it does not work. But, and here comes the weird thing, it worked a couple of days ago and for no obvious reason it does not work anymore. There are no errors or other helpful log messages (even with log level 'debug') ... nothing at all -.-

    Did anyone experienced a similar issue ?

  2. #2
    Join Date
    Feb 2013
    Posts
    5

    Default

    I find some more informations about this problem. It seems that my custom editors defined in a controller advice class crash the class web binding for those classes where I define another editor ... I think I have misunderstood the controller advice funktionality ...

  3. #3
    Join Date
    Feb 2013
    Posts
    5

    Default

    ok after moving the initBinder annotated method to the specific controller, which need the editors it works as before

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •