vahidhedayati / grails-wschat-plugin

Grails websocket chat Plugin provides a multi-chat room add-on to an existing grails based site. provides: Private Messaging/WebRTC/Offline PM + room booking/reservations. Websocket TicTactoe. Add Live Chat to your Grails application
http://grails.org/plugin/wschat
Apache License 2.0
22 stars 10 forks source link

I am not able to install v3.0.10 under Grails 3.1.1 #16

Closed dsgrafiniert closed 8 years ago

dsgrafiniert commented 8 years ago

Stacktrace:

BUILD SUCCESSFUL

Total time: 2.688 secs Download https://repo.grails.org/grails/core/org/grails/plugins/wschat/3.0.11/wschat-3.0.11.pom | Running application...

FAILURE: Build failed with an exception.

FAILURE: Build failed with an exception.

vahidhedayati commented 8 years ago

Hi

Thanks for reporting the issue, please try the updated release of 3.0.12

Refer to test site https://github.com/vahidhedayati/testwschat3 as an example.

I have also updated the plugins within the plugin so pay attention to springsecurity configuration changed defined in the documentation vs what is now on testwschat3 application.groovy file.

Also since updating to latest version of spring security the auth/login pages does not appear to load up from the plugin. So you may need to copy them to your sites local view folder for it to work.

I ended up disabling spring security at the top of application.groovy within test site.

dsgrafiniert commented 8 years ago

Thanks a lot. Working like a charm now!