Search:

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

Page 1 of 2 1 2

Search: Search took 0.02 seconds.

  1. Replies
    1
    Views
    531

    Cloud Foundry

    You may want to check out: http://www.cloudfoundry.com/
  2. Replies
    1
    Views
    780

    Problem in building from source

    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...
  3. Replies
    1
    Views
    688

    I found the problem. Actually I am saving Comment...

    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...
  4. Replies
    1
    Views
    688

    Gorm cascading save problem

    Hi,

    I have a domain model like following:


    Class Customer {
    String name
    static hasMany = [score: Score]
    }
  5. Replies
    2
    Views
    964

    Thanks. Got the problem, I didn't included the...

    Thanks. Got the problem, I didn't included the necessary properties in the bean definition in resources.groovy.
  6. Replies
    2
    Views
    964

    Spring security OpenId plugin

    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...
  7. Replies
    10
    Views
    2,153

    So far only in one file. In another gsp file...

    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...
  8. Replies
    10
    Views
    2,153

    Simply nothing. In the markers' tab it just...

    Simply nothing. In the markers' tab it just showing an error sign with no text/hints.
  9. Replies
    10
    Views
    2,153

    For example see the screen shot...

    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.
  10. Replies
    10
    Views
    2,153

    GSP syntax/source highlighting

    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...
  11. Hi, My problems are fixed after looking into this...

    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...
  12. Replies
    1
    Views
    1,131

    Best way to modify a plugin

    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?...
  13. Hi my grails versions are okay - 1.3.6, I have...

    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':


    ...
  14. Similar problems

    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...
  15. Got the 2nd answer as well

    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).
  16. Got answer but another question

    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...
  17. Now in Webfow 2.0.2 its not possible to get...

    Now in Webfow 2.0.2 its not possible to get request from ExternalContext as getRequest() is now protected in ServletExternalContext. any other alternative?
  18. Any Idea why

    I got the same problem... is it a broken sample application?
  19. Replies
    4
    Views
    1,575

    Jira issue created

    I have created a Jira issue on this:

    http://jira.springframework.org/browse/SPR-4325



    Shahid
  20. Replies
    4
    Views
    1,575

    Hoping, someone from the Spring team can clear up...

    Hoping, someone from the Spring team can clear up my confusion.

    Thanks.
  21. Replies
    4
    Views
    1,575

    Debugging result

    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...
  22. Replies
    4
    Views
    1,575

    Anyone who, used jasper report and spring...

    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.
  23. Replies
    4
    Views
    1,575

    Jasper report and cacheSeconds

    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...
  24. Replies
    1
    Views
    687

    A design question

    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...
  25. Replies
    1
    Views
    605

    Bypassing bind exception

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