Spring artifacts are on the maven central repository so no need to define the spring repository.
Also
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-core</artifactId>...
Type: Posts; User: NicoTexas; Keyword(s):
Spring artifacts are on the maven central repository so no need to define the spring repository.
Also
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-core</artifactId>...
Yes, I could have been more specific :)
Documentation isn't very helpful in Demetrio case as you have to figure out the facet names by yourself.
Anyway, basically the eclipse-wtp plugin will...
Is the gradle.build includes :
eclipse {
wtp {
facet {
facet name: 'jst.web', version: '2.5'
facet name: 'java', version: '1.6'
facet name: 'wst.jsdt.web', version: '1.0'
Just a follow up.
Also I have a "RemoteSystemsTempFiles" directory in my workspace. First time I see that.
Thanks pijmleko !
I was trying to remove it from the eclipse{} task.
I'm fairly new to Gradle :)
So having
apply plugin: 'java'
Hi Martin,
No remote systems view opened...
I will try to set the timeout to 1ms and see if it's better.
thanks for the suggestion
Ok, tried to remove it "manually" but without any success.
eclipse {
project {
natures 'com.springsource.sts.gradle.core.nature', 'org.eclipse.jdt.core.javanature',...
Hi Andrew,
Clean install of STS 3.3.0M2 64bit (Kepler)
It happens on all my projects. I have different type of projects (Maven and Gradle) but they are all WTP projects.
I tried with and without...
A clean install of STS.
Looks like the upgrade took care of the messages.
Thanks, and sorry, I missed the previous post... :(
Same here, no JPA facet in my project but still the "JPA Java Change Event Handler (Waiting)" messages.
Using 3.3.0M2 Kepler.
This thing seems to participate to the big slowdowns I experience...
I'm trying to set up my project using Gradle.
Things are OK but when generating the WTP conf files gradle-WTP is adding the Web App libraries automatically to the project.
I want to get rid of...
I just noticed that I had poor performances after every save and had to wait for
"Remote System Explorer Operation" (Eclipse is completely frozen) for 20/30s
So, first, what is that?
Then I...
I bet it took you more time to "play" with Mylyn that it would take you to download STS 3.2 and install it.
Just saying :)
Hi,
I can't answer the Spring specific questions (I wrote my own implementation on top of openSaml).
But I can help you to setup the local environment.
What I did is, install...
http://search.maven.org/#search%7Cga%7C1%7Cspring-data-jpa
You should think about using Maven or Gradle. Would make your life much easier.
From the release notes :
It didn't help me by itself. However, I had a look at my dependency hierarchy and figure out I was getting Spring-asm 3.1.1 from Spring-faces 2.3.1 which have a dependency to Spring-mvc 3.1.1...
So...
You're welcome.
I agree on the bug thing :)
But yeah, I think there is an option somewhere to rebuild the indexes automatically. I guess the default value is set to false because of the poor...
It's not a "bug" as it works fine for me.
Are you using a Maven proxy as Nexus ?
Did you update your Maven indexes ?
Looks like there is some incompatibility to expect with Spring 3.2 due to spring-asm being dropped....
Same here.
Hope the Spring Data JPA will be upgraded quickly as I would love to use the new Test features in Spring 3.2.
Any time frame for an update ?
Just tested that and seems better when switching to XML editors.
Thanks John.
you want to keep @Component and @Scope
Thanks Martin.
Looks like adding
-XX:+UseConcMarkSweepGC helps the garbage collection.
Here is my full STS.ini
-vm
C:/Program Files/Java/jdk1.7.0_05/bin/javaw.exe
-startup
Installed the patch, didn't much difference but didn't have real problems.
What I wonder is what's going on with the memory consumption.
For example switching from one editor to another one (Java...