spring-webflow icon indicating copy to clipboard operation
spring-webflow copied to clipboard

Currently there is no tool that can help you log where you have been in the flow and the current attributes present. This tool should help us achieve it. [SWF-405]

Open spring-operator opened this issue 17 years ago • 4 comments

Kris Ramanah opened SWF-405 and commented

Part of this functionality is actually already completed from my research with the flow coverage tool(#169). The additional feature that needs to be added is the path where you get to see all the attributes in the flow( you can expand and get the objects current attribute values).

e.g) Person, Car, Job objects in the flow scope

- Person
      -->name="Kris ramanah"
     --->Nationality="Mauritian"
+Car
+ Job    

Besides this, you will know all the states that have already been covered.


Attachments:

spring-operator avatar Sep 25 '07 04:09 spring-operator

Kris Ramanah commented

1.) org.rar The first attachment contains a java class, a Listener that will create the Log file to trace your flow execution.

use it in a similar manner to the #169(in the -servlet.xml or in a test).

The attributes options are not yet available.

spring-operator avatar Sep 25 '07 05:09 spring-operator

Kris Ramanah commented

The second attachment contains some minor improvements.

Things that still need to be done are, to make sure that the listener is able to create the log file. Becuase currently the directory has to be already present to use it. This is a minor task however.

spring-operator avatar Sep 28 '07 16:09 spring-operator

Kris Ramanah commented

minor changes, mainly checkstyle

spring-operator avatar Sep 29 '07 23:09 spring-operator

Kris Ramanah commented

check out the attachments 27/10/2007 for #169. It contains an updated tracing listener and a test to show how it should work.

spring-operator avatar Oct 26 '07 16:10 spring-operator