Search:

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

Search: Search took 0.01 seconds.

  1. Replies
    1
    Views
    1,301

    PropertyEditorRegistry vs. ConversionService

    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...
  2. How to get all defined Web Flow IDs in an application?

    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...
  3. Thanks for your kindly help. In my case, I...

    Thanks for your kindly help.

    In my case, I want the call be synchronous, so I will follow the RequestReplyTemplate way.
  4. What is the best practice to implement Request-Reply style message handling in SI?

    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...
  5. Handler Method Overrding Support with Spring 2.5 Annotation Based Controller

    I have a generic fallback multi-action handler to process CRUD actions (which use a custom MethodNameResolver):


    @Controller
    public class BaseActionController {
    @RequestMapping()
    public...
  6. ItemProvider not closed when starting tradeJob more than once

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

    Missing QuartzBatchJobLauncher

    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"...
  8. Replies
    18
    Views
    5,566

    The same occurred when upgrading to 2.0 M1, Hibernate 3.1, using tx:advice

    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...
Results 1 to 8 of 8