Daniel Bower

Results 22 comments of Daniel Bower

I don't have permissions to add anybody, but, if you submit a pull request, I'll approve it.

Work around for this: I use the Grails Database Migration Plugin. Future Fix, introduce a translation function to convert the database type above into the String necessary to load the...

So, instead of letting the Spring Batch Plugin populate the database schema, I manually add it to the data migration.

That is a good question, feel free to try it. I didn't author that part of the plugin, so I'm not familiar with the mechanism. My hunch is that the...

Were you inlining the plugin? That can act oddly when you're working with the beans in the Plugin Descriptor. Doing a full deployment will make it behave a little more...

If you look at: https://github.com/johnrengelman/grails-spring-batch/blob/master/test/projects/simple-schedule/grails-app/conf/BuildConfig.groovy You'll see the the grails spring batch plugin is "Inlined" on line 66 vs the regular manner of installing a plugin. This can make plugin...

You're using "grails war" and then copying the resultant war file to Tomcat? That is what I am doing. I'm deploying to Tomcat 7 on Java 7.

I've not had an opportunity to do so, and unfortunately, I don't have any Grails 3 projects lined up to do so.

Could you post the link to your stack overflow question. I'll be interested to see if anyone responds.

Ah, I found it: http://stackoverflow.com/questions/24946610/multiple-spring-batch-jobs-in-one-grails-application.