Search:

Type: Posts; User: NicoTexas; Keyword(s):

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Replies
    2
    Views
    112

    Spring artifacts are on the maven central...

    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>...
  2. Yes, I could have been more specific :)...

    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...
  3. Is the gradle.build includes : eclipse {...

    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'
  4. Just a follow up. Also I have a...

    Just a follow up.

    Also I have a "RemoteSystemsTempFiles" directory in my workspace. First time I see that.
  5. Thanks pijmleko ! I was trying to remove it...

    Thanks pijmleko !

    I was trying to remove it from the eclipse{} task.
    I'm fairly new to Gradle :)

    So having



    apply plugin: 'java'
  6. Hi Martin, No remote systems view opened... I...

    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
  7. Ok, tried to remove it "manually" but without any...

    Ok, tried to remove it "manually" but without any success.



    eclipse {

    project {
    natures 'com.springsource.sts.gradle.core.nature', 'org.eclipse.jdt.core.javanature',...
  8. Hi Andrew, Clean install of STS 3.3.0M2 64bit...

    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...
  9. A clean install of STS. Looks like the upgrade...

    A clean install of STS.

    Looks like the upgrade took care of the messages.

    Thanks, and sorry, I missed the previous post... :(
  10. Same here, no JPA facet in my project but still...

    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...
  11. STS 3.3.0 m2 : Gradle and Web App Libraries

    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...
  12. STS 3.3.0 m2 and Remote System Explorer = Poor performances

    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...
  13. I bet it took you more time to "play" with Mylyn...

    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 :)
  14. Hi, I can't answer the Spring specific...

    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...
  15. Replies
    2
    Views
    372

    http://search.maven.org/#search%7Cga%7C1%7Cspring-...

    http://search.maven.org/#search%7Cga%7C1%7Cspring-data-jpa

    You should think about using Maven or Gradle. Would make your life much easier.
  16. From the release notes :

    From the release notes :
  17. It didn't help me by itself. However, I had a...

    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...
  18. You're welcome. I agree on the bug thing :) But...

    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...
  19. It's not a "bug" as it works fine for me. Are...

    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 ?
  20. spring-faces asm dependency and Spring-core 3.2

    Looks like there is some incompatibility to expect with Spring 3.2 due to spring-asm being dropped....
  21. Same here. Hope the Spring Data JPA will be...

    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 ?
  22. Replies
    60
    Views
    22,009

    Just tested that and seems better when switching...

    Just tested that and seems better when switching to XML editors.
    Thanks John.
  23. Replies
    13
    Views
    2,333

    you want to keep @Component and @Scope

    you want to keep @Component and @Scope
  24. Replies
    60
    Views
    22,009

    Thanks Martin. Looks like adding ...

    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
  25. Replies
    60
    Views
    22,009

    Installed the patch, didn't much difference but...

    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...
Results 1 to 25 of 31
Page 1 of 2 1 2