-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update the demo #54
Comments
Yeah, it seems like this plugin is in a major transitional period right now. The 1.0.0 snapshot is using Reactor, Platform Core doesn't seem to work with Grails 2.3.x, and the documentation is all for the prior version. The only way to find examples is to look at the sample *Events.groovy files in the source. We had a working version of events-push in Grails 2.2.4 but I've been unable to get the push stuff working again in 2.3.5 using the new 1.0.0-Snapshot. It looks like it should be working, but the events never make it to the browser. |
Ok, well it's nice to know you're working on it. To be fair, I didn't get any other of the push library's to work as well. Thanks for the reply :) |
We have events-push working in 2.2.4 using the platform-core stuff. I've not been able to get it working using the new grails-events stuff in the latest version. It would awesome if @smaldini would update the grailsTodo app to be a working version with the latest events-push snapshot, then at least I could base my changes off it it. |
+1. The current version of grailsTodo does not work for me. Do you know if anyone is working on this? I am using 2.3.8, BTW. |
I just tried with grails 2.3.2 with no luck. Please fix. |
hiii any help ,will b appriciated |
The reason why I'm going to try another plugin now is because I can't get the demo to work. First of all, it is annoying that it targets grails 3.0.0-snapshot. Also, the version of grails-events-push is events-push:1.0.0.BUILD-SNAPSHOT in stead of a proper version like events-push:1.0.M7. I now get "Cannot find the class file for org.hamcrest.Matcher. Fix the build path then try building this project" and I'm giving up now.
The text was updated successfully, but these errors were encountered: