In my case it was "Win XP 255 characters limitation in Path" problem (thanks Scott for pointing this out). Try to reinstall it under C:\STS\ or degrade to a previous version of STS (I did the second).
Type: Posts; User: djam; Keyword(s):
In my case it was "Win XP 255 characters limitation in Path" problem (thanks Scott for pointing this out). Try to reinstall it under C:\STS\ or degrade to a previous version of STS (I did the second).
I am not able to start a tc development server v2.1 on STS 2.5.1 (Windows XP, JDK 1.6.022), it fires the following error:
Dec 10, 2010 11:08:37 AM com.springsource.insight.tcserver.WeavingHelper...
Is there any way to see the list of currently running async commands?
I need that to display the "loading" message on the screen. Using such a list as the loading indicator would save a lot of...
As mentioned in one of the previous threads, the "selector" got renamed to "objectSelector" in DefaultAutowiringStageProcessor (my bad, was looking setting to a wrong class.)
I want to have a control on what should be wired and what is not, the docs say "selector" is my friend.
In one of the earlier threads it is mentioned that "selector" in...
Think of an application that has a Model, View, Presenter and a Command.
My View has a component, which is a summary of a data set(data and summary data resides in the Model), View fires event...