GGTS IDE complains unable to resolve plugin classes
when importing but the application compiles and runs without issues. Could someone please help resolve this error
e.g. : When using grails jms plugin and defining the Queue annotation
import grails.plugin.jms.Queue @Queue(name='msg.new')
The error thrown by IDE is Groovy:
unable to resolve class grails.plugin.jms.Queue