Search:

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

Search: Search took 0.10 seconds.

  1. grails2 TransformationProcessor not found in STS 2.8.0 nightlies?

    Using Grails 2 BUILD-SNAPSHOT as my only grails installation, installed into STS 2.8.0 nightly by building and then unzipping the 'zipDist', I can create a Grails project, add a domain class and get...
  2. 'zipDist fixed it for me; thank you for the...

    'zipDist fixed it for me; thank you for the answer and the informative/careful responses to my tedious list :)

    One question: if I've generated a grails app outside of STS, what is the way to bring...
  3. How to get STS to accept updated grails 2.0.0.BUILD-SNAPSHOT?

    I am using STS 2.8.0M2 (nightlies) and grails-core from github (building to 2.0.0.BUILD-SNAPSHOT) so I have frequent changes to the items in the grails classpath container...
  4. Change effective "startGrails" launch under STS (2.8.0M1)

    Grails 2.0.0M1 has a bug which is due to be resolved in 2.0.0.M2 (GRAILS-7799) but until then the workaround requires changing AGENT_STRING in 'startGrails'. I did that (grails 2.0.0.M1 is OK from...
  5. Replies
    2
    Views
    1,584

    I wasn't sure if I needed to mockDomain (as I do...

    I wasn't sure if I needed to mockDomain (as I do when testing a Service) to unit-test a standalone domain object from the test/unit tree, so I set up a really simple test ...

    import grails.test.*...
  6. Replies
    2
    Views
    1,584

    STS 2.3 grails not injecting GORM?

    Attempts to test my domain objects fails with:

    groovy.lang.MissingMethodException: No signature of method: MyDomainObject.save() is applicable for argument types: () values: []

    The test runs...
Results 1 to 6 of 6