SpringSource Tool Suite (STS) is the Eclipse-powered development environment for building Spring-powered enterprise applications. STS supplies tools for all of the latest enterprise Java, Spring, Groovy and Grails based technologies. See http://www.springsource.com/developer/sts.

learn more… | top users | synonyms

0
votes
2answers
32 views

In Grails, the command “tomcat:deploy” does not generate the complete war as the command “dev war” does

The command "grails dev war" deploys perfectly in my local Tomcat6 server with a generated war which contains the next folders: css images js META-INF plugins WEB-INF Unfortunately, I need that the ...
0
votes
1answer
50 views

Issues installing Spring STS in Eclipse Juno

I'm on Windows 7 professional 64b and have just downloaded and installed Eclipse Juno 64b: Eclipse Java EE IDE for Web Developers. Version: Juno Service Release 2 Build id: 20130225-0426 I go to ...
1
vote
0answers
39 views

Springsource ToolSuite won't load after attempting to create database connection in Database Development Perspective

I added the Database Development perspective and tried to create my first Oracle database connection. I got a warning/error about being low on memory, and to read a particular Readme.Txt file. I ...
1
vote
1answer
60 views

RunApp: org/apache/ivy/plugins/resolver/ChainResolver

I'm using Groovy/Grails Tool Suite 3.2.0.RELEASE, Grails 2.2.2 and Groovy Compiler 2.0. When I try to run an app I get the following error: Error executing script RunApp: ...
0
votes
1answer
22 views

IntelliJ IDEA spring template project

In IntelliJ IDEA is there a way of creating a Spring Template Project as in Spring Source ToolSuite ? The intention over here is to get a POM file created automatically with the dependencies related ...
1
vote
0answers
16 views

My Spring Explorer view shows all projects as empty. What am I missing?

The projects are visible in the navigator or package view. I am using STS 2.7.1 and Core Spring 3.2.1. Also, the "Beans support" tab is not visible under (right-click project) Properties -> ...
1
vote
1answer
31 views

STS IDE underline domain fields

I have the following situation: I have a domain and I had to remove a field from it, but this field is referenced in several different locations and grails does not capture this error during ...
0
votes
1answer
46 views

How to import/add libraries into Spring STS?

I am having an issue with Spring STS. I'm receiving the following messages: This one when trying to download the template projects: "Error while downloading or parsing descriptors file ...
0
votes
1answer
41 views

STS/Eclipse Loading Wrong Spring Beans XSD

Spring Tool Suite (3.1.0)/Eclipse is loading the wrong version of a Spring Beans XSD, causing XML validation errors. I've got spring-beans 3.2.2.RELEASE on the classpath as a Maven dependency, and so ...
0
votes
1answer
48 views

Spring STS (New Server Wizard)

The following is being experienced within Spring STS: In the process of Defining a New Server, the Server name is not populating for me to be able to click 'Next'. Previous to this, I selected Tomcat ...
1
vote
1answer
183 views

Grails 2.2.2 Compilation Errors: ThreadGroupContext beaninfo

I am using Grails 2.2.2 with GGTS 3.3M1. When I run my app (grails run-app) and change something in a groovy file then Grails recompiles the file. During this process the following error output ...
0
votes
2answers
64 views

Could not run Grails project GGTS

I have a grails project that runs perfectly in the command line. When I try to run it in GGTS with grails run-app it runs the first time without any error. Then, I stopped the server and ran it ...
0
votes
0answers
55 views

JSF autocomplete in eclipse not working

I tried to activate Facet Eclipse JSF 2 but I don't have JavaServer Faces in the Project Facets ! I have WTP 3 and jsf installed. I'm using SpringSource Tool Suite Version 2.5.2.SR1 Can anyone ...
1
vote
2answers
71 views

STS, Maven and Java running very slowly

I'm running a new install of ubuntu 12.04 afer an upgrade killed my display drivers. I've reinstalled everything but STS is running extremely slowly - it seems to hang on every mouse click and I ...
1
vote
0answers
11 views

Soft Line Break in STS/Eclipse

Does anyone know if it's possible to do a soft (no whitespace character) break, such that I can improve readability without introducing newlines into a JSP page I'm working on? Using Springsource ...
1
vote
1answer
66 views

Groovy/Grails Tools Suite (GGTS) code-assist in GSP pages for model objects

I am a newbie in Grails, and still learning. I have the following code for the model: class Book { static constraints = { } String title String author } and controller: class ...
0
votes
0answers
20 views

