gpc / jms

JMS integration for Grails.
http://grails.org/plugin/jms
16 stars 28 forks source link

browse() methods not working with Grails 3.3 ? #38

Closed eric-vepa-kereis closed 3 years ago

eric-vepa-kereis commented 5 years ago

I am trying to use 2.0.0.RC2 with latest Grails (3.3.9) and jmsService.browse() methods does not work for me.

The problem seems to be in JmsService#doBrowseSelected() at line "for (Message m in browser.enumeration) {". When replaced witthout Groovy-style like "for (Message m in browser.getEnumeration()) {" it is ok.

Any clue, why ?

github-actions[bot] commented 3 years ago

Stale issue message