using TimeDuration in one of my Grails/Groovy classes I get an exception when starting the grails app.
org.hibernate.MappingException: Could not determine type for: groovy.time.TimeDuration
usage in domain class
import groovy.time.TimeDuration
class Result {
TimeDuration overall
}
which type should I define?