Re: T5 5.0.10 Acegi doesn´t work

2008-02-20 Thread Robin Helgelin
On Feb 20, 2008 11:12 AM, Ivan Dubrov <[EMAIL PROTECTED]> wrote: transformation.extendMethod(TransformConstants.CONTAINING_PAGE_DID_ATTACH_SIGNATURE, > tokenField + " = " + interField + ".checkBefore(" + configField + > ");"); > > transformation.extendMethod(TransformConstants.CONTAINING_PAGE_

Re: T5 5.0.10 Acegi doesn´t work

2008-02-20 Thread Ivan Dubrov
BTW, I think there is a bug in the transform method, instead of this: // Extend class transformation.extendMethod(TransformConstants.BEGIN_RENDER_SIGNATURE, tokenField + " = " + interField + ".checkBefore(" + configField + ");"); transformation.extendMethod(TransformConstants.CLEANUP_RENDER_SI

Re: T5 5.0.10 Acegi doesn´t work

2008-02-20 Thread Ivan Dubrov
prefixMethod appeared only in 5.0.6 (AFAIR). Now it's possible to implement method transformation. Here is working code from our project: // Add to transform method for (TransformMethodSignature method : transformation.findMethodsWithAnnotation(Secured.class)) { transformMethod(transformati

Re: T5 5.0.10 Acegi doesn´t work

2008-02-19 Thread ryanskow
Judging by the commented out line in AcegiWorker: //transformation.renameAndExtendMethod(method, newMethodName, methodBody.toString()); I'm guessing there is an issue with renaming and extending the method. Did that method exist at one point and suddenly go away or has method security never been

Re: T5 5.0.10 Acegi doesn´t work

2008-02-19 Thread Robin Helgelin
On Feb 19, 2008 5:08 PM, Robin Helgelin <[EMAIL PROTECTED]> wrote: > On Feb 19, 2008 4:50 PM, ryanskow <[EMAIL PROTECTED]> wrote: > > First of all, thank you for the work everyone has done on Acegi. Is there > > any idea when secured methods will be working in tapestry-Acegi? I noticed > > in the

Re: T5 5.0.10 Acegi doesn´t work

2008-02-19 Thread Robin Helgelin
On Feb 19, 2008 4:50 PM, ryanskow <[EMAIL PROTECTED]> wrote: > First of all, thank you for the work everyone has done on Acegi. Is there > any idea when secured methods will be working in tapestry-Acegi? I noticed > in the http://www.localhost.nu/java/tapestry5-acegi/todo.html > tapestry-acegi T

Re: T5 5.0.10 Acegi doesn´t work

2008-02-19 Thread ryanskow
First of all, thank you for the work everyone has done on Acegi. Is there any idea when secured methods will be working in tapestry-Acegi? I noticed in the http://www.localhost.nu/java/tapestry5-acegi/todo.html tapestry-acegi Todo List that this was not working and thought I'd check to see whe

Re: T5 5.0.10 Acegi doesn´t work

2008-02-13 Thread Robin Helgelin
On Feb 13, 2008 10:10 PM, Robin Helgelin <[EMAIL PROTECTED]> wrote: > Thank you! I haven't been able to keep up with the latest releases, > but I'll find time this weekend. It will be the 1.0.3 release to match > 5.0.9, and a snapshot to match up with 5.0.10. I'll give notice when > I'm there. Tha

Re: T5 5.0.10 Acegi doesn´t work

2008-02-13 Thread Robin Helgelin
On Feb 13, 2008 11:56 AM, Andreas Berndt <[EMAIL PROTECTED]> wrote: > But this is just for keep on developing and not standing still. > Will there be an update for tapestry-acegi soon ? Thank you! I haven't been able to keep up with the latest releases, but I'll find time this weekend. It will be

T5 5.0.10 Acegi doesn´t work

2008-02-13 Thread Andreas Berndt
After updating from 5.0.9 to 5.0.10 the acegi component didn´t work, no login is possible because the login page is not shown. Instead it shows an error in the @BeginRender Queue. We localized the problem in the AcegiExceptionTranslationFilter class (internal service of tapestry acegi) in the fun