gpc / jms

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

Make the JmsFallbackConnectionFactory actually compile #4

Closed jonspalmer closed 10 years ago

jonspalmer commented 11 years ago

There were numerous mistakes in JmsFallbackConnectionFactory.java. Missing imports, import conflicts, incorrect constructor names etc. They are all fixed.

Along the: 1.Upgraded to plugin to grails 2.1.1 and refactored the config to use BuildConfig for plugins and DataSource.groovy.

  1. Fixed a failing spec.
graemerocher commented 10 years ago

compiled fine at with Grails 2.3.8