grails-executor
grails-executor copied to clipboard
Custom property editors wont work from within runAsync
Custom property editors wont work, when doing data binding, from within runAsync
Thts because GrailsWebRequest.lookup() will return null from within runAsync.. and GrailsDataBinder wont register custom property editors when not in a request thread.