Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

7
votes
3answers
2k views

Eclipse Spring IDE 2.3.2 plug-in vs. SpringSource Tool Suite 2.3.2

I'd like to play around with Spring for an upcoming JEE project. Is there any difference between the Eclipse Spring IDE 2.3.2 plug-in (in the new Eclipse Marketplace) and the SpringSource Tool Suite ...
6
votes
1answer
396 views

Eclipse: Make Tabs visible, Spaces invisible

Usually I'd like to edit files with Spaces only. But when I open files with Tabs, I'd like to see them (for example as arrows ->). With such files I do my edits careful, so not to destroy the ...
5
votes
6answers
2k views

System.Console() returns null

I was using readLine of BufferedReader to get input/new password from user, but wanted to mask the password so i am trying to use java.io.Console class. Problem is that System.Console() returns null ...
4
votes
1answer
1k views

Tomcat understands amq:broker but Eclipse marks errors in schema

When working with ActiveMQ in Eclipse, you might sometimes get a schema parsing error as such: Caused by: org.xml.sax.SAXParseException: cvc-complex-type.2.4.c: The matching wildcard is strict, but ...
4
votes
5answers
3k views

Hibernate, JDBC-driver and OSGi problem

I'v encountered a somewhat frustating problem. Im using Apache Felix as my OSGi framework and Im also using Hibernate for persistency issues. Im using the "osgi-bundle" version of Hibernate ...
3
votes
6answers
459 views

Groovy code editor suggestions

I'm trying to learn Grails. I'm using SpringSource toole suite. I expected to find code-completion, syntax highlighting and more things like that in the IDE. Nothing like that! Any advice?
3
votes
4answers
1k views

How to integrate a SpringSource dm Server into another OSGi-based application server?

I would really like to use SpringSource dm Server, but our customer requires us to run our apps on their application server (Websphere). Is there a way to integrate SpringSource dm Server with other ...
2
votes
0answers
300 views

RestTemplate, PUT method, and Expect: 100-CONTINUE

I'm a newbie to resttemplate and how it is backed by Apache http classes. So at first I thought all I needed to do was manually create http headers with Expect: 100 Continue in order to start ...
2
votes
1answer
463 views

Spring Web Flow 3 Development Abandoned?

Does anyone have any information on Spring Web Flow 3 status? Here are a few relevant links that support my sense that springsource has essentially abandoned the project: 1)Official roadmap ...
2
votes
1answer
665 views

Can I disable the Dashboard window when SpringSource Tool Suite starts up?

There apparently used to be a toggle switch on the Dashboard itself, but that's gone, and I can't find anything in the Preferences. I'm using version 2.5.2. I know it's really not a big deal, but ...
2
votes
1answer
453 views

Getting EL variable properties in eclipse

I'm using Eclipse/Spring source to edit JSP tags and EL. If I want to check what all the properties of a variable are is there a way to do this? Or even find out which file is generating the variable ...
1
vote
2answers
79 views

What is the best way to redirect a user to mobile site based on device using custom handlerinterceptor in Spring

Right now we are working on a project that will have a desktop and a mobile version of the site, created in Spring. We want the mobile and the desktop version to share the same Spring security system ...
1
vote
1answer
150 views

SpringSource Tool Suite (STS) install into existing Eclipse install via the update site not working

I'm trying to install SpringSource tool suite into an existing Eclipse install (3.7 Indigio). Following the update site manual from Spring source, everything runs ok, however I cannot find any way to ...
1
vote
1answer
943 views

SpringSource Tool suite: How to get my project to run on Tomcat 5.5 / Java 5?

I'm using SpringSource Tool Suite 2.6.0.RELEASE. I want to configure my project to use a run configuration that is a Tomcat 5.5 server using JRE 1.5 (I'm on Mac 10.6.6). I'm having trouble doing ...
1
vote
0answers
203 views

Can't get a Static Web Project to be available in Servers 'Add and Remove' in SpringSource Tool Suite

I am trying to add a Static Web Site to my localhost server. But, I can't seem to get it to show up as a resource for me to add it to my server as a configured resource. In the Eclipse project ...
1
vote
1answer
2k views

SpringSource Tool Suite (STS): How to run server and Java project through the IDE?

