In eventCompileStart, I create xjc Java classes from an xsd schema.
Is there a conventional folder for such generated Java class files?
Adding them to src/java is a bad idea, because then I need...
Type: Posts; User: roos; Keyword(s):
In eventCompileStart, I create xjc Java classes from an xsd schema.
Is there a conventional folder for such generated Java class files?
Adding them to src/java is a bad idea, because then I need...
STS 3.0.0 is now open source:
http://blog.springsource.org/2012/08/13/springsource-tool-suites-3-0-0-released-reorganized-open-sourced-and-at-github/
On one of my OSX Lion machines I got a strange problem in a Grails 2.0 application.
This STS installation always wants to change the linkedResources/link/locationURI from
...
Figured out that the main cause is Session exceeding.
Sessions do not get closed, so the connector is saturated until the acceptCount exceeds. Same happens to the http connector.
We made our first steps using Grails 2.0 and Atmosphere but got a very strange problem on Tomcat 7.
When application runs for a while, the AJP/13 (Apache HTTPD mod_jk used) connector does not accept...
Managed to get it working by explicitly installing the 3 plugins manually.
One additional question:
When installing spring-security-ui, spring-security-core is not installed as a dependent...
Well, the warnings occur during installation of spring-security-ui and the errors during "grails run-app".
I'm on OSX Lion 10.7.2, Java 1.6.0_29.
Installing on shell, not in STS.
Thanks for the quick reply.
I added the workaround as mentioned and installed spring-security-core into the project without an issue.
But the spring-security-ui plugin still complains:
While testing 2.0.0.RC3, I'm not able to install and use spring-security-ui plugin.
During installation into a fresh grails-2.0.0.RC3 project, I receive:
grails install-plugin...