Search:

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

Page 1 of 3 1 2 3

Search: Search took 0.03 seconds.

  1. Replies
    2
    Views
    2,478

    We are not looking into commercial support for...

    We are not looking into commercial support for now - I only meant to ask whether spring batch latest version 'works' with spring 3 without any issues.

    thanks for your reply - I assume you meant...
  2. Replies
    2
    Views
    2,478

    spring 3 support in spring batch 2.1.3

    Hi Everyone,

    I am working on deciding our technology stack for our latest project and need to know whether we can use spring 3 for both our web as well as the batch piece of our application.

    I...
  3. Replies
    1
    Views
    1,420

    anybody... ? pls help..?

    anybody... ? pls help..?
  4. Replies
    1
    Views
    1,420

    Losing mouse focus after ajax reRender

    hello everybody,

    I'm using spring webflow 2.0.7, hibernate and JSF(Richfaces 3.0.3 GA) in web application.
    I'm having problem with spring webflow and richfaces a4j components.
    richfaces is...
  5. Replies
    3
    Views
    1,799

    Hi there.. I have exactly same issue as you...

    Hi there..
    I have exactly same issue as you reported in your original post.. and i tried your solution..of turning this setting off.

    <webflow:always-redirect-on-pause value="false"/>
    but after...
  6. Replies
    14
    Views
    7,293

    Hi there.. Just wondering if you figured why it...

    Hi there.. Just wondering if you figured why it was not working for you ..I have the same issue.
    With
    <webflow:always-redirect-on-pause value="false"/>
    my transitions do not work,
    But if I use...
  7. transaction not committing ...

    Hi there,
    I am reading flat file records and adding them into a global (java.util.)list in my HibernateItemWriter (that delegates to DAO) and once I reach the end of file, I catch the...
  8. performance issues with JSF "rendered" attribute with SWF 2.0.5 + richfaces 3.3.0GA

    Hi there,
    We are using Facelets, spring web flow 2.0.5, Richfaces 3.3.0GA in our project. In order to call middle-tier functions from my webpage (xhtml pages in this case), we have written a...
  9. NativeSQLQuery HibernateException Could not locate named parameter

    I am writing a native SQL query to do join on two tables (to avoid the eager fetch of other associated tables..) and retrieving scalar values. I am using session.nativeSQLQuery(..) method in this...
  10. Actually I figured (once again.. in a number of...

    Actually I figured (once again.. in a number of past few times I got this error) that it was being caused by a Null Pointer Exception. Its just not correct for the framework to throw such a confusing...
  11. Hi Rajendra, Believe it or not, I have an...

    Hi Rajendra,
    Believe it or not, I have an EXACTLY same problem with exactly same solution. I removed our internally developed tags and the problem goes away.



    I would really appreciate if...
  12. how to make @BeforeClass TestNG method transation-aware...

    I'm using Spring 2.5 + TestNG. I am writing some DAO tests that extend AbstractTransactionalTestNGSpringContextTests.

    In order to test my DAOs, I need to initialize my database (insert some test...
  13. Lets put it this way, if hibernate xml mapping...

    Lets put it this way, if hibernate xml mapping supports this *wrong idea, why did they decide to fix it ONLY in annotations mode (by not allowing it to work) and still let that *wrong idea flourish...
  14. Okay I have noticed that if I have separate...

    Okay I have noticed that if I have separate columns for all the vehicle properties in the Risk classes then it works.
    To make sure we are on the same page, I have changed my @joincolumn to point to...
  15. Thanks for looking into this issue for me Denis....

    Thanks for looking into this issue for me Denis. But I don't think that will make a difference. I am doing the same in the xml mapping and it works fine for me. Look at the Bold attributes below in...
  16. polymorphic associations do not work with annotations but work with xml mappings

    I am using Spring 2.5.x and Hibernate3.3 and Hibernate Annotations 3.4GA
    I have attached my model diagram (model.jpg).
    In short, Transaction-to-Risk is a many-to-many association
    for which we have...
  17. spring oxm castor unmarshalling incorrect results

    hi there,
    I am using Spring castor integration classes provided in Spring OXM packages to unmarshal an xml string. But the problem is the unmarshalled object's each field contains the xml prolog of...
  18. I have created the bug ...

    I have created the bug
    http://jira.springframework.org/browse/SWF-979
    since subflow inheritance is not working as expected.
  19. sub-flow inheritance not working in SWF 2.0.5

    I have one parent flow and 2 subflows in it.

    All the subflows need to serve some global menu click actions, so I put those common menuclick actions in the common-flow definition as global...
  20. Thanks for your replies. That explains a lot of...

    Thanks for your replies. That explains a lot of stuff.

    Actually we were planning to implement our own hooks into the FlowExecutionListener lifecycle methods to implement the hibernate session...
  21. I am referring to the id of the java object in...

    I am referring to the id of the java object in the jvm ( I see it in Eclipse debug mode when I inspect the object in the Debug perspective.
    For example - I am stepping through the sample application...
  22. Id's for RequestContext,FlowSession keep changing

    I am stepping through the HibernateFlowExecutionListener in latest 2.0.5-RELEASE' source code, and I notice that when the control passes from
    sessionStarting(RequestContext context, FlowSession...
  23. Replies
    1
    Views
    3,335

    I read SpringWebFlow's integration with SpringMVC...

    I read SpringWebFlow's integration with SpringMVC piece in the SWF's documentation. I understand since Spring MVC inherently provides a way to map URL's to some controller classes, its possible to...
  24. Replies
    1
    Views
    3,335

    YUI Ajax + Spring Web Flow

    I was just trying yahoo's YUI library with spring web flow.
    They have this ConnectionManager utility that is used for Ajax stuff.
    its called as follows:

    var transaction =...
  25. I have PolicySearch page showing search Results...

    I have PolicySearch page showing search Results in a datatable. When I click on a specific row
    in this datatable,


    <view-state id="reviewPolicies" view="policySearch.xhtml">
    <transition...
Results 1 to 25 of 60
Page 1 of 3 1 2 3