STS doesn't recognize build errors

I have two Spring MVC projects (B and C) that depend on a common library of classes (project A). All three projects are open in SpringSource Tool Suite 3.2.0.RELEASE. If I edit a method in project A ...
0
votes
1answer
38 views

Use of Spring oxm

I am new to spring. I was looking into spring-oxm's XStreamMarshaller. I was hoping to find a way to convert my objects into xml using this. The spring site tells me clearly how to do it but it still ...
0
votes
0answers
39 views

Break points can't be displayed on Spring Source Tool Suite

I'm using Mylyn Task Management in Spring Source Tool Suite 2.9. In Breakpoints window, when I click on button "Focus on Active Task", both old and new created Java break points can't be displayed on ...
2
votes
1answer
57 views

Groovy debugger out of sync

I am having a difficulty while attempting to debug some code in grails. It is difficult to put into text, so I have posted a screencast showing exactly what the problem is here. In short, while I am ...
2
votes
0answers
79 views

Spring STS and code completion from the view (JSP or JSF) pages

Working with JBoss Tools and CDI I very much liked the fact that when I was editing a JSF page I had access to the CDI beans and autocomplete was very helpful. Now with Spring MVC and STS I provide ...
0
votes
0answers
47 views

SoapUI Test fails on STS

I am trying to test my service using SoapUI in STS. I have the maven dependency in place. When i test it through the SoapUI interface all my test cases pass. When I try to do the same through STS by ...
0
votes
0answers
83 views

Error raised when executing run-app in grails

I'm having a strange behavior with grails and it's been going on for a week now. Running out of idea of where to look and locate the problem so hope that someone can help me out. I have a an ...
1
vote
1answer
262 views

Start a Hadoop Map Reduce Job on a remote cluster in Eclipse with the run dialog (F11)

Is it possible to start a Map Reduce job on a remote cluster with the Eclipse Run Dialog (F11)? Currently I have to run it with the External Tool Chain Dialog and Maven. Note: To execute it on a ...
0
votes
1answer
51 views

Unable to open Spring source tool suite

I installed SpringSource Tool Suite after which I was alerted that I hadn't set the JAVA_HOME. The installation was successful by then, so I closed the suite and set the java_home. But now I don't ...
0
votes
2answers
121 views

unable to deploy application on cloudfoundry raising error 404 Not Found

i am trying to deploy spring application on cloudfoundry.but as a build war file of project using mvn package command.after that i used vmc push --appname target(directory) i finished all the steps ...
0
votes
1answer
262 views

Hibernate tools giving error in Eclipse STS while connecting to MySQL database

I am using Eclipse STS 3.1.0 with Hibernate Tools 3.6.0. I am trying to connect to MySQL 5.5 database to generate my DAO classes. I am using MySQL driver mysql-connector-java-5.1.21.jar While setting ...
0
votes
0answers
27 views

Springsource Toolsuite appearance

I have just downloaded Springsource Toolsuite 3.1. When I run it, by default its menu are hidden and only shown when I hover mouse over there. Also the menu background color is black. Is there any way ...
1
vote
2answers
36 views

Web App lib jar deletion issue with STS

I am using STS 3.1 and I am not able to delete the jar that is not used from either STS nor file system, unless i close the STS and delete from the file system. The problem occurs once I start the ...
0
votes
1answer
104 views

How to run STS in verbose mode from command line

How to run SpringSource Toolsite in verbose mode from command line in Windows ? I tried following command: STS.exe -verbose - consoleLog But not getting any logs in command prompt.
0
votes
1answer
268 views

how to solve a groovy/grails tool suite reference?

I've been working on my desktop computer which has openjdk 7. When I copy a Grails project onto my laptop, which has Oracle's JDK v7, I'm having a problem with the classpath. I've checked the ...
1
vote
1answer
101 views

How to add source folder to grails application

I use STS for developing Grails application, and I need to use there a bunch of classes generated by wsimport utility. In order to not to mix my source with autogenerated source, I want to add ...
0
votes
1answer
154 views

Grails: Groovy:unable to resolve class grails.test.mixin.TestFor

I'm a newbie in Grails. In the unit tests which are generated automatically by Grails, there is import for grails.test.mixin import grails.test.mixin.TestFor However, STS complains on Groovy:unable ...
1
vote
0answers
34 views

Spring Data JPA Configuration with STS

