I'm currently seeing the warnings below when trying to run my Google App Engine/Grails test app in Eclipse.
Warning, target causing name overwriting of name startLogging
Warning: C:\Users\Some Person.grails\1.2.0\projects\test-grails\plugins\app-engine-0.8.8\grails-app\conf\spring not found.
Warning: C:\Users\Some Person.grails\1.2.0\p...
grails run-app from within Eclipse is currently giving me the exception below for my Google App Engine/Grails test application:
Enhancing JDO classes
[enhance] DataNucleus Enhancer (version 1.1.4) : Enhancement of classes
[enhance] Jan 24, 2010 5:11:42 AM org.datanucleus.metadata.MetaDataManager loadClasses
[enhance] SEVERE: Class...
Hello,
Environment : Windows XP, SpringSource Tool Suite (STS) 2.3.2, Roo 1.0.0, Java 1.6.0_10
I'm evaluating Roo and have created a Roo project with one Entity. Starting the tc server shows the below error in the log. My entity is StbTestResult. The app works, but I'm wondering why the error message appears?
Thanks,
Steve
[TomcatAspec...
Hello,
Environment: Windows XP, SpringSource Tool Suite 2.3.2, Roo 1.0.2.Release, Java 1.6.0_10, tc Server 6.0
I'm using the canned Roo generated code. I created an entity and associated controller. Then deleted both classes. The problem I'm seeing is the Roo created home page still shows the "Create/List" section for the deleted class...
Hi
I use STS for Grails development. When I install a plugin the IDE does not find some core classes of the plugin.
Example:
import grails.plugins.nimble.core.AdminsService
gives "Unable to resolve class import grails.plugins.nimble.core.AdminsService" .
The project runs OK.
Also, I can't find that classes myself in the project...
How to use springsource tool suite for spring web service development?
quick start of how link/guidance is required
...