Search:

Type: Posts; User: roos; Keyword(s):

Search: Search took 0.02 seconds.

  1. Replies
    0
    Views
    322

    Adding a java-generated source folder

    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...
  2. Replies
    3
    Views
    620

    STS 3.0.0 is now open source:...

    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/
  3. Grails STS 2.8.1 .project location property problem

    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
    ...
  4. Replies
    2
    Views
    999

    Figured out that the main cause is Session...

    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.
  5. Replies
    2
    Views
    999

    Atmosphere Tomcat 7 AJP/13 problems

    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...
  6. Managed to get it working by explicitly...

    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...
  7. Well, the warnings occur during installation of...

    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.
  8. Thanks for the quick reply. I added the...

    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:
  9. spring-security-ui on 2.0.0.RC3 transitive-metadata warning and webxml error

    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...
Results 1 to 9 of 9