Search:

Type: Posts; User: chrysimo; Keyword(s):

Search: Search took 0.03 seconds.

  1. Hi Keith, OGNL ver. 2.7.3 resolves this issue!...

    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...
  2. Created issue SWF-780 Christian

    Created issue SWF-780
    Christian
  3. TransitionExecutingFlowExecutionExceptionHandler error

    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...
  4. Replies
    0
    Views
    767

    DynamicBeanIntroductor not Serializable

    Hi,
    I try to use DynamicBeanIntroductor whith target object and interfaces Serializable.
    But the Object created using DynamicBeanIntroductor is not Serializable because BeanIntroductorInterceptor,...
  5. Browser button refresh after the submit in portlet enviroment

    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...
  6. Hi, I have created an example modifying the...

    Hi,
    I have created an example modifying the birthdate example:

    Service interface
    -------------------------------------
    package org.springframework.webflow.samples.birthdate.service;

    public...
  7. Hi, I reckon that adding the Serializable...

    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...
  8. Yes, Class MergeNotSupportedException extends...

    Yes,

    Class MergeNotSupportedException extends RuntimeException

    <action-state id="mergeSection">
    <bean-action bean="sectionService" method="merge">
    <method-arguments>
    <argument...
  9. java.io.NotSerializableException on transition on-exception

    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...
Results 1 to 9 of 9