Questions tagged [spring-ide]

31 questions
1
vote
1 answer

Can Spring IDE support editing multiple application.yml files?

I'm using Eclipse Neon with Spring IDE Version 3.8.3.201612191259-RELEASE. Whenever I create an application.yml file under src/main/resources it shows with a Spring embellished icon and allows me to see Spring Boot's configuration (for example see…
Tony Falabella
  • 295
  • 1
  • 6
  • 17
1
vote
1 answer

Installation error for Spring IDE in Eclipse Mars using the Eclipse market place or the install new software option

I have Eclipse Java EE IDE Version: Mars Release (4.5.0),Build id: 20150621-1200. I want to install latest Spring IDE. Tried to install it from the Eclipse Marketplace option. After clicking install it shows a very slow progress bar of calculating…
Afrining
  • 11
  • 3
1
vote
2 answers

NoSuchMethodError when compiling in Eclipse with Spring IDE

I have a development environment based on Eclipse Juno with Spring IDE installed. My project uses also Spring Security. The Spring version I am using is 2.5.5 and Spring Security is at 2.0.6. Now, after updating Spring IDE from 3.1.0 to 3.3.0, I am…
Carlos
  • 2,479
  • 24
  • 29
0
votes
1 answer

spring ide and ref hyperlink click doesn't work if bean is defined in different file

when I have a bean and I click on otherBeanRef I'm redirected to definition of otherBeanRef, however this only works if its in the same…
IAdapter
  • 55,820
  • 69
  • 166
  • 236
0
votes
1 answer

I'm having trouble installing the 'Spring IDE' plugin in Eclipse, and I want to know how to solve this

I want to install and configure spring framework in eclipse. However, the installation process is failing. The operating system of the PC I use is Window7, 32bit. RAM is 2GB. I ran Eclipse (Version: Neon.3 (4.6.3)) and clicked on help> Eclipse…
0
votes
1 answer

Eclipse SpringIDE plugin does not support java-based spring configs

Any one knows if Eclipse SpringIDE plug in supports using Java-based Spring Config instead of xml?
Charbel
  • 12,761
  • 11
  • 40
  • 64
0
votes
0 answers

Content Assist Error in Spring STS

I get the below error when I hit ctrl+space for Spring annotations autocompletion. As soon as I hit ok button, I get the suggestions as expected. I have tried other suggestions for disabling disabling subwords completion processsor and Java…
Asif Kamran Malick
  • 902
  • 2
  • 10
  • 24
0
votes
1 answer

How to add springIDE to eclipse 3.3

I am trying to add Spring Framework to my eclipse but as I select download site there come errors to download spring framework and this is not working.So I am unable to add Spring framework. The errors that are come as follows Network connection…
user582983
  • 281
  • 1
  • 3
  • 4
0
votes
1 answer

Eclipse Marketplace option not available in Help menu

Eclipse Marketplace option not available in Help menu. If link is available to install Marketplace client in STS 3.8.4 would be useful, so that i can install marketplace via Install new software.
0
votes
1 answer

Config files configuration in Spring IDE (STS): should imported XML files be listed as well?

There's one thing I never understood after so many years of using Spring IDE and Spring Tool Suite (STS). I'm using XML configuration files. One file (say "applicationContext.xml") imports other XML files, through the use of:
Mauro Molinari
  • 1,046
  • 2
  • 11
  • 21
0
votes
0 answers

Eclipse Spring IDE Spring Boot App with ClassNotFoundException with WebMvcConfigurerAdapter

I am using Eclipse Neon, (4.6) with the Spring IDE plugin (3.8.1) for developing a Spring Boot App. Using the Spring Boot Dashboard and the Spring Boot Configuration for managing running the App within Eclipse. Everything has been working fine when…
0
votes
2 answers

Spring IDE install = Mylyn ? JIRA && Atlassian : la dolce vita ;

I have both Eclipse 3.5 and 3.6 on ubuntu 10.04. I am trying, actually attempting to install Spring IDE. As usual, I install plug-ins on my galileo first before doing it on helios in case things break, since I actually use helios while galileos…
Blessed Geek
  • 19,240
  • 21
  • 96
  • 165
0
votes
1 answer

Why latest STS doesn't supprot latest Spring 4.2.4?

I just downloaded the STS (Spring Tool Suite) and created a simple Spring project. But the supported Spring version is as below: Why the latest Spring 4.2.4 is not listed? How can I add it?
smwikipedia
  • 52,824
  • 76
  • 267
  • 432
0
votes
1 answer

How to construct Spring's dependency graph without refreshing the context?

Is there any way to construct Spring's bean dependency graph without doing refresh() to a context? By using the BeanDefinitions gathered by the Spring Readers or so I want to build the dependency graph for an application with the minimum waste of…
0
votes
1 answer

Why are the Spring Libraries mising in my Eclipse project?

I am just beginning to learn Spring. I have already read about the Spring IDE (Eclipse plug-in) and STS. So I decided to install the Spring IDE with Eclipse. Right now I'm going through the tutorials for (DI). I have created a class which it will…
kiuby_88
  • 304
  • 1
  • 4
  • 13