Commit Graph

377 Commits

Author SHA1 Message Date
Keith Donald
bc3d5fe548 reorg for el lang support 2007-07-31 18:40:45 +00:00
Keith Donald
afe9bd97bb updated due to reorg in binding 2007-07-31 18:26:43 +00:00
Keith Donald
047ad0e46d organized expression language support 2007-07-31 16:31:39 +00:00
Jeremy Grelle
c7986be1eb 2007-07-31 16:24:07 +00:00
Jeremy Grelle
e83859dca8 test 2007-07-31 16:22:57 +00:00
Keith Donald
4df06b36b1 test 2007-07-31 16:21:11 +00:00
Jeremy Grelle
2a98e5f6ea Refactoring of EL support in spring-binding (SWF-287) to no longer use a ThreadLocal for storing the ELContext. ELContext creation and configuration is now handled by an ELContextFactory. 2007-07-31 15:19:49 +00:00
Ben Hale
a98edf731b Embed formatting rules in projects 2007-07-31 12:53:46 +00:00
Jeremy Grelle
3ba3be94db Integration of unified EL into spring-binding. See SWF-287. 2007-07-30 22:08:12 +00:00
Ben Hale
06b9a178b7 Pointed ivy at the proper maven spring maven repos 2007-07-23 12:34:46 +00:00
Ben Hale
c3f47a74f0 Typo polishing 2007-07-23 12:09:45 +00:00
Ben Hale
0a0ebad73b Typo polishing 2007-07-23 12:08:06 +00:00
Ben Hale
ab37ee629d Upgrade SWF trunk to Spring 2.0.6 2007-06-19 20:43:47 +00:00
Ben Hale
dd426cd729 Pointing at the proper maven repo now 2007-06-16 20:11:36 +00:00
Keith Donald
50ed92ee68 javadoc forward merge from 1.0.x 2007-06-14 04:39:31 +00:00
Keith Donald
3110e14dd6 javadoc / formatting forward merge from 1.0.4 2007-06-14 04:38:54 +00:00
Keith Donald
f876fed72d message forward merge from 1.0.x 2007-06-14 04:38:05 +00:00
Keith Donald
9f5a0d65b9 javadoc foward merge from 1.0.4 2007-06-14 04:37:38 +00:00
Ben Hale
1a8738f2dc Polishing version numbers 2007-06-14 02:54:07 +00:00
Ben Hale
87cb8986cd Change log for SWF-333. 2007-06-14 02:39:24 +00:00
Ben Hale
1d2f0e638a Ensures that all exceptions (including RuntimeExceptions) are handled properly by the FlowExcution (SWF-333) 2007-06-14 02:25:02 +00:00
Ben Hale
265f336ee3 Ensures that all exceptions (including RuntimeExceptions) are handled properly by the FlowExecution 2007-06-14 02:01:36 +00:00
Erwin Vervaet
e727aef1b5 ConversionExecutor now checks for assignment compatible types (SWF-337). 2007-06-13 15:30:35 +00:00
Erwin Vervaet
1cfc17dee8 Reworked fix for SWF-307. 2007-06-13 14:42:15 +00:00
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