Tagged Questions
The spring-ide tag has no wiki summary.
6
votes
4answers
852 views
Is there tooling to visualize a live Spring application context?
Are there any tools that can take a fully-constructed/wired Spring application context and export a visualization of it? I'm talking about a live context that shows the order in which aspects were ...
1
vote
1answer
539 views
SpringIDE 2.6.0 failing to initialize with error under Helios
I'm running into an issue with the Spring IDE release 2.6.0 under Eclipse 3.6 SR 1
Error occured processing XML 'Could not instantiate bean class
...
1
vote
1answer
3k views
Why is SpringSource Tool Suite (STS) so slow? And how can I fix it?
I've been running STS 2.3.2 on a MacBook Pro for a few days now. I'm finding the performance to be significantly slower than any other build of Eclipse I've used. For example, switching from one tab ...
0
votes
1answer
39 views
Setting up spring toolkit - spring classes not being found
I've downloaded and installed the latest spring toolkit on eclipse helios via the update site. According to the spring website the toolkit contains "everything" needed to develop a spring app. All the ...
0
votes
1answer
34 views
spring ide and ref hyperlink click doesn't work if bean is defined in different file
when I have a bean
<bean name="myBean" class="mypackage.myBean">
<property name="otherBean" ref="otherBeanRef" />
</bean>
and I click on otherBeanRef I'm redirected to ...
0
votes
0answers
80 views
eclipse error after adding spring ide
i added spring IDE into eclipse after tht i cant open eclipse it gives the followingg error
eclipse.buildId=unknown java.version=1.5.0_16 java.vendor=Sun Microsystems Inc. BootLoader constants: ...
0
votes
0answers
59 views
eclipse spring add-on's install problem
i am just trying to learn spring,while trying to add the eclipse add on for spring from http://springide.org/updatesite
i get following error and really stuck with it can any one please help
...
0
votes
0answers
153 views
Empty Spring Bean definition list when creating a Spring Bean Configuration File
I just downloaded the SpringSource Tool Suite, and I created a simple example as shown on this tutorial, but I've an empty Spring Bean definition list when I want to create a Spring Bean Configuration ...
0
votes
2answers
544 views
Content Assist not working in applicationContext.xml with Java Project with 'Spring Project Nature' in eclipse
I have a simple java project and I am trying to use Spring 3 and Hibernate 3 in it. I've added the 'Spring Project Nature' using Spring IDE. But 'Content Assist' feature of eclipse 3.5 doesnt seem to ...
0
votes
1answer
113 views
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?
0
votes
1answer
546 views
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 ...
0
votes
2answers
468 views
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 ...
0
votes
1answer
721 views
adding a new namespace declaration to a spring config using Spring IDE
I have a Spring configuration file spring-idol.xml with the following namespace declaration:
<?xml version="1.0" encoding="UTF-8"?>
<beans xmlns="http://www.springframework.org/schema/beans"
...