Re: T5 tapestry5-acegi salt source not overridable

2009-01-28 Thread bongosdude
...@tapestry.apache.org - B Amigo:super: -- View this message in context: http://www.nabble.com/T5-tapestry5-acegi-salt-source-not-overridable-tp15004004p21709743.html Sent from the Tapestry - User mailing list archive at Nabble.com

Re: T5 tapestry5-acegi salt source not overridable

2009-01-28 Thread Thiago H. de Paula Figueiredo
Em Wed, 28 Jan 2009 13:53:57 -0300, bongosdude bongosd...@gmail.com escreveu: tapestry5 does not work with T5 5.0.18. I got error messages that say serivice SaltSource is built twice. If I removed the buildSourceSource static method. The error went away. You cannot use both at the same

[T5] Tapestry5-Acegi and Tapestry 5.0.13

2008-07-02 Thread Thiago H. de Paula Figueiredo
Are there any plans to release Tapestry5-Acegi 1.1.1 (the one with Tapestry 5.0.13 support) soon? I've checked out the sources and the code is there, but not released yet. As I'm planning to release some open-source packages until Friday, and one of them is built on Tapestry5-Acegi, I'm

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 + ););

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)) {

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 + ););

Re: T5 5.0.10 Acegi doesn´t work

2008-02-19 Thread ryanskow
when it might be. Thanks! -- View this message in context: http://www.nabble.com/T5-5.0.10-Acegi-doesn%C2%B4t-work-tp15454642p15561428.html Sent from the Tapestry - User mailing list archive at Nabble.com. - To unsubscribe, e

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 Todo

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 ryanskow
] -- View this message in context: http://www.nabble.com/T5-5.0.10-Acegi-doesn%C2%B4t-work-tp15454642p15571323.html Sent from the Tapestry - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED

T5 5.0.10 Acegi doesn´t work

2008-02-13 Thread Andreas Berndt
{ throw ex; } } ... But this is just for keep on developing and not standing still. Will there be an update for tapestry-acegi soon ? Best Regards Andreas -- View this message in context: http://www.nabble.com/T5-5.0.10-Acegi-doesn%C2%B4t-work-tp15454642p15454642.html Sent from

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

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. That

Re: T5 tapestry5-acegi salt source not overridable

2008-02-05 Thread Robin Helgelin
On Feb 4, 2008 10:55 PM, Franz Amador [EMAIL PROTECTED] wrote: Yup, that works for me, too. Thanks. I didn't know I could do that. According to the JavaDoc for the Alias class, however, it looks like I should instead be contributing to the AliasOverrides service, and that does seem to

Re: T5 tapestry5-acegi salt source not overridable

2008-02-04 Thread Franz Amador
: Robin Helgelin [EMAIL PROTECTED] To: Tapestry users users@tapestry.apache.org Sent: Saturday, February 2, 2008 2:21:05 AM Subject: Re: T5 tapestry5-acegi salt source not overridable On Jan 21, 2008 7:59 PM, Franz Amador [EMAIL PROTECTED] wrote: It looks to me like the tapestry5

Re: T5 tapestry5-acegi salt source not overridable

2008-02-02 Thread Robin Helgelin
On Jan 21, 2008 7:59 PM, Franz Amador [EMAIL PROTECTED] wrote: It looks to me like the tapestry5-acegi module hard-codes the password salt source to be SystemWideSaltSource. I can change the system-wide salt via acegi.password.salt, but there is no corresponding acegi.salt.source property.

Re: T5 tapestry5-acegi salt source not overridable

2008-01-24 Thread Robin Helgelin
Hi, On Jan 21, 2008 7:59 PM, Franz Amador [EMAIL PROTECTED] wrote: It looks to me like the tapestry5-acegi module hard-codes the password salt source to be SystemWideSaltSource. I can change the system-wide salt via acegi.password.salt, but there is no corresponding acegi.salt.source

T5 tapestry5-acegi salt source not overridable

2008-01-21 Thread Franz Amador
It looks to me like the tapestry5-acegi module hard-codes the password salt source to be SystemWideSaltSource. I can change the system-wide salt via acegi.password.salt, but there is no corresponding acegi.salt.source property. Having a system-wide salt is better than having no salt, but it

Re: T5 and Acegi

2008-01-07 Thread Daniel Jue
be helpful Davor Hrg On Jan 7, 2008 8:06 AM, Joshua Jackson [EMAIL PROTECTED] wrote: Dear all, Has anyone integrated T5 with Acegi already? Can use the default configuration from Acegi, or do we need to add additional configurations? Thanks in advance -- I'm a coder not a drag-n

Re: T5 and Acegi

2008-01-07 Thread Joshua Jackson
Thanks Daniel. This is the answer I was looking for. :) Cheers, On 1/7/08, Daniel Jue [EMAIL PROTECTED] wrote: Just a note for Acegi/Tapestry newcomers, this is about integrating Acegi (Spring Security) with T5, so that a page's security is defined in the actual T5 Java page classes (would

Re: T5 and Acegi

2008-01-07 Thread Daniel Jue
I hope the email made sense, I was falling asleep when I wrote it at 3am. :) Here is a wiki page I threw together. Note there are some things you still have to implement, it's not a full running example. This is for non-annotated Acegi use (I call it the classical way)

Re: T5 and Acegi

2008-01-07 Thread Joshua Jackson
Yes this was what I was looking for. For the time being I'm quite happy with the non-annotation configuration. I think I'm going to try the example you have given first. Thanks very much, On 1/7/08, Daniel Jue [EMAIL PROTECTED] wrote: I hope the email made sense, I was falling asleep when I

T5 and Acegi

2008-01-06 Thread Joshua Jackson
Dear all, Has anyone integrated T5 with Acegi already? Can use the default configuration from Acegi, or do we need to add additional configurations? Thanks in advance -- I'm a coder not a drag-n-dropper Blog: http://joshuajava.wordpress.com

Re: T5 and Acegi

2008-01-06 Thread Davor Hrg
{ } end quote--- search mailing list for some discussions, they might be helpful Davor Hrg On Jan 7, 2008 8:06 AM, Joshua Jackson [EMAIL PROTECTED] wrote: Dear all, Has anyone integrated T5 with Acegi already? Can use the default configuration from

Moving T4 to T5 broke Acegi

2007-05-31 Thread petros
this message in context: http://www.nabble.com/Moving-T4-to-T5-broke-Acegi-tf3845975.html#a10891952 Sent from the Tapestry - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands

T5: full Acegi integration

2007-05-17 Thread Robin Ericsson
Hi, I saw the previous post about an integration of Acegi, however, what I'm looking for is a full integration much like tapestry-acegi, most important that the @Secured annotation works. Is there any work in this area or should I go for it myself? -- regards, Robin