Sérgio Michels
Sérgio Michels
Hi @kuceram, could you please provide sample application with quartz ds? We can then add to the integration test suite and make sure that we fix this and include regression...
Can you try with latest version? I believe your main datasource will be wrapper.
Hi Chris, we don't have documentation for supported method signatures but in my opinion we should try to support any signature. Just by curiosity, does your service works with this...
So I was checking this behavior and looks like an issue (or maybe expected behavior?) with meta class. Currently we rely on `metaClass.getMetaMethod(name, args)` to be able to invoke service...
@virtualdogbert Can you share a branch with your changes? Then I can take a look in your issue.
@virtualdogbert There's a bug in `MelodyInterceptorEnhancer`, not sure if it was a change in Melody because plugin code is in this way since version for Grails 2. Plugin mimics Melody's...
@virtualdogbert this interceptor class is not used by grails melody, the goal of runtime metaprogramming is to have same logic, so init from interceptor should be copied to plugin bootstrap.
Hi Gabi, I can see that this feature is available in JavaMelody's current snapshot... After release we can upgrade the dependency in Grails plugin but meanwhile you can override melody...