Erwin Vervaet
c2150e9b60
Minor Polishing.
2007-03-30 09:51:30 +00:00
Erwin Vervaet
1e589a61fc
Performance improvement: just directly call doParseSettableExpression().
2007-03-30 09:42:44 +00:00
Erwin Vervaet
0331166447
AbstractExpressionParser now has a doParseSettableExpression() template method
2007-03-30 09:03:53 +00:00
Erwin Vervaet
40b5538d24
Improved JavaDoc.
2007-03-30 07:53:50 +00:00
Erwin Vervaet
375b8544cc
Added constructor taking test name argument to AbstractFlowExecutionTests, AbstractExternalizedFlowExecutionTests and AbstractXmlFlowExecutionTests.
2007-03-30 07:09:20 +00:00
Erwin Vervaet
fbd715da69
Improved JavaDoc to clarify the API contract of the ConversationManager.
2007-03-29 11:29:45 +00:00
Erwin Vervaet
b886482da5
Polishing: lazy init of FlowExecutionContinuationGroup to avoid calling conversation.lock/unlock from the FlowExecutionRepository.
...
The conversation.lock/unlock methods are now only called from ConversationBackedFlowExecutionLock, which in turn is only called from the flow executor.
2007-03-29 11:12:20 +00:00
Erwin Vervaet
c8af02186c
OgnlExpressionParser now supports OGNL collection construction syntax (SWF-274).
2007-03-28 19:13:19 +00:00
Erwin Vervaet
cfa0b10806
Improved TextToMethodSignature converter.
2007-03-28 14:04:01 +00:00
Erwin Vervaet
b752d2dbd8
Added BeanFactoryFlowVariable(String, BeanFactory, ScopeType) convenience constructor to the BeanFactoryFlowVariable.
...
Added settableExpression() method to AbstractFlowBuilder.
2007-03-28 13:05:14 +00:00
Erwin Vervaet
d7447d7a85
Added DefaultFlowServiceLocator(String, BeanFactory) convenience constructor to the DefaultFlowServiceLocator
2007-03-28 11:58:19 +00:00
Erwin Vervaet
f3c2b101ba
Added AbstractFlowBuilderFlowRegistryFactoryBean for easy setup of a flow registry containing flows built using AbstractFlowBuilders.
2007-03-28 11:18:43 +00:00
Erwin Vervaet
67d69ecc6b
Added AbstractFlowBuilderFlowRegistryFactoryBean for easy setup of a flow registry containing flows built using AbstractFlowBuilders.
2007-03-27 19:15:22 +00:00
Erwin Vervaet
a5070b92f0
Added ivy:report target.
2007-03-27 08:33:14 +00:00
Erwin Vervaet
c62384a699
ResultObjectBasedEventFactory now uses java.lang.Enum.name() to get the name of a Java 5 enum (SWF-250)
2007-03-26 09:06:07 +00:00
Erwin Vervaet
3b129e2fbb
OgnlExpression now unwraps the ognl.OgnlException to make the real exception available to the caller (SWF-255).
2007-03-26 07:49:15 +00:00
Erwin Vervaet
3c01194577
ClientContinuationFlowExecutionRepository now uses 'URL-safe Base64 encoding' (SWF-270)
2007-03-25 15:21:18 +00:00
Erwin Vervaet
2615ebfe1b
ClientContinuationFlowExecutionRepository now uses 'URL-safe Base64 encoding' (SWF-270)
2007-03-25 15:16:50 +00:00
Erwin Vervaet
8eaa5fca84
GenericConversionService.getConversionExecutor() now uses isAssignableFrom to detect situations where no conversion is necessary (SWF-264).
2007-03-23 19:32:33 +00:00
Erwin Vervaet
88aa6a4eef
Code polishing after analysis with FindBugs and PMD.
2007-03-23 19:30:14 +00:00
Erwin Vervaet
fb958cfcbf
Fixed possbile NullPointerException in parameterTypesString() (SWF-265).
2007-03-21 21:27:25 +00:00
Erwin Vervaet
3f64765983
Fixed possbile NullPointerException in parameterTypesString() (SWF-265).
2007-03-21 21:24:47 +00:00
Erwin Vervaet
49b2902493
GenericConversionService.getConversionExecutor() now uses isAssignableFrom to detect situations where no conversion is necessary (SWF-264).
2007-03-21 19:58:30 +00:00
Erwin Vervaet
b1d2487d5a
GenericConversionService.getConversionExecutor() now uses isAssignableFrom to detect situations where no conversion is necessary (SWF-264).
2007-03-21 19:58:25 +00:00
Erwin Vervaet
544ddbcda5
The XmlFlowBuilder now consistently uses "fromStringTo(Class.class)" to resolve types (SWF-268).
2007-03-21 19:53:05 +00:00
Ben Hale
bf7e855ad5
Updates for S3
2007-03-20 14:13:20 +00:00
Ben Hale
c60382f9a6
Added functionality to upload SWF snapshots to S3
2007-03-20 13:58:03 +00:00
Erwin Vervaet
b8e6ef310c
The XmlFlowBuilder now also supports OGNL expressions in the "to" attribute of a transition when using the "on-exception" attribute (SWF-269).
2007-03-18 11:19:05 +00:00
Erwin Vervaet
002ea336e9
Code reviewed and cleaned up some tests.
2007-03-17 12:55:18 +00:00
Erwin Vervaet
281f745b18
FlowExecutionImpl.handleException() now also tries to handle FlowExecutionExceptions that occur during exception handling (SWF-261).
2007-03-17 12:40:56 +00:00
Ben Hale
6f557462b7
Fixes for SWF-258 and SWF-259
2007-03-09 20:59:08 +00:00
Erwin Vervaet
31427325a7
The ThreadLocal in ExternalContextHolder is now final (SWF-262).
2007-03-09 20:35:08 +00:00
Erwin Vervaet
62ba6ecda4
Integrated phonebook-portlet documentation.
2007-03-09 20:26:14 +00:00
Erwin Vervaet
0656a4ee51
Cleanup of the phonebook-portlet sample.
2007-03-09 20:25:24 +00:00
Ben Hale
87daa61405
Updated the timestamp formate for the CI build
2007-03-08 15:09:15 +00:00
Erwin Vervaet
c061826f7f
No need for clover or docs in the sandbox.
2007-03-07 20:39:28 +00:00
Erwin Vervaet
5e3c36ac58
Setup Eclipse project for sandbox.
...
Also did some cleanup of the source code to avoid compiler warnings.
2007-03-07 20:35:47 +00:00
Maxim Petrashev
21823a2e65
Initial import
2007-03-07 14:50:42 +00:00
Maxim Petrashev
6cddf3c0e0
test submit
2007-03-06 22:46:28 +00:00
Keith Donald
3b7fd0422a
2007-03-06 20:56:49 +00:00
Keith Donald
9c64ee64e9
2007-03-06 20:56:09 +00:00
Keith Donald
a67d87e3bf
sandbox initial commit
2007-03-06 20:54:36 +00:00
Ben Hale
81daee75de
Bamboo improvements to the clover build
2007-03-05 19:20:14 +00:00
Erwin Vervaet
bb9ca6c4ef
Added reference to JIRA ticket.
2007-03-01 20:43:41 +00:00
Erwin Vervaet
a081825b6a
Nano JavaDoc fix.
2007-03-01 20:41:39 +00:00
Keith Donald
808c447f91
removed note about continuations
2007-03-01 14:08:35 +00:00
Keith Donald
a4479b3430
added FlowExecutionListener.sessionCreated
2007-03-01 03:28:04 +00:00
Keith Donald
76815b5983
added FlowExecutionListener.sessionCreated
2007-03-01 03:24:15 +00:00
Ben Hale
8fe7f60cad
CI build updates for spring-webflow
2007-03-01 01:53:20 +00:00
Erwin Vervaet
b2079ba2aa
Polishing.
2007-02-28 20:38:08 +00:00