Questions tagged [spring-tool-suite]

Spring Tool Suite (STS) provides the best Eclipse-powered development environment for building Spring-powered enterprise applications. STS supplies tools for all of the latest enterprise Java and Spring, and comes on top of the latest Eclipse releases.

The Spring Tool Suite™ (STS) provides the best Eclipse-powered development environment for building Spring-powered enterprise applications. STS supplies tools for all of the latest enterprise Java and Spring, and comes on top of the latest Eclipse releases.

Included with STS is the developer edition of Pivotal tc Server, the drop-in replacement for Apache Tomcat that’s optimized for Spring. With its Spring Insight console, tc Server Developer Edition provides a graphical real-time view of application performance metrics that lets developers identify and diagnose problems from their desktops.

STS supports application targeting to local, virtual and cloud-based servers. It is freely available for development and internal business operations use with no time limits.

For more info visit - http://spring.io/tools

Please tag your question under if it is more related to its core features.

1372 questions
0
votes
1 answer

Maven Project Build Exception

Trying to setup a sample Spring application using tutorial: http://en.tekstenuitleg.net/articles/software/spring-3-mvc-project-from-scratch/creating-a-project-layout but on Page 4 of this tutrial, Maven is throwing this exception. Any pointers on to…
breakingBad
  • 5
  • 1
  • 2
0
votes
1 answer

Eclipse - Hover not showing variables in abstract Java class

I'm currently using Spring Tool Suite 2.9.2 (based off of Eclipse 3.x). In every class that I debug through, it has no issue with on-hover displaying the values of my variables. But, when I am in an abstract class, on-hover just displays the…
Mistrog
  • 43
  • 1
  • 6
0
votes
0 answers

STS+Scala Plugin compatiblity / project build issue

Have a project in STS e3.8(Spring Batch application), recently added some scala logic and installed scala plugin(e3.8), and added Scala nature to the project. Now i'm facing the problem that sts doesn't build project automatically. I have to run mvn…
magulla
  • 499
  • 1
  • 9
  • 22
0
votes
0 answers

Spring Tool Suite -STS screen becomes fuzzy after search

Spring Tool Suite/STS search console/screen becomes fuzzy after search and I can't see the results. This problem is not consistent with all of my searches and it happens sometimes. I am not sure what exactly triggers it and hoping someone else has…
grepit
  • 21,260
  • 6
  • 105
  • 81
0
votes
1 answer

Multiple marker at this line message and phone type red symbol in spring tool suite

I am using spring MVC,hibernate in my project and come across the below symbol in Spring tool suite. So can anybody explain what does it mean or this is something related to AOP concept of spring ?
user2510115
  • 674
  • 2
  • 8
  • 17
0
votes
1 answer

Getting resources in VFrabric Server to deploy without causing container to reload

I want resources *.css, *.jsp etc. to deploy to the application when they are saved, however, not cause the entire server to reload (which is what is happening at the moment). I have checked the "Enable JMX-based reloading" box which looked like it…
jax
  • 37,735
  • 57
  • 182
  • 278
0
votes
1 answer

Spring Tool Suite and Spring Configurator - directory structure

I'm wondering what is the best way to organize Spring Configurator directories in my Maven project ? I wan't to have prod,dev and test config sets with seperate *.xml and *.conf files. And also I'd like to have a seperate master *.xml file that is…
Sebastian Dusza
  • 2,470
  • 2
  • 30
  • 54
0
votes
1 answer

HTTP Status 500 still exists even if line commented

I got following error when running my web apps related to spring:message and locale: HTTP Status 500 - An exception occurred processing JSP page /WEB-INF/jsp/login.jsp at line…
David
  • 3,957
  • 2
  • 28
  • 52
0
votes
2 answers

Ant 1.8.4 does not work in SpringToolSuite 3.2.0. Crashes with SocketTimeoutException

I am using SpringToolSuite 3.2.0 which based on Eclipse 4.2.0. When I perform ALT+SHIFT+X+Q which means "Build with Ant", console view just freezes and in error log error appears: Error logged from ANT UI java.net.SocketTimeoutException: Accept…
0
votes
0 answers

STS shows a false error in a Grails service

The code listed here works, but STS shows an annoying error: Groovy: unable to resolve class Comentario: This is a extract of the Service code with the line of the error (new Comentario(params).save())": package alojamiento import…
chelder
  • 3,819
  • 6
  • 56
  • 90
0
votes
2 answers

Exception trying to start web application (Spring Tool Suite 3.2.0 + Roo 1.2.3 + GWT 2.5.1 + Java 6)

I have created a roo project with GWT with the following commands in the roo shell (after creating the new project in the IDE): persistence setup --database H2_IN_MEMORY --provider HIBERNATE database properties set --key database.url --value…
DPM
  • 1,960
  • 3
  • 26
  • 49
0
votes
1 answer

SpringSource Tool Suite: Infinite redirect in vFabric tc server (tomcat)

I'm running SpringSource Tool Suite 3.2.0.RELEASE. I have a working application that runs just fine when configured to launch from root context ("/"). I need to move this to a subdirectory (e.g. localhost:8080/myapp ). When I do this in the included…
roufamatic
  • 18,187
  • 7
  • 57
  • 86
0
votes
0 answers

Spring security annotations work perfectly in the external Chrome browser but not in the integrated eclipse STS navigator

It is not a problem to continue coding, but I'm worry about the security. I don't know which could be the problem, or in which part could it be. This the whole code: https://www.assembla.com/code/proyectoiw/subversion/nodes/32/Alojamiento UPDATE…
chelder
  • 3,819
  • 6
  • 56
  • 90
0
votes
1 answer

Remove unnecessary Java casting in Eclipse/STS does not work?

I am using STS 3.1.0 IDE and would like to write some basic Java test programs to practice object up/downcasting principles I noticed that the IDE is automatically removing unnecessary castings, which I don't want at this point for practicing…
hammerfest
  • 2,203
  • 1
  • 20
  • 43
0
votes
1 answer

Spring Tool Suite how to upgrade Grails to 2.2

I am using STS Version: 3.2.0.RELEASE, it comes with Grails 2.1.1. I would like to upgrade it to Grails 2.2. when I select check update its says upto date. but not upgrading Grails. what is process to upgrade grails, groovy and embded tomcat to last…
sfgroups
  • 18,151
  • 28
  • 132
  • 204