Hi Keith
How can i configure FlowExceution timeout in webflow-1.0 RC1 ?
Thanks for the help
Mahendran R
Type: Posts; User: Mahendra Reddy; Keyword(s):
Hi Keith
How can i configure FlowExceution timeout in webflow-1.0 RC1 ?
Thanks for the help
Mahendran R
Hi
As you said i have increased Session time out to 5 mins but still i get
same exception. Is there any way to set flow execution time outs in Webflow1.0 like ExpiredFlowCleanUpFilter in PR5.
Hi All
I am Using Spring Webflow-1.0RC1 , when i delete a record in a flow and if i click refresh button of browser i am getting this exception :
ERROR: web.servlet.DispatcherServlet - Could...
Hai
I have configured a session time out of 2 mins for my webapplication in descriptor file,as expected after 2 mins it redirects to login page and kills session ,but my problem is when i submit...
Hi
I am using Spring Webflow pr5 version ,in my application after deleting a record
when i click refresh it results in Webflow exceptions bcoz it is once again submitting the form and...
Hi All
I am using spring webflow-pr5 in my Application which is almost at ending stage , How difficult is it to completely migrate to webflow -1.0 RC1 .
Can any one provide migration tips or...
Hi
I have a requirement where i should configure the controls that should be displayed based on the authority ,so i have overrided "authoritiesByUserNameMapping" property in JdbcDaoImpl class....
Hi Rakesh
The secure dir is not under WEB-INF and i am using only one acegi conf file
which i have posted already.
My actual requirement is to enable or disable resources based on...
Hi Rakesh
I am getting the below stacktrace when i am trying to login through ROLE_USER:
[DEBUG,AbstractSecurityInterceptor,ExecuteThread: '12' for queue: 'weblogic.kernel.Default'] Secure...
Hi Rakesh
I have configured DispatcherServlet mapping in web.xml like:
<servlet>
<servlet-name>ati-acegi-web1</servlet-name>...
Hi Rakesh
This is the acegi conf file i am using.
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE beans PUBLIC "-//SPRING//DTD BEAN//EN"...
Hi
I am using the following FilterSecurityInterceptor in applicationContext.xml
<bean id="filterInvocationInterceptor" class="org.acegisecurity.intercept.web.FilterSecurityInterceptor">
...
Hi,
Great Thanks !.. I understood most. But I have one doubt here.. You have used
<@spring.formInput "command.user.role.name"/><@spring.showErrors "<br>
and have bound role.name for...
Hi ,
I am using Spring webflow pr5. I face one problem here.I will narate in simple terms I have one screen that display User information. The the bean class is pkg.User.This has one...