You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 31, 2018. It is now read-only.
Hi, I just tried v. 1.0.0. of the PlugIn with the new Grails v. 2.3.5 and ran into a http 404 and the following stacktrace when trying to save a new item in the demo page:
Method on class [kickstart._DemoPage] was used outside of a Grails application. If running in the context of a test using the mocking API or bootstrap Grails correctly.. Stacktrace follows:
Message: Method on class [kickstart._DemoPage] was used outside of a Grails application. If running in the context of a test using the mocking API or bootstrap Grails correctly.
Line | Method
->> 22 | save in kickstart._DemoPageController
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
| 200 | doFilter in grails.plugin.cache.web.filter.PageFragmentCachingFilter
| 63 | doFilter in grails.plugin.cache.web.filter.AbstractFilter
| 886 | runTask in java.util.concurrent.ThreadPoolExecutor$Worker
| 908 | run . . in ''
^ 662 | run in java.lang.Thread
Any ideas?
Thanks a lot!
my Infrastructure:
Windows 8.1 64Bit
JDK 1.6.0_25
Grails 2.3.5
Kickstart with Bootstrap 1.0.0
Chrome Version 32.0.1700.76 m
The text was updated successfully, but these errors were encountered:
Yes, I have the same problem but I couldn't identify the cause yet. Must be some change from Grails 2.3.x. However, the demopage is not that important and I tested with newly generated Domain Classes in a project and they are working fine (with the exception of the date binding problem)
Hi, I just tried v. 1.0.0. of the PlugIn with the new Grails v. 2.3.5 and ran into a http 404 and the following stacktrace when trying to save a new item in the demo page:
Any ideas?
Thanks a lot!
my Infrastructure:
Windows 8.1 64Bit
JDK 1.6.0_25
Grails 2.3.5
Kickstart with Bootstrap 1.0.0
Chrome Version 32.0.1700.76 m
The text was updated successfully, but these errors were encountered: