Did you solve this? I have got the same issue. If so, please post the solution. Thanks. Petr
Type: Posts; User: storm; Keyword(s):
Did you solve this? I have got the same issue. If so, please post the solution. Thanks. Petr
Hi,
I am facing the same problem as you. I think the problem is somewhere in using
org.springframework.web.servlet.view.UrlBasedViewResolver Form tag (I am using MyFaces) have an incorrect action...
Look at ExceptionTranslationFilter. May it's what you want.
Try this
<bean id="messageSource" class="org.acegisecurity.AcegiMessageSource"/>
It works for me. I ame also using acegi 1.0.6.
Btw I have tried to use reloadable bundle like this:
I am using SJSAS (Sun Java System Application Server) 9.1 - Glassfish with Spring. I am not sure if I uderstand your question exactly. But if you are asking about the difference between JEE5 and...
Hello Arjen,
I'm quite desperate with securing Spring WS with Acegi.
org.acegisecurity.intercept.method.aopalliance.MethodSecurityInterceptor
I'm using @endpoint annotation and @secured...
Encountered error using Spring 2.5 with JDK1.4.2! :confused:
I think 2.5 is not full compatible with Java 4 or it's a bug in JVM. When using StoredProcedure (method execute(Map))
NoSuchMethod...
Thanks a lot. I will try it!
To the new version: I thought it was caused by SWS-222, but
probably it wasn't or maybe I am doing something wrong.
So you mean controller with join to old endpoint? And that
controller has annotations @Endpoint on methods that call
old endpoints methods and proxy will be created on the old endpoint? Am I...
Still doesn't work. :( Really I don't if it is my fault.
Jdk proxy won't create. On the dbFacade Jdk proxy is created well (see below).
[AspectJAwareAdvisorAutoProxyCreator] - Creating...
Okay,
first of all I have to thank you for a quick answer.
I tried 0.8.1. Almost correct (except description as you said).
Please be free to add the czech language translation into distribution...
I have to say one thing. In downloaded bundle (including JPetStore example), there was not any exception actually. This exception was only in my application contexts (the code of these contexts I...
Either bean description nor contructors args are ignored (maybe also something more). Tested also on JPetStore. There are only bean names and their atributes (such as abstract, class etc.).
It's...
Well, sounds great. :)
I have tried it, but encountered some problems with it. Exception is raised when building beandoc.
BeanDocException: Unable to parse or validate input resource
I...
Well, sounds great. :)
I have tried it, but encountered some problems with it. Exception is raised when building beandoc.
BeanDocException: Unable to parse or validate input resource
I...
I have encountered problem with using aop (methodSecurityInterceptor) around methods signed as @PayloadRoot. :( Aop is configured for interfaces.
<aop:config proxy-target-class="false">...
I'm using Ant. Unfortunately I don't know almost nothing about Maven. :(
Is there any way to integrate it into ant?
With downloaded binary dist I had the same error (unknown ant task). After rebuild from the source code it works (but not for schema based definitions :-( ).
Well, it doesn't work. Empty templates are generated. But there was a warning "Invalid attribute 'xpath-default-namespace'", so this could be the problem.
I'm not strong in XSLT so I can't solve...
Hello,
yesterday I encountered a problem with input-mapper in the subflow state.
I use SWF2.0m1 with MyFaces 1.1.5 and also using jsfExpressionParser set to...
First thank you for a tip.
But also there is a problem with flowexecutionkey obtaining in the servlet.
It doesn't matter if I use a filter or servlet. Well, suppose we have an exception servlet. In...
So nobody knows how to do that?
Hello to all,
did anybody try to handle an exception with servlet filter?
I'm using Facelets+MyFaces+SWF 2.0m1+Spring 2 and I want to handle all exceptions thrown in SWF, Facelets or JSF. ...
I need help. I'm using Facelets+MyFaces+SWF2.0m1. It works fine
if I set alwaysRedirectOnPause to false. If set to true, then an exception occurs:
2007-09-17 10:08:12,578 ERROR...
I tried this in my app, but I'd like to use alwaysRedirectOnPause="true".
So I add following
<bean...