gpc / jms

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

No bean named 'standardJmsListenerAdapter' is defined #31

Closed dinizssa closed 7 years ago

dinizssa commented 7 years ago

Hi, I just updated to 2.0.0.RC1 and I've got this captioned error. Grails version: 3.0.10. It was working before the update. Should I include any extra configuration in order to make this bean created by the plugin visible?

Caused by: org.springframework.beans.factory.NoSuchBeanDefinitionException: No bean named 'standardJmsListenerAdapter' is defined at org.springframework.beans.factory.support.DefaultListableBeanFactory.getBeanDefinition(DefaultListableBeanFactory.java:687) ~[spring-beans-4.1.8.RELEASE.jar:4.1.8.RELEASE]

Any ideas?

dinizssa commented 7 years ago

After downgrading to the version 2.0.0.M1 it worked. I'm closing this issue for now.