padcom / grails-routing

Apache License 2.0
30 stars 31 forks source link

sendMessage to controller doesn't work in 1.4.1 #52

Open anixan opened 8 years ago

anixan commented 8 years ago

Hi All,

I have found an issue with the 1.4.1 plugin while I was testing the addition of 'camel-metrics'.

When using the 1.4.1 plugin the 'sendMessage' functionality while trying to pass data to Services doesn't work. The normal processing works fine for routes however when trying to pass data to Services it fails.

I tested the exact same code for 1.4.0 which works fine. This is causing an issue as I want to use camel-metrics which is only available after Camel version 2.14.0.

Can anyone help me with this or point me to where this issue might be?

Thanks

anixan commented 8 years ago

I no longer require help I have decided to abandon use of this plugin and I wired Camel into the application manually.