I have been struggling with this for 2 days now and everything I've read so far does not seem to work. Is it possible to use the joda-time plugin with Grails 2.4.4? Has anyone done this? I created a brand new 2.4.4 application, made a domain class, and just added the joda-time plugin and I get the following error at run time
Error evaluating ORM mappings block for domain [Domain Name Here]: No such property: org for class: org.codehaus.groovy.grails.orm.hibernate.cfg.HibernateMappingBuilder
I've tried versions of the plugin up to 1.6-SNAPSHOT but nothing seems to work.