SpringSource is an application framework for Java, orientated at Enterprise applications.
2
votes
1answer
63 views
Grails Domains: Get by Id not found
I have a Job (using Quartz)
A Service method wich uses get (for a Domain class)
The problem is: sometimes (1 in a 1000) the domain's get(X) method returns null even if the row with id X exists.
If ...
0
votes
1answer
13 views
Error in EGIT in checkout from SpringSource repository
I am using Eclipse GIT (EGIT) to check out from
https://github.com/SpringSource/spring-mvc-showcase
After trying to clone the repository I am receiving the error:
...
2
votes
0answers
20 views
Springsource git creates nested folders
I'm new to Spring Source and git and I'm having issues sharing a project.
These are the steps I am following to share the project to git after creating a Spring MVC project:
Create a new repository ...
0
votes
0answers
21 views
Problems during import Jar libraries in a SVN project
I'm having a trouble during import a SVN project in Eclipse,
I'm trying to import a web dynamic project build in JSF, it uses a lot of Java Libraries located in the WEB-INF/lib as usual,
the problem ...
0
votes
1answer
103 views
Spring Web Services and Soap
What is the best class/bean to use for a Java Soap Web Service? I am a .NET guy and can't really tell from any articles on the web.
0
votes
1answer
46 views
Unable to open Spring source tool suite
I installed SpringSource Tool Suite after which I was alerted that I hadn't set the JAVA_HOME. The installation was successful by then, so I closed the suite and set the java_home.
But now I don't ...
0
votes
1answer
38 views
How to configure scripted editor to resolve AMD module paths
I'm giving a try to scripted but I can't figure out how to tell the editor where my AMD modules are.
Modules that are relative to the file currently being edited seem to resolve fine, but when I edit ...
2
votes
2answers
171 views
how to access an element of arraylist in jsp when index is a variable?
i m accessing an element in an arraylist. the problem arises as the index of the required element is a variable. can anyone plz help me?
eg <td><c:out ...
0
votes
0answers
41 views
What are the problems faced while handling user sessions in Strurs2+Springs3+Hibernate3
When a application is implemented with struts2 , Springs and hibernate integration, I observed the it is essential to make all the action beans to be 'prototype'. What will happen if we by default, ...
0
votes
1answer
28 views
annotation based autowiring can never give multiple results even though it is by type
My question is:
In a web application where I use context component scan rather than writing bean in xml,the beans are created automatically so if in a class I write @autowiring it's implicitly by ...
0
votes
0answers
80 views
pom.xml no such file or directory
I've got a problem when I am building my project. I uses the springsource tools (STS) version 3.1.0 on Linux platform. After I imported my project to the STS, the springsource tools told me that "No ...
0
votes
1answer
67 views
How do I run a javascript project in SpringSource Tool Suite / Eclipse?
I am using STSS 3.1 (GGTS version). I have created a small JavaScript project in STS and would like to run it using the internal vFabric tc server. The server reports that it started correctly, and ...
0
votes
1answer
109 views
Bad SQL grammar error on insert statement in springsource STS
I am new to springsource and this is my first project. I am reading s flat file and saving it to a MS SQL server 2008 table,
but the command below is incorrect. But it works on the similar project ...
0
votes
1answer
63 views
Looking for step-by-step springsoource STS tutorial on how to create a project that reads a flat file and saves it to a table
I have looked around for a beginners tutorial to start creating a Springsource app using the STS IDE. I am very new to Springsource and need to get going on this.
Except for installing springsource ...
0
votes
1answer
102 views
Spring Web-Flow PDF cutting off long source code text
I found that the spring web flow reference guide PDF is cutting off very long lines of source code. I am not sure if other spring project reference PDFs have this issue. Here is a link to the PDF with ...
0
votes
1answer
182 views
SpringSource Spring MVC Template errors when created
I'm just getting started with SpringSource, so I decided to make a Spring MVC project off the template.
However, as soon as I create the template, I get the following error in pom.xml
Execution ...
0
votes
1answer
50 views
How to store the filesize in db2
I'm using DB2, and from the UI part when I select the any .doc files, the related information has to get stored in the table, like filename,filesize, file extension(doc,docx,ods etc).
While creating ...
0
votes
2answers
599 views
How to download source code for Spring Framework 3.1.2?
I'm trying to debug a Grails app and I would like to step through the Spring Framework source code. The jar files for Spring Framework are version 3.1.2 and I am unable to find the source code on ...
0
votes
1answer
67 views
earning by getting involved in Springsource projects [closed]
Can one make any earning by getting involved in Springsource projects(by contributing code, submitting pull requests, testing features etc.)
0
votes
0answers
109 views
how to enable java server faces property in project facets
Please help me to resolve this spring tool suite error. The error occurred when I am trying to enable java server faces property in project facets.
Thanks
0
votes
1answer
353 views
grails log messages not displaying on STS 3.0 console
I am using Grails 2.1 bundled with the SpringSource's Groovy/Grails Tool Suite 3.0 and
have been unsuccessful in getting log messages to display in the console window. I have
set the following in the ...
1
vote
1answer
389 views
Share eclipse/springsource tool suite server launch configurations
I have several launch configurations that I am adding to source control by saving the .launch file to my project. The project is a spring MVC webapp.
The launch files have VM arguments and classpath ...
0
votes
2answers
925 views
Grails unresolved dependency error
I hope someone can help me. Im trying to install STS/grails on my Windows 7 Prof. machine, which has a 64 bit OS. I also have Ubuntu installed on the same machine (dual boot) and get the same error. ...
0
votes
0answers
137 views
Grails Project Not Compiling Automatically in STS Version 2.9.2
I have a project which has couple of plugins. It has a fairly large amount of classes. The problem is when I tried to save the changes in my code (ie in a controller or gsp file), it doesnt ...
0
votes
2answers
75 views
Riak for Grails Plugin - Failing to work
I'm trying to configure and test the Riak for Grails plugin. I've removed the hibernate plugin by removing it's dependency in BuildConfig. Note: I'm not attempting to use this against GORM - but ...
0
votes
0answers
29 views
How to maintain order of instance creation in Springs
can we make sure of the order in which the classes are instantiated in springs configuraion XML. If yes how?
Lets say you call a bean A so A is getting instantiated. And you want to instantiate bean ...
0
votes
0answers
74 views
How to use SpringSource RestTemplates with a custom Authentication schema?
I need to use a REST service which implements a custom authentication by utilising the Authorization header field (similar to the HTTP Basic Auth).
I would like to use the REST client from the ...
0
votes
1answer
670 views
How to implement the Add to cart option within a JSP page in a basic shopping cart application?
I am working on an basic Shopping Cart assignment in Springs. The functionalities of the assignment are just to display a given set of products - with info (with an add to cart button). My problem is, ...
1
vote
2answers
455 views
Understanding basic Spring Framework and Total Flow
I am new to the Spring Framework. Please guide me regarding basic understanding of Spring. I know Java and JSF, but I don't know anything about Struts or other frameworks. I have searched the Internet ...
0
votes
3answers
665 views
Grails extension in SpringSource Tool Suite errors
I recently installed SpringSource Tool Suite. And I want to start working with Grails projects. So, I went to the Dashboard -> Extension, where I saw two extensions: Grails (current production ...
0
votes
0answers
242 views
SVN: cant open file, permission denied
i recieve the following error when i try to share a project from SpringSource Tool Suit using SVN.
this is the error i get from eclipse:
Share project was failed. svn: Can't open file
...
0
votes
1answer
1k views
Quick way to set custom syntax highlighting in Eclipse
I know I'm not the first to need this. I am working on an in house created codebase and I would like to apply highlighting to it within Eclipse. In Notepad++ I can set language for the file I'm ...
0
votes
1answer
327 views
How to jump to Spring context XML file from Java Class in Eclipse
I well read the question How to find Spring XML definition from Java Class in Eclipse but it does not seem to answer similar question from me.
I would like to jump from Java class in editor to the ...
1
vote
2answers
310 views
in SpringSource Tool Suite, where can I edit the themes?
I've been asked to theme a site for a team (just a few hours they said), but they're using Grails with SpringSource tool Suite. I'm not familiar with either.
When I look at the "proper" source, the ...
4
votes
1answer
466 views
What are the advantages of using Spring Data neo4j over just using neo4j directly?
I am brand new to NOSQL databases (or any kind of database) and I need to build a graph database in Java. I have never used SpringSource before either. Will using Spring Data neo4j make the process of ...
0
votes
1answer
511 views
Getting error “unable to find valid certification path to requested target” when using java Mailing Service with Velocity Engine
I am using Velocity enguine and java mailing service to send mails. i am using SMTP protocal.. here are my configurations for that
bean id="mailSender" ...
0
votes
1answer
1k views
how to give the url of a jsp page to open pop up which is in WEB-INF folder while using springs frame work
In my project i have requirement to open a jsp page as a popup from another jsp for that i use the javascript code as follows
window.open('popup.jsp','popupname','//properties of popup window ')
...
1
vote
1answer
520 views
Some objects set by @Autowired always null, others are OK
I have been working on my first Spring project, and I've come across an annoying problem.
I have a class called 'UsernameService' which is configured as a bean in the dispatcher-servlet.xml:
...
0
votes
2answers
281 views
Deploy an Application on Cloud Foundry Server
One problem was occurred when I did deploy the applications
to Cloud Foundry with STS(SpringSource Tool Suite). My deployment procedure as flowing:
1:After the Cloud Foundry was completely installed, ...
0
votes
0answers
205 views
Error while starting Spring Source Tool Suite
I installed STS 2.8.1 on my system but when I launch STS, it gives me an error log that says
!ENTRY org.eclipse.osgi 4 0 2012-03-01 10:37:15.346 !MESSAGE Startup
error !STACK 1 ...
5
votes
3answers
1k views
Difference Between Spring JDBC Vs Plain JDBC?
What is the main difference between Spring JDBC VS JDBC?
2
votes
0answers
395 views
Weceem 1.1.2 cannot find resources while starting up
When I try to start project with Weceem I get following errors in STS console:
| Error 2012-02-07 09:23:54,609 ["http-bio-8080"-exec-3] ERROR
resource.ResourceMeta - While processing
...
3
votes
2answers
181 views
Zero Downtime Deployments on tcServer?
I've been investigating using tcServer and one problem I have is the same problem I have always had with tomcat... outages when deploying applications.
SURELY there is some way to have zero downtime ...
1
vote
2answers
2k 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" ...
1
vote
2answers
708 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 ...
0
votes
2answers
3k 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 ...
1
vote
1answer
502 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
2answers
6k 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 ...
1
vote
1answer
969 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 Indigo). Following the update site manual from SpringSource, everything runs ok, however I cannot find any way to ...
0
votes
1answer
132 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 ...


