Erwin Vervaet
|
c599ef28a8
|
Fixed DefaultExpressionParserFactory to not require OGNL on the classpath if another expression parser is configured (SWF-335).
|
2007-06-13 11:43:42 +00:00 |
|
Erwin Vervaet
|
ea50f0c0a9
|
Incorporated fix for SWF-307 and added unit test.
|
2007-06-13 09:26:25 +00:00 |
|
Erwin Vervaet
|
7e8bc9a962
|
Code review and cleanup.
|
2007-06-13 08:02:35 +00:00 |
|
Ben Hale
|
33795c1fe1
|
Added the ability to apply multiple listeners to a test case (SWF-334)
|
2007-06-12 20:34:57 +00:00 |
|
Ben Hale
|
1dd1fcdc9c
|
Added a Servlet Filter to ensure that all exits out of JSF end with cleanup (SWF-306)
|
2007-06-12 20:17:40 +00:00 |
|
Erwin Vervaet
|
ee17afcd33
|
Code review of HibernateSessionPerConversationListener.
|
2007-06-08 08:43:22 +00:00 |
|
Erwin Vervaet
|
cd55a1712c
|
Unit test for SWF-313.
|
2007-06-08 08:06:22 +00:00 |
|
Erwin Vervaet
|
82895e020a
|
Improved FormAction.setupForm() JavaDoc (SWF-325).
|
2007-06-08 07:39:51 +00:00 |
|
Ben Hale
|
0a657696ce
|
Updated to work correctly with the Spring HibernateTransactionManager. Did not bind transaction as well as session causing the HTM to try and manage transactions itself.
|
2007-06-07 14:34:30 +00:00 |
|
Ben Hale
|
840239966c
|
Minor bug
|
2007-06-05 20:49:22 +00:00 |
|
Erwin Vervaet
|
3a1fa5c30a
|
Added targetCollection(String) method to MappingBuilder.
|
2007-05-30 13:23:08 +00:00 |
|
Erwin Vervaet
|
518a20019b
|
Better support for annotating actions in Java flow builders.
|
2007-05-25 13:48:37 +00:00 |
|
Erwin Vervaet
|
f966693f7d
|
Added name(String, Action) method to AbstractFlowBuilder for convenient creation of named actions.
|
2007-05-14 13:34:28 +00:00 |
|
Ben Hale
|
4c483b1480
|
Removed scoping changes (SWF-163) from sellitem-jsf sample
|
2007-05-11 14:37:28 +00:00 |
|
Ben Hale
|
ecf3c2639d
|
Added support for Hibernate's session-per-conversation pattern (SWF-92)
|
2007-05-09 14:18:23 +00:00 |
|
Erwin Vervaet
|
22bdf88ad3
|
Added initBuilder() hook method to AbstractFlowBuilder.
|
2007-05-09 09:42:29 +00:00 |
|
Erwin Vervaet
|
49f86a4d99
|
Added invoke(String, Action) method to AbstractFlowBuilder.
|
2007-05-09 08:37:30 +00:00 |
|
Keith Donald
|
e8d33bfe5e
|
slight reordering of cleanup stmts
|
2007-05-04 18:59:47 +00:00 |
|
Keith Donald
|
c4f5d91343
|
SWF-163 polishing - JSF cleanup methods
|
2007-05-04 18:58:13 +00:00 |
|
Keith Donald
|
f31f070947
|
SWF-163 code review
|
2007-05-04 18:30:05 +00:00 |
|
Ben Hale
|
067806c316
|
Moved the scope support directory (SWF-163)
|
2007-05-04 14:16:06 +00:00 |
|
Erwin Vervaet
|
d5c7a28b53
|
Fixed serializability problems in ConversionException, EvaluationException and MethodInvocationException.
|
2007-05-04 09:01:24 +00:00 |
|
Erwin Vervaet
|
653650234f
|
Code review of SWF scope support for Spring.
|
2007-05-03 08:01:31 +00:00 |
|
Erwin Vervaet
|
10588f2bb7
|
Made sessionKey member final.
|
2007-05-03 07:51:11 +00:00 |
|
Ben Hale
|
ddac9f3f45
|
Changelog updates for SWF-163
|
2007-05-02 20:51:33 +00:00 |
|
Ben Hale
|
4a947948d2
|
Added Spring scoping support (SWF-163). Also updated the sellitem-jsf sample to use the new scoping scheme.
|
2007-05-02 20:42:22 +00:00 |
|
Ben Hale
|
c9ec04eecc
|
Upgrade to new version of the S3 ant task
|
2007-05-02 16:00:49 +00:00 |
|
Keith Donald
|
0c2e2b074f
|
added key holder factory method
made send redirect protected for subclasses as utility code
|
2007-05-02 15:24:19 +00:00 |
|
Erwin Vervaet
|
c4a5c6fac0
|
JavaDoc polishing.
|
2007-05-02 07:34:36 +00:00 |
|
Keith Donald
|
a6f77271b8
|
removed confusing logging statement that implies a lock was being acquired when it wasnt
|
2007-05-01 22:32:28 +00:00 |
|
Keith Donald
|
ae9aba4e49
|
still SWF 302 work - phase listener mods and more javadoc
|
2007-05-01 22:22:03 +00:00 |
|
Keith Donald
|
67cf8fa8dc
|
further 302 work / polishing.
Also added a flow execution access exception handling hook.
|
2007-05-01 21:27:30 +00:00 |
|
Keith Donald
|
afbb5a650a
|
swf-305: accidently removed stmt - put back
|
2007-05-01 16:16:30 +00:00 |
|
Keith Donald
|
0ca74c0199
|
SWF-305
|
2007-05-01 14:49:00 +00:00 |
|
Erwin Vervaet
|
39d30c4b26
|
Each SessionBindingConversationManager now uses a unique key to store it's conversation container in the session (SWF-304)
|
2007-05-01 12:28:46 +00:00 |
|
Erwin Vervaet
|
347ff1534a
|
Added implementation remark.
|
2007-05-01 11:49:57 +00:00 |
|
Keith Donald
|
61c42ee914
|
SWF 302 and 303
|
2007-04-30 23:55:07 +00:00 |
|
Keith Donald
|
a5c7a35939
|
SWF 302 and 303
|
2007-04-30 22:35:32 +00:00 |
|
Erwin Vervaet
|
0e567af932
|
FlowExecutorFactoryBean now has an 'inputMapper' property to conveniently configure the 'inputMapper' property of the created FlowExecutorImpl object.
|
2007-04-24 10:12:47 +00:00 |
|
Ben Hale
|
deee1851d7
|
Fixed up some issues with javadocs
|
2007-04-20 20:50:51 +00:00 |
|
Ben Hale
|
82b7e15eab
|
Added list of files that have the version number in them so that we can find them each release
|
2007-04-19 20:37:47 +00:00 |
|
Keith Donald
|
a0a400d7e9
|
fixed typo
|
2007-04-17 12:42:59 +00:00 |
|
Ben Hale
|
f6f3c2b90f
|
Created the spring-webflow-1.0-maintenance branch and updated trunk to 1.1 development
|
2007-04-16 14:58:49 +00:00 |
|
Keith Donald
|
b5161bd444
|
added launch locking consistent with flow executor impl
|
2007-04-13 16:36:50 +00:00 |
|
Keith Donald
|
bdceb766a5
|
nulled out lock
|
2007-04-13 16:26:16 +00:00 |
|
Keith Donald
|
0454c0cca9
|
swf-290
|
2007-04-13 16:19:36 +00:00 |
|
Keith Donald
|
9105e7c1a2
|
1.0.3 jars
|
2007-04-13 16:17:53 +00:00 |
|
Keith Donald
|
94331e75a7
|
reenstated 1.0.1 behavior
|
2007-04-13 15:38:44 +00:00 |
|
Keith Donald
|
2ccc3601d1
|
swf 290
|
2007-04-13 15:26:37 +00:00 |
|
Keith Donald
|
8a69dcc9f4
|
swf-290
|
2007-04-13 15:24:07 +00:00 |
|