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...
Type: Posts; User: robinbajaj; Keyword(s):
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...
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...
anybody... ? pls help..?
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
I have created the bug
http://jira.springframework.org/browse/SWF-979
since subflow inheritance is not working as expected.
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...
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...
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...
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...
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...
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 =...
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...