I get the following error whenever I modify a service (while the grails application is running) that contains a static inner class from eclipse. How to resolve this?
ERROR loaded.CurrentLiveVersion - Unexpected exception whilst trying to call the static initializer on com.xySensorDataProcessorService$SensorProcessedFields
SensorDataProcessorService, and the static inner class is SensorProcessedFields
source share