No, still not resolved. I think it will require a complete re-installation and, as basic Eclipse rather than STS is adequate for the project I'm currently working on, I have not yet attempted to do...
Type: Posts; User: bevr; Keyword(s):
No, still not resolved. I think it will require a complete re-installation and, as basic Eclipse rather than STS is adequate for the project I'm currently working on, I have not yet attempted to do...
Yesterday, I did an update from 2.5.0.CI-R6088-B144 to 2.5.2.CI-R6253-B162 but the Spring Explorer is now unable to display any details when a configuration file is clicked on.
The Error Log shows...
Thanks - the workaround was successful.
Using Eclipse's update mechanism, I am unable to update from 2.3.3.M2 to 2.5.0.201010241000-RELEASE as I get the following error message:
An error occurred while unconfiguring the items to...
Thanks for the information, Peter. I ended up using integration tests, but the new mocking support looks useful, so I'll give that a go the next opportunity I get.
I am trying to test a fairly straightforward show closure in a controller which attempts to get the object to show by supplying an instance of the object populated with the 'key fields' as follows:
...
Breakpoints seem to be observed when debugging using grails run-app but not when using test-app.
Could somebody clarify whether this should work in STS 2.3.3.M2, please.
This thread...
Doh, ignore this post - the problem was a missing row in the join table between user and role.
I am using the <sec:access> tag in my layout to enable/disable menu options according to the user roles as follows
<table style="width:350px;float:left;">
<tr>
<sec:access...
When I added either a logging filter or before/after interceptors to carry out logging for Controllers, I get duplicate messages as follows:
25-08-2010 11:53:34 [http-8080-2] DEBUG -...
Similarly, war file generated using the grails war command does not seem to be visible within the Grails perspective.
The new features in the 2.3.3.M2 release are great, but the scaffolding templates don't seem to be visible using the new Grails Project Explore tab.
Am I looking in the wrong place or is there...
Thanks, but all is now working again.
The original update was done by using the Eclipse 'Check for Updates' feature which indicated about 5 or 6 plugins needed updating, including STS and...
Yes, I thought the Subclipse version looked rather old and had just noticed the blog about the nice new features in STS 2.3.3.M2, so I thought I'd do an update.
Unfortunately, Subclipse now seems...
I'm not sure whether this is a problem with the Subclipse plugin (1.0.7) or with SpringSource Tool Suite (2.3.3.M1), but if a file is double-clicked from within the Team Synchronizing perspective in...
Thanks Christian - have raised a JIRA request - https://issuetracker.springsource.com/browse/STS-988
I have just installed STS 2.3.3.M1 and am using the Grails tooling with Grails 1.3.1.
I am new to both STS and Grails so I apologise if there is an obvious answer to my problem.
It appears that...
Thanks - your blog with the fix for Grails 1.3 worked, but maybe a link from the STS dashboard would have got me to the solution a little more quickly?
I'm trying to get a custom namespace handler working with DWR and AOP namespace handlers and hitting the well-known java.lang.IllegalArgumentException: object is not an instance of declaring class...
I've been trying to use the Extensible XML Authoring API to implement conditional imports within Spring config files e.g.
<testNs:if test="${customer}">
<import...
Thanks for your help, Jason. Finally got the AMS Server starting up and made the suggested changes in the AMS Agent bat file.
Had a slight further issue when starting up an agent for the first...
And now the AMS server seems to have the same issue. When I try and install the service, I get the error message 'C:\Program' is not recognised as an internal or external command.....
I've found...
Excellent - thank you. When I looked in wrapper.conf in the directory structure of the SpringSource layout tcserver instance created, the line in there said set JAVA_HOME=C:\Program so it looks like...
Thanks for the suggestion Jason. setenv.bat now reads set JAVA_HOME="C:\Program Files\Java\jdk1.6.0_13" but this has made no difference. Log still shows it trying to find the non-existent path.
Continued with the installation, using the tcserver instance on the D: drive, but have been unable to start it and am getting the following error message in the log:
STATUS | wrapper | 2009/04/30...