Hi Keith,
OGNL ver. 2.7.3 resolves this issue!
Is this a stable release?
I ask you because using this release I have a NullPointerException calling @enumClass@valueOf(...) .
This didn’t...
Type: Posts; User: chrysimo; Keyword(s):
Hi Keith,
OGNL ver. 2.7.3 resolves this issue!
Is this a stable release?
I ask you because using this release I have a NullPointerException calling @enumClass@valueOf(...) .
This didn’t...
Created issue SWF-780
Christian
Hi,
I have the same problem.
I think the error is inside of TransitionExecutingFlowExecutionExceptionHandler implementation.
In case of a ognl.MethodFailedException the real exception is given by...
Hi,
I try to use DynamicBeanIntroductor whith target object and interfaces Serializable.
But the Object created using DynamicBeanIntroductor is not Serializable because BeanIntroductorInterceptor,...
Dear All,
I'm developing a WebFlow application which is composed as below:
1) My application is running under Liferay Portal
2) I can't use javascript
Moreover, the structure of Flows is like...
Hi,
I have created an example modifying the birthdate example:
Service interface
-------------------------------------
package org.springframework.webflow.samples.birthdate.service;
public...
Hi,
I reckon that adding the Serializable interface to the previous classes isn't the real solution to the problem.
But, I would like to underline that it always happen when the type of transition...
Yes,
Class MergeNotSupportedException extends RuntimeException
<action-state id="mergeSection">
<bean-action bean="sectionService" method="merge">
<method-arguments>
<argument...
Dear All,
I have noticed that using spring web-flow (>= 1.02 version) on transitions which
have the tag "transition on-exception" this exception occurs:
10:00:50,015 ERROR...