I am getting following problem while configuring Spring Data JPA in STS Referenced file contains errors (jar:file:/.../war/WEB-INF/lib/spring- ...
0
votes
0answers
84 views

pom.xml no such file or directory

I've got a problem when I am building my project. I uses the springsource tools (STS) version 3.1.0 on Linux platform. After I imported my project to the STS, the springsource tools told me that "No ...
1
vote
1answer
421 views

The command '\bin\javaw.exe' was terminated because it didn't produce new output for some time

I have downloaded my grails project from SVN and tried to run it.Project Using grails 2.0.4 version.I'm using STS 3.0 version.I have set the JAVA_HOME properly and added the proper grails compiler in ...
0
votes
1answer
64 views

STS: Losing references in Java Build Path

I am using Spring Source Tool Suite 2.8.1 to implement Spring applications. I frequently get build errors because references are lost for no apparent reason. In Right-click project in Package ...
0
votes
1answer
138 views

Eclipse EclEmma missed instructions

I'm using Eclipse-STS + EclEmma plugin to see coverage of my code. In all my abstract util classes (with only static methods) I see 3 missed instructions (Instructions Counter report) at the class ...
1
vote
1answer
95 views

How to install the Spring Batch Samples project. Maven issues

I am investigating Spring-Batch for implementation into our shop. I'm also less than expert in Maven. But, I've downloaded the samples and imported them into a project. I've keyed all the maven ...
0
votes
1answer
65 views

Spring Batch: Non-resolvable parent POM error

I am trying to import Spring Batch Samples. I've added all the Maven groupids/artifacts/version as stated on the Spring Web site... But I can't get the project to build. I've searched Jarfinder ...
1
vote
1answer
505 views

Groovy/Grails Tool Suite (Eclipse based IDE) has big problems with deadlocks

I'm using GGTS to create some projects in Grails but this IDE is terribly slow. I have two projects in my IDE (sometimes both running) and after small changes GGTS starts to build workspace which ...
0
votes
1answer
106 views

ClassCircularityError with grails 2.1 in debug mode

Since upgrading an app from grails 1.3.7 to 2.1.0 I am getting the error below when attempting to submit(post) forms. It only happens in debug mode though! I'm using Groovy/Grails Tool Suite 3.1.0 ...
1
vote
0answers
197 views

Inserting batch of records into one table in SQL Server 2008 which contains composite key

I am new to spring source and SQL Server, sorry for this question. I am trying to insert rows into a table (IN136_DMV_USED_CAR_SALES). This table has a composite key which is connected to another ...
0
votes
1answer
407 views

tomcat server fails to start the server and application in STS

when i run the spring mvc application i get this exception and sever fails to start. Please help me to fix this issue. Jan 24, 2013 11:33:59 AM org.apache.catalina.startup.ContextConfig ...
0
votes
0answers
32 views

can I copy downloaded/installed springsource sts from one computer to another ?

I am new to spring source, sorry for this question I have downloaded and installed springsource sts into my laptop sometime ago and developed initial work. Now that the work is running, can I copy ...
0
votes
1answer
47 views

Maven Spring project not executing due to ClassNotFoundException

I'm working on a Spring/Maven tutorial to test splitting up Spring bean definitions between multiple files. My issue is that mvn -X -e exec:java shows build failure, but running as a Java application ...
1
vote
1answer
93 views

Beginning Spring 3 and error executing app

I've tried running the Spring 3 Hello World tutorial on my Ubuntu machine and have run into a few issues. First, I'm working on the Springsource ToolSuite 3.1.0 release, and have Maven installed on ...
0
votes
1answer
112 views

Bad SQL grammar error on insert statement in springsource STS

I am new to springsource and this is my first project. I am reading s flat file and saving it to a MS SQL server 2008 table, but the command below is incorrect. But it works on the similar project ...
1
vote
0answers
93 views

STS (Springsource Tool Suite) freezes for some seconds

I'm using STS 3.1.0 based on Eclipse 4.2.1 and I was having an annoying problem: it froze when I changed the active editor tab. To solve that, I've edited artifacts.xml (you can find it in your STS ...
0
votes
1answer
279 views

How to set my log4j.properties to my classpath

This could be a duplicate, so please bare with me. I have a log4j.properties file in \WebContent\conf folder. I don't know if it is set in the classpath or not. I am using Spring Source Tool Suite ...

1 2 3 4 5 8