You may want to check out: http://www.cloudfoundry.com/
Type: Posts; User: shahid21st; Keyword(s):
You may want to check out: http://www.cloudfoundry.com/
Hi, I have tried to build spring batch from source using the instruction given here: http://static.springsource.org/spring-batch/building.html
But whenever I run mvn install -P bootstrap I got the...
I found the problem. Actually I am saving Comment first and then later on call customer.save(). If I omit the comment.save() then everything works fine. The reason I am saving Comment first it to...
Hi,
I have a domain model like following:
Class Customer {
String name
static hasMany = [score: Score]
}
Thanks. Got the problem, I didn't included the necessary properties in the bean definition in resources.groovy.
I want to change the way OpenId authentication is done in the Spring Security Core OpenId plugin. Basically I want to do some customization in OpenIdUserDetailsService. What is the best way to do...
So far only in one file.
In another gsp file and in a folder in the project tree STS showing error mark without any reason.
After deleting it would come back if I do a clean/build.
The error...
Simply nothing. In the markers' tab it just showing an error sign with no text/hints.
For example see the screen shot (http://dl.dropbox.com/u/7519826/error.jpg), don't understand why its showing errors. I am using STS 2.5.2.CI-R6442-B225.
With all due respect, the current syntax/source highlighting of GSP is not up to the mark. Is there any chance of getting it better in the upcoming 2.5.2 release? The reason I am asking this is - I...
Hi, My problems are fixed after looking into this thread - http://forum.springsource.org/showthread.php?t=82361 and this issues - https://issuetracker.springsource.com/browse/STS-796. I wonder why...
Hi,
I am somewhat new to Grails development. So sorry in advance if the question sounds naive. I want to modify a Grails plugin to suit my requirements. What is the best way to do that?...
Hi my grails versions are okay - 1.3.6, I have double checked those. This is what I got in the error log after trying 'Grails tools -> Refresh dependencies':
...
I am opening a project in STS 2.5.2.CI-R6391-B206 which is developed in STS 2.5.1 and got similar problems,i.e.
1. The project was not built since its build path is incomplete. Cannot find...
Sorry to everybody. I must be more patient in searching the forum before posting a question :-D. I got the answer here (http://forum.springframework.org/showthread.php?t=53005).
I have got the answer of my previous question - i need to use getNativeRequest() method (http://forum.springframework.org/showthread.php?t=57011). One more question I have in spring webflow 1.0 I can...
Now in Webfow 2.0.2 its not possible to get request from ExternalContext as getRequest() is now protected in ServletExternalContext. any other alternative?
I got the same problem... is it a broken sample application?
I have created a Jira issue on this:
http://jira.springframework.org/browse/SPR-4325
Shahid
Hoping, someone from the Spring team can clear up my confusion.
Thanks.
Hi All,
I debugged the spring code to see where the response cache headers got lost after set via the WebContentGenerator. In WebContentGenerator the following method adds the cache prevention...
Anyone who, used jasper report and spring together, and wanted to prevent caching of reports, please let me know how did you accomplish it.
Thanks.
For our project, we are using the combination of spring 2.0 and jasper reports 2.0.2 for reporting. We rendered our report via an AbstractController and set the cacheSeconds property to zero (we know...
While using spring MVC, we always try to maintain the (controller - > service -> dao) hierarchy. In spring webflow for an action state we can call method of any POJO. My question is, say I have a...
(I have originally posted this to webflow forum, but as spring webflow uses spring databinder, I'm reposting this.)
Hello,
I have a form in my flow. In the form say, I have some input fields...