Thanks alot for you reply but I got it. The default port mapper in acegi is only configured with port 80 -> 443 and port 8080 -> 8443, so I needed to add 8090 -> 8443.
Type: Posts; User: mutahi; Keyword(s):
Thanks alot for you reply but I got it. The default port mapper in acegi is only configured with port 80 -> 443 and port 8080 -> 8443, so I needed to add 8090 -> 8443.
Hi all,
I am using acegi to switch between secure and insecure channels and using jboss as my application server. I have have changed the default http connector port on jboss to use port 8090 but it...
That's more clearer now. Thanks alot for your reply.
Thanks for your reply .
I tried that but I get a class cast exception.
here it is.
org.springframework.webflow.engine.ActionExecutionException: Exception thrown executing [AnnotatedAction@9c15d2...
I am using the FormAction and dealing with the RequestContext which does not seem to give me access to the HttPServletResponse or the HttpServletRequest. Here is the method am dealing with.
...
Hi all,
Am trying to generate some pdf reports using jasper. I can do that with jasper on its own and I do get the report in pdf format. I would now like to integrate this into the flow and have the...