It seams that ConversionService with Converter design is replacing the old PropertyEditorRegistry with PropertyEditor design in SWF to convert from one type to another type, I am wondering what will...
Type: Posts; User: xml2008; Keyword(s):
It seams that ConversionService with Converter design is replacing the old PropertyEditorRegistry with PropertyEditor design in SWF to convert from one type to another type, I am wondering what will...
I want to implement some kind of Web Flow management console, and all defined web flows should be listed.
In previous version of SWF(1.0.5) ,there is a method
getFlowDefinitionIds() in...
Thanks for your kindly help.
In my case, I want the call be synchronous, so I will follow the RequestReplyTemplate way.
I am using Spring Integration in a Spring MVC controller context, and I need implementing Request/Reply style message interaction.
The code is as follows:
private void...
I have a generic fallback multi-action handler to process CRUD actions (which use a custom MethodNameResolver):
@Controller
public class BaseActionController {
@RequestMapping()
public...
I managed to test the tradeJob sample in my own web application, but I run into
following problems:
1. All the *_SEQ tables are not initialized, so I must do it myself. By the way, I am using...
When I am running the Quartz sample, the class com.accenture.adsj.refapp.batch.launch.QuartzBatchJobLauncher can not be found in the released code base.
<bean id="tradeLauncher"...
I am also using OpenSessionInViewFilter. When I using the old transaction config
method, every thing is OK. But when I converted the config to use the new tx:advice style, the same problem...