I'm using the latest version of SpringSource Tool Suite (STS). I have set up a Java project. My code has an Ant build file that packages a WAR. I have Tomcat 6.0.24 installed locally on my Mac ...
1
vote
1answer
829 views

How to make Sonatype's Nexus Repository to work with SpringSource’s EBR

I'm looking to add the SpringSource EBR (Enterprise Bundle Repository: http://www.springsource.com/repository/) to Nexus as a proxy. My main reason to doing so is that SpringSource OSGi-fied various ...
1
vote
2answers
107 views

type a simple “©” in STS on a macbook pro

I have a simple but realy annoying problem: I just can't manage to type a simple "©" in STS (SpringSource Tool Suite) on my macbook pro. In any other editor (even plain eclipse) or application I use ...
1
vote
2answers
540 views

Unable to deploy a Roo/GWT application on Google AppEngine from Springsource Tool Suite

I followed this excellent tutorial but, as it doensn't cover the deployment part, I tried to do it by myself. So, I installed Springsource Tool Suite in Ubuntu. Then, I create a "demo1" Roo project. ...
1
vote
1answer
731 views

Eclipse (Springsource Tool Suite 2.3.1) can't resolve dependencies for classes in the same package

This started happening when I upgraded my Springsource Tool Suite from 2.3 to 2.3.1. Essentially whenever I do anything, such as open a file, change a file, etc, I have to do a clean. Everything ...
1
vote
1answer
511 views

How to generate tld files from grails taglibs?

I want to have full code autocompletion. I managed to add core/grails/spring taglibs so that STS does autocomplete tags for me in gsp files. What i want to do now is do same thing for my own custom ...
1
vote
1answer
5k views

The container 'Maven Dependencies' references non existing library

I use SpringSource Tool Suite 2.3.0. Recently I added the commons-compress dependency to pom.xml as required by jackrabbit 2.0 dependency. Updating maven dependencies console shows: "Missing artifact ...
1
vote
2answers
423 views

Eclipse debugging / step into method skipping AOP wiring

I'm debugging a SpringSource application in Eclipse 3.5 that makes heavy use of AOP to wire up the components. If I want to step into a method of a class wired with AOP, I first have to step ...
1
vote
2answers
483 views

Eclipse keeps changing the Targeted Runtimes

We're using Eclipse 3.4.1 with SpringSource dm Server 1.0. There are two Targeted Runtimes defined (Project / Properties / Targeted Runtimes). The one we setup is called SpringSource dm Server ...
0
votes
2answers
110 views

Selecting multiple values from select tag - Grails

Could you please anyone tell me how to get multiple values from <g:select multiple="multiple" ... I have this in my create.gsp <g:select name="validator.id" multiple="multiple" ...
0
votes
1answer
257 views

spring-mvc-project hello-world

I use SpringSource Tool Suite sts to start a hello world example about MVC. File -> New -> Spring Template Project -> then choose Spring MVC Project I add Project Name: helloworld and specify ...
0
votes
1answer
48 views

Eclipse Plugin Fails to Load

Eclipse can some times fail to load plugins. I have experienced this E3.7 with both ScalaIDE and GroovyEclipse. In both cases some times the syntax highlighting fails. Also I have noticed some times ...
0
votes
0answers
22 views

Hyperic monitoring issue with a spring application

In one of my Spring application, i have a memory issue. I explain: After having a memory problem on our JBoss server, several applications crashed. We made a heap dump on one of the application that ...
0
votes
1answer
571 views

SpringSource Tool Suite - can't run a Spring Template Project

I'm trying to learn about Spring using SpringSource Tool Suite. I haven't had much successful experience with either at this stage. So far I've been able to install STS and create a new project, but ...
0
votes
0answers
57 views

How to install GUI Palette in Spring Source Tool?

I will make a program with gui so thats why I want to use palette or something else in my STS to make my work easier. I have been searching on Eclipse Marketplace and on the Internet but I couldn't ...
0
votes
1answer
38 views

Please help with unistalling springSource updates

I'm in a bit of a bind. I just updated my SpringSource IDE and now my application will no longer run. Does anyone know how I can uninstall the last updates? I'm dead in the water until i can get ...
0
votes
1answer
129 views

How do I configure the SpringSource OBR in Eclipse?

If I understand it properly, SpringSource has a public OBR which contains OSGi bundles for many third party jars. I would like to use it in Eclipse, but I can't get Eclipse to connect to it. I have ...
0
votes
1answer
128 views

Grails dependencies or Maven

I'm using STS latest version (2.7) and latest grails as well. After I created a freshly grails project in STS it freezes in the updating grails dependencies for a long time and it comes out as a ...
0
votes
1answer
143 views

Java WebService (Rest/SOAP) Design Pattern

We have an application built using Springs/Hibernate/Springs-MVC/. Now we want to provide RESTful services, planning to use Springs MVC. My question is, is it better to expose the service API ...
0
votes
0answers
230 views

Maven with springsource - Compilation unit not on the build path of a java project [closed]

I've had this issue the past days and every time I try to edit a source file I get this message. I'm running springsource with maven and I've searched a lot on this issue. Many people say it's ...
0
votes
1answer
168 views

How to find Spring XML definition from Java Class in Eclipse

I work on a large Spring/Struts project in Eclipse. One thing I have to do frequently is dig through the spring.xml file so that I can update the definition for the class that I am working on. It ...
0
votes
1answer
691 views

How to find and install missing dependencies of SpringSource for Eclipse

I wanted to install SpringSource so I gave it this update site: http://dist.springsource.com/release/TOOLS/update/e3.6 and used selectAll , now it says cannot continue with installation becuase of ...
0
votes
0answers
131 views

How do I log request/response of Spring RestTemplate on Android

I understand that there is Commons Logging library now available separately , but some how I could not figure out how to use it with android.
0
votes
1answer
213 views

Installing flexbuilder 3 plugin on SpringSource Tool suite 2.5.2 (os x)

Anyone had any success on installing this plugin for STS 2.5.2 . If so could you please elaborate on how you made it work?
0
votes
1answer
366 views

Eclipse autocomplete in xml editor

How to configure eclipse to autocomplete at least class full path on Ctrl+Space in xml editor? I am using springsource tool suite (its same eclipse), there IDE understands when it is beans config file ...
0
votes
1answer
445 views

Rollbacks with Spring's Transaction Manager

I am using TaskExecutor class of Springs to perform asynchronous deletion of a few entries in a database.So basically the execute method of the underlying class is run as a thread to perform ...
0
votes
1answer
393 views

make ivy not to download sources and license files

Is there a way to configure ivy not to download sources & license files via ivy.xml ? I'm currently trying to use default ivy repos + spring repository. my ivysettings.xml is bellow: <?xml ...
0
votes
1answer
405 views

TC Server Vs JBoss Server

We are planning to migrate to a new WebServer (bye bye Websphere), the main considerations are transaction management persistence message/event handling maintainability distributed architecture ...
0
votes
2answers
586 views

SpringSource Tool Suite(STS) - worth it?

I finally decided to give SpringSource Tool Suite(STS) a try this morning, only to find that it is not compatible with the current version of Eclipse I'm using.(3.6) So, before making another ...
0
votes
2answers
1k views

Springsource tool suite and Spring template project

I'm trying to set up a new Spring MVC project using springsource tool suite and the Spring Template project wizard. The wizard asks for a top-level package name such as com.mytravel.company, but it ...
0
votes
1answer
72 views

Errors in springsource using grails

I am using Springsource Tool Suite as editor for grails project. The problem is at places i get an error message with a red cross saying Groovy:unable to resolve classes. But when I run the ...
0
votes
2answers
849 views

where I can download Websphere Application Server 7 (was 7) server adapter for springsource tools

like the title... I want to find was7 server adapter for springsource toos. any body know where I must download the software ??? thanks
0
votes
1answer
785 views

Ivy configuration for springsource repo

I`m trying to set up ivy to get jars from the springsource repo. So far I have for my ivy.xml:- <dependencies> <dependency org="org.springframework" ...
0
votes
1answer
138 views

SpringSource dm Server occastionally fails to unpack valid ZIP file

When deploying my project to SpringSource dm Server, every once in a while a JAR fails to deploy with the following message: ...
0
votes
1answer
598 views

eclipse galileo is failling to publish to tomcat on mac!

Hello good fellas i've posted a similar question here sometime ago and found the solution by downloading the new eclipse 3.5 (galileo).i believe this is a difference case since 1- i'm on a macbook ...