Re: Tapestry-Acegi / Tapestry-Spring-Security

2009-03-01 Thread Juan E. Maya
Ok i can confirm is not working. I know it's impossible to keep everything working with the new tapestry releases. So i just wanted to send the message to the list in case somebody else has the same issue. Thanks On Sat, Feb 28, 2009 at 8:02 PM, Juan E. Maya wrote: > Hi, > i have 2 questions re

Re: tapestry-acegi example app question (solved)

2008-03-11 Thread Robin Helgelin
On Tue, Mar 11, 2008 at 3:37 AM, Julian Wood <[EMAIL PROTECTED]> wrote: > Hate to answer my own question, but I think the proper relation for: > > is: > > @ManyToMany( cascade={CascadeType.PERSIST, CascadeType.MERGE} ) > > You then need to persist your GrantedAuthorityBean independently from >

Re: tapestry-acegi example app question

2008-03-11 Thread Robin Helgelin
On Tue, Mar 11, 2008 at 12:18 AM, Julian Wood <[EMAIL PROTECTED]> wrote: > In the provided example for tapestry-acegi, I have a question about > the GrantedAuthorityBean table. That is, if I add more users which > share roles, each role will create a new row in the GAB table. How can > this be a

Re: tapestry-acegi example app question (solved)

2008-03-10 Thread Julian Wood
Hate to answer my own question, but I think the proper relation for: @OneToMany @Cascade(CascadeType.ALL) public Collection getGrantedAuthorities() { return grantedAuthorities; } is: @ManyToMany( cascade={CascadeType.PERSIST, CascadeType.MERGE} ) You then need to persist your GrantedA

Re: Tapestry-Acegi - carmanconsulting.com not responding

2007-06-06 Thread carlos f
carlos f wrote: > > Also I can't seem to get anonymous access working to the svn repo - > http://svn.javaforge.com/svn/tapestry/tapestry-acegi/trunk > anonymous/anon works - chalk that up to user error Carlos -- View this message in context: http://www.nabble.com/Tapestry-Acegi---carmancon

Re: tapestry-acegi

2007-05-04 Thread Asim Khaja
I will try it out, thanks a lot. Asim On 5/3/07, William Keller <[EMAIL PROTECTED]> wrote: I forgot to mention that you will need to map your User and GrantedAuthority as per usual on Acegi. The stuff I gave you doesn't go in depth on setting up your models (your User needs to implement UserDet

Re: tapestry-acegi

2007-05-03 Thread William Keller
I forgot to mention that you will need to map your User and GrantedAuthority as per usual on Acegi. The stuff I gave you doesn't go in depth on setting up your models (your User needs to implement UserDetails). Once you set up yoru GrantedAuthority for your users your tapestry pages can now use th

Re: tapestry-acegi

2007-05-03 Thread William Keller
I've got this working. Code supplied. Please customise for your purpose :) hivemodule.xml

Re: tapestry-acegi, how does SecurityUtilsImpl.accessDecisionManager get set?

2007-03-21 Thread James Carman
Sent: Wednesday, March 21, 2007 4:05:41 PM (GMT-0500) America/New_York Subject: Re: tapestry-acegi, how does SecurityUtilsImpl.accessDecisionManager get set? Sorry, I hit "Send" too quickly. Here's the hivemodule (anonymous/anon to login of course): http://svn.javaforge.com/svn/

Re: tapestry-acegi, how does SecurityUtilsImpl.accessDecisionManager get set?

2007-03-21 Thread Phillip C. Rhodes
AIL PROTECTED]> To: "Tapestry users" Sent: Wednesday, March 21, 2007 4:05:41 PM (GMT-0500) America/New_York Subject: Re: tapestry-acegi, how does SecurityUtilsImpl.accessDecisionManager get set? Sorry, I hit "Send" too quickly. Here's the hivemodule (anonymous/anon to l

Re: tapestry-acegi, how does SecurityUtilsImpl.accessDecisionManager get set?

2007-03-21 Thread James Carman
Sorry, I hit "Send" too quickly. Here's the hivemodule (anonymous/anon to login of course): http://svn.javaforge.com/svn/hivemind/hivemind-acegi/trunk/src/main/resources/META-INF/hivemodule.xml On 3/21/07, James Carman <[EMAIL PROTECTED]> wrote: The AccessDecisionManager is defined by the h

Re: tapestry-acegi, how does SecurityUtilsImpl.accessDecisionManager get set?

2007-03-21 Thread James Carman
The AccessDecisionManager is defined by the hivemind-acegi module. On 3/21/07, Phillip Rhodes <[EMAIL PROTECTED]> wrote: I am implementing acegi/tapestry and pulling apart the wonderful work of James Carman (preserving the copyrights!) and re-implementing for my purposes. My @Secured annotatio

Re: tapestry-acegi for basic auth only?

2007-03-19 Thread Robin Ericsson
On 3/19/07, Phillip Rhodes <[EMAIL PROTECTED]> wrote: From my understanding of tapestry-acegi (http://www.carmanconsulting.com/tapestry-acegi/) , it appears to support basic authentication, not form-based or other types of authentication. Can someone confirm my view? Confirmed. Although I h

Re: tapestry-acegi and tapestry 4.1

2007-03-07 Thread Borut Bolčina
Hello James, can you please update the tapestry-acegi pom. I have downloaded tapestry-acegi from svn, import it into Eclipse, modified the pom.xml and install tapestry-acegi snapshot into my local repo. I used this dependencies and first tests show that my T4.1.1 application which depends on m

Re: Tapestry-acegi auth

2007-01-05 Thread James Carman
Sorry, but I haven't had time to reply to this thread, but have you looked at the Wiki page: http://wiki.apache.org/tapestry/AcegiSpringJava5 On 1/5/07, Firas Adiler <[EMAIL PROTECTED]> wrote: Hi Kevin, This exception is "thrown if an Authentication object does not hold a required authority"

RE: Tapestry-acegi auth

2007-01-05 Thread Firas Adiler
Hi Kevin, This exception is "thrown if an Authentication object does not hold a required authority". "ROLE_USER" is the authority you used to secure your pages. It seems that your Acegi configuration is not complete. I'm a beginner myself and found this page very helpful: http://www.tfo-eservices

Re: tapestry-acegi and tapestry 4.1

2006-12-26 Thread James Carman
I haven't tried it, but it should work as far as I know. You can override the dependency in your own pom file On 12/26/06, Robert Binna <[EMAIL PROTECTED]> wrote: Hi I justed wanted to use tapestry-acegi on a project of mine that uses tapestry 4.1. Has someone get it working because the curre

Re: Re: Re: tapestry-acegi questions

2006-11-16 Thread Robin Ericsson
On 11/14/06, Robin Ericsson <[EMAIL PROTECTED]> wrote: Hmm, no, never though of that, might be a good idea though. I'll see if I have time to try this today. Ok, debugged and problem found. Safari seems to like to cache the result of the first query to the protected page. I was using a proxy c

Re: Re: tapestry-acegi questions

2006-11-14 Thread Robin Ericsson
On 11/14/06, James Carman <[EMAIL PROTECTED]> wrote: Oh, sorry, Robin. I read your last email, but only through the "thanks, I've got it working" part. :-) I didn't see the questions at the bottom. Do you have something that will let you debug the HTTP traffic? That might help you see what's

Re: Re: tapestry-acegi questions

2006-11-14 Thread James Carman
Oh, sorry, Robin. I read your last email, but only through the "thanks, I've got it working" part. :-) I didn't see the questions at the bottom. Do you have something that will let you debug the HTTP traffic? That might help you see what's going on for sure. On 11/14/06, Robin Ericsson <[EMA

Re: Re: tapestry-acegi questions

2006-11-14 Thread Robin Ericsson
On 11/12/06, Robin Ericsson <[EMAIL PROTECTED]> wrote: Thanks to James again :), I have a working solution that redirects after successful login. However, on Firefox it works like a charm, but on Safari it doesn't work as it seems it doesn't process cookies or something the same way. Maybe I sh

Re: Re: tapestry-acegi questions

2006-11-12 Thread Robin Ericsson
On 11/10/06, James Carman <[EMAIL PROTECTED]> wrote: You could use a callback somehow to do that, I would think. But, you would probably have to implement the auto-redirect-to-login-page logic yourself, so that you could save the callback into the session or set it on the login page as a propert

Re: tapestry-acegi questions

2006-11-10 Thread James Carman
You could use a callback somehow to do that, I would think. But, you would probably have to implement the auto-redirect-to-login-page logic yourself, so that you could save the callback into the session or set it on the login page as a property or something. On 11/10/06, Robin Ericsson <[EMAIL

Re: tapestry-acegi questions

2006-11-10 Thread Robin Ericsson
On 11/3/06, James Carman <[EMAIL PROTECTED]> wrote: Maybe you could just create your own Tapestry form (just like you do for any other page) and submit it. Within the form's processing, you could use the Acegi API (SecurityContextHolder.getContext().setAuthentication() maybe?) to set up the secu

Re: tapestry-acegi questions

2006-11-03 Thread James Carman
Maybe you could just create your own Tapestry form (just like you do for any other page) and submit it. Within the form's processing, you could use the Acegi API (SecurityContextHolder.getContext().setAuthentication() maybe?) to set up the security context, authenticating however you want. The H

Re: tapestry-acegi questions

2006-11-03 Thread James Carman
Maybe the form-based security should declare its own dummy engine service? That might be the way to go. I don't know. I'd have to play around with it some. On 11/3/06, Jesper Zedlitz <[EMAIL PROTECTED]> wrote: James Carman wrote: > What URL mapping are you using for your Tapestry application

Re: tapestry-acegi questions

2006-11-03 Thread Jesper Zedlitz
James Carman wrote: > What URL mapping are you using for your Tapestry application servlet? > This is my mapping without my Acegi experiments: redirect org.apache.tapestry.RedirectFilter tapestry-acegi org.apache.tapestry.ApplicationServlet 0 redirect / tapestry-acegi /app

Re: tapestry-acegi questions

2006-11-03 Thread James Carman
What URL mapping are you using for your Tapestry application servlet? On 11/3/06, Jesper Zedlitz <[EMAIL PROTECTED]> wrote: James Carman wrote: > Then you're not really using tapestry-acegi. You don't need Spring at > all to use tapestry-acegi. > But how do I wire "/j_acegi_security_check" to

Re: tapestry-acegi questions

2006-11-03 Thread Jesper Zedlitz
James Carman wrote: > Then you're not really using tapestry-acegi. You don't need Spring at > all to use tapestry-acegi. > But how do I wire "/j_acegi_security_check" to Acegi? Here is a short summary what I tried until now: * Login page forwards to "/j_acegi_security_check?...". * add a filte

Re: tapestry-acegi questions

2006-11-02 Thread James Carman
Then you're not really using tapestry-acegi. You don't need Spring at all to use tapestry-acegi. On 11/2/06, Jesper Zedlitz <[EMAIL PROTECTED]> wrote: > You're switching to using Spring instead of HiveMind? > The web application does not start if I do not create a Spring bean: Bean context mus

Re: tapestry-acegi questions

2006-11-02 Thread Jesper Zedlitz
> You're switching to using Spring instead of HiveMind? > The web application does not start if I do not create a Spring bean: Bean context must contain at least one bean of type org.acegisecurity.ui.webapp.AuthenticationProcessingFilter Jesper -- Jesper Zedlitz E-Mail : [EMAIL PROTECTED]

Re: tapestry-acegi questions

2006-11-02 Thread James Carman
You're switching to using Spring instead of HiveMind? On 11/2/06, Jesper Zedlitz <[EMAIL PROTECTED]> wrote: Jesper Zedlitz wrote: > When I try to access a secured page it works fine and I get to the login > page. After submitting the login form I will be redirected > to /j_acegi_security_check

Re: tapestry-acegi questions

2006-11-02 Thread Jesper Zedlitz
Jesper Zedlitz wrote: > When I try to access a secured page it works fine and I get to the login > page. After submitting the login form I will be redirected > to /j_acegi_security_check > But how do I wire this URL to Acegi? > I suppose I need a filter that processes the URL starting with "/j_ace

Re: tapestry-acegi questions

2006-11-01 Thread James Carman
The value you gave for the symbol "de.zedlitz.tapestry.acegi.FormProcessingFilter", is that a service id or a class name (I guess it could be both)? It definitely needs to be a service id, though. On 11/1/06, Jesper Zedlitz <[EMAIL PROTECTED]> wrote: James Carman wrote: > I haven't implemented

Re: tapestry-acegi questions

2006-11-01 Thread Robin Ericsson
On 11/1/06, Jesper Zedlitz <[EMAIL PROTECTED]> wrote: When I try to access a secured page it works fine and I get to the login page. After submitting the login form I will be redirected to /j_acegi_security_check But how do I wire this URL to Acegi? This is where I am too. I was thinking of inj

RE: Re: tapestry-acegi questions

2006-11-01 Thread Thomas.Vaughan
Ohhh...sorry 'bout that. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of James Carman Sent: Wednesday, November 01, 2006 9:08 AM To: Tapestry users Subject: Re: Re: tapestry-acegi questions With Tapestry-Acegi, we're not using the Acegi serv

Re: Re: tapestry-acegi questions

2006-11-01 Thread James Carman
j_acegi_security_check?j_username=" + getUsername() + "&j_password=" + ciphertext); throw new RedirectException(acegiUrl); } === Tom -Original Message- From: news [mailto:[EMAIL PROTECTED] On Behalf Of Jesper Zedlitz Sent: Wednesday, November

RE: Re: tapestry-acegi questions

2006-11-01 Thread Thomas.Vaughan
t; + ciphertext); throw new RedirectException(acegiUrl); } === Tom -Original Message- From: news [mailto:[EMAIL PROTECTED] On Behalf Of Jesper Zedlitz Sent: Wednesday, November 01, 2006 8:52 AM To: users@tapestry.apache.o

Re: tapestry-acegi questions

2006-11-01 Thread Jesper Zedlitz
James Carman wrote: > I haven't implemented form-based authentication in > tapestry-acegi, yet. But, I don't think it's that difficult, really. > Your need to use the AuthenticationProcessingFilter (I don't define it > in my hivemodule.xml, but it would be easy to do so in yours) and your > form h

Re: Re: tapestry-acegi questions

2006-10-30 Thread Robin Ericsson
On 10/30/06, Gareth <[EMAIL PROTECTED]> wrote: hi, I'm using the TableView component on what can be visulised as a search page. Hi, Please don't steal other threads with a new question. -- regards, Robin - To

Re: Re: tapestry-acegi questions

2006-10-30 Thread Gareth
hi, I'm using the TableView component on what can be visulised as a search page. The whole page is wrapped in a form (so that the paging buttons etc submit the search criteria), and the Form version of TableRow and TablePages are used. Everything appears to work except... I have 2 gripes that

Re: Re: tapestry-acegi questions

2006-10-29 Thread Shing Hing Man
Step C at the following might help. http://wiki.javascud.org/display/hsa/Acegi+and+Tapestry--A+Step-by-Step+Guide shing --- Robin Ericsson <[EMAIL PROTECTED]> wrote: > On 10/29/06, James Carman > <[EMAIL PROTECTED]> wrote: > > Hi, Robin. I haven't implemented form-based > authentication in >

Re: Re: tapestry-acegi questions

2006-10-29 Thread Robin Ericsson
On 10/29/06, James Carman <[EMAIL PROTECTED]> wrote: Hi, Robin. I haven't implemented form-based authentication in tapestry-acegi, yet. But, I don't think it's that difficult, really. Your need to use the AuthenticationProcessingFilter (I don't define it in my hivemodule.xml, but it would be ea

Re: tapestry-acegi questions

2006-10-29 Thread James Carman
Hi, Robin. I haven't implemented form-based authentication in tapestry-acegi, yet. But, I don't think it's that difficult, really. Your need to use the AuthenticationProcessingFilter (I don't define it in my hivemodule.xml, but it would be easy to do so in yours) and your form has to have two fi

Re: tapestry-acegi anon svn

2006-10-01 Thread Robin Ericsson
On 9/20/06, Robin Ericsson <[EMAIL PROTECTED]> wrote: Hi, Couldn't find a specific list for tapestry-acegi so I post this here. I can't seem to access the anonymous svn repository. All I can find is that I should use anonymous/anon, but that doesn't seem to work. I just want to give notice tha

RE: tapestry-acegi form based login

2006-09-21 Thread Jonathan Barker
My approach predates tapestry-acegi, but I'm sure it could be adapted. I use a bit of a hybrid approach, where the authentication part is handled as described in the EWDT e-book and all of my protected pages extend a BaseProtectedPage class. My Login page has a UserValidator ASO injected, which i

Re: tapestry-acegi form based login

2006-09-21 Thread Robin Ericsson
On 9/21/06, Jesper Zedlitz <[EMAIL PROTECTED]> wrote: Is it possible to use a html form for login with tapestry-acegi instead of HTTP basic authentication? I'd like to know that too. I would like to write a third part for my tutorial http://wiki.apache.org/tapestry/AcegiSpringJava5 about that

Re: tapestry-acegi anon svn

2006-09-20 Thread andyhot
son [mailto:[EMAIL PROTECTED] > Sent: Wednesday, September 20, 2006 9:20 AM > To: Tapestry users > Subject: Re: tapestry-acegi anon svn > > On 9/20/06, Karthik N <[EMAIL PROTECTED]> wrote: > >> I have the same issues with tapernate SVN. >> >> It's been

RE: tapestry-acegi anon svn

2006-09-20 Thread James Carman
Subject: Re: tapestry-acegi anon svn On 9/20/06, Karthik N <[EMAIL PROTECTED]> wrote: > I have the same issues with tapernate SVN. > > It's been more than a month but no luck!! :-( Has anyone raised this to Javaforge? -- re

Re: tapestry-acegi anon svn

2006-09-20 Thread Robin Ericsson
On 9/20/06, Karthik N <[EMAIL PROTECTED]> wrote: I have the same issues with tapernate SVN. It's been more than a month but no luck!! :-( Has anyone raised this to Javaforge? -- regards, Robin - To unsubscrib

Re: tapestry-acegi anon svn

2006-09-20 Thread Karthik N
I have the same issues with tapernate SVN. It's been more than a month but no luck!! :-( On 9/20/06, Robin Ericsson <[EMAIL PROTECTED]> wrote: Hi, Couldn't find a specific list for tapestry-acegi so I post this here. I can't seem to access the anonymous svn repository. All I can find is tha

Re: Tapestry-acegi pom.xml

2006-09-05 Thread Patrick Moore
A little bit of cavaet emptor on using version ranges in maven2 dependencies. This is a feature that I hope all library writers start using! (including hivemind and tapestry) There is an issue with several projects in the repositories having bad maven-metadata.xml files. Also mvn install:install

RE: Tapestry Acegi

2006-09-01 Thread Robert Cole
RE: Tapestry Acegi Tapestry-Acegi doesn't use Spring at all. Can you send me the error messages? You need hivemind-acegi.jar in your classpath. -Original Message- From: Robert Cole [mailto:[EMAIL PROTECTED] Sent: Frid

RE: Tapestry Acegi

2006-09-01 Thread Robert Cole
RE: Tapestry Acegi Tapestry-Acegi doesn't use Spring at all. Can you send me the error messages? You need hivemind-acegi.jar in your classpath. -Original Message----- From: Robert Cole [mailto:[EMAIL PROTECTED] Sent: Friday

RE: Tapestry Acegi

2006-09-01 Thread Robert Cole
gi.jar in your classpath. -Original Message- From: Robert Cole [mailto:[EMAIL PROTECTED] Sent: Friday, September 01, 2006 9:53 AM To: Tapestry users Cc: 'Tapestry users' Subject: RE: Tapestry A

RE: Tapestry Acegi

2006-09-01 Thread James Carman
ROTECTED]> 31/08/2006 18:11 To "'Tapestry users'" cc Please respond to "Tapestry users" Subject RE: Tapestry Acegi Oh, as for the @Secured annotation not being present, you have to add the acegi-security-tiger.j

RE: Tapestry Acegi

2006-09-01 Thread Robert Cole
Subject

RE: Tapestry Acegi

2006-09-01 Thread Robert Cole
Subject

RE: Tapestry Acegi

2006-09-01 Thread Robert Cole
Subject

RE: Tapestry Acegi

2006-08-31 Thread Jasper Huzen
I've used Acegi too and it's great! Maybe you should try trails, because this can generate a lot of stuff for Acegi. I used that too and after adding some small annotations to my DAO objects, the total security, inclusive admin tool, was ready. -Original Message- From: Robert Cole

RE: Tapestry Acegi

2006-08-31 Thread James Carman
Oh, as for the @Secured annotation not being present, you have to add the acegi-security-tiger.jar file (tiger = JDK5) to your classpath. Tapestry-Acegi uses the built-in @Secured annotation available from Acegi to secure page classes and listener methods. For the build to work, you will have to i

RE: Tapestry Acegi

2006-08-31 Thread James Carman
Yes, we use Tapestry-Acegi at work and it works just fine for us. You have to make sure you get all of the dependencies. A lot of the work is done by the hivemind-acegi module (also available at JavaForge) and the hivemind-acegi-dao module (if you want to use it). -Original Message- Fr

Re: Tapestry + Acegi + Spring integration

2006-07-12 Thread Gernot Stocker
On Wednesday 12 July 2006 13:48, James Carman wrote: > hivemodule.xml file to get that to work. Why can't you just plug your own > SSO filter into the existing pipeline by using a symbol override? just to make clear I'm not really familiar with Hivemind, I just use it to reach the Spring Beans

RE: Tapestry + Acegi + Spring integration

2006-07-12 Thread James Carman
You can use a symbol override for that: -Original Message- From: news [mailto:[EMAIL PROTECTED] On Behalf Of Jesper Zedlitz Sent: Wednesday, July 12, 2006 8:58 AM To: users@tapestry.apache.org Subject: RE: Tapestry + Acegi + Spring integration -BEGIN PGP SIGNED MESSAGE

RE: Tapestry + Acegi + Spring integration

2006-07-12 Thread Jesper Zedlitz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 James Carman wrote: > What did you mean by "How do I change the name used for HTTP basic > authentication?" on the Wiki? > Ok, "realm name" is more percise. Right now it is "Acegi Security" but I would like to change it to something like "super secr

RE: Tapestry + Acegi + Spring integration

2006-07-12 Thread James Carman
What did you mean by "How do I change the name used for HTTP basic authentication?" on the Wiki? -Original Message- From: news [mailto:[EMAIL PROTECTED] On Behalf Of Jesper Zedlitz Sent: Tuesday, July 11, 2006 8:32 AM To: users@tapestry.apache.org Subject: RE: Tapestry + Aceg

RE: Tapestry + Acegi + Spring integration

2006-07-12 Thread James Carman
e? -Original Message- From: Gernot Stocker [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 12, 2006 7:42 AM To: Tapestry users Subject: Re: Tapestry + Acegi + Spring integration On Tuesday 11 July 2006 20:30, James Carman wrote: > Yeah, when I added tapestry-acegi support into our projec

Re: Tapestry + Acegi + Spring integration

2006-07-12 Thread Gernot Stocker
On Tuesday 11 July 2006 20:30, James Carman wrote: > Yeah, when I added tapestry-acegi support into our project at work, the > people were quite amazed at how easy it was to secure a page. Hi, I would like to use the tapestry-acegi project for ACEGI-security-checks in pages, having already imple

RE: Tapestry + Acegi + Spring integration

2006-07-11 Thread James Carman
Subject: Re: Tapestry + Acegi + Spring integration -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 With several tips from James I have been able to make the example clearer than it already was. Securing Tapestry pages is so easy - it is almost frightened. ;-) I have added a dependency to hivemind-lib

Re: Tapestry + Acegi + Spring integration

2006-07-11 Thread Jesper Zedlitz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 With several tips from James I have been able to make the example clearer than it already was. Securing Tapestry pages is so easy - it is almost frightened. ;-) I have added a dependency to hivemind-lib. That makes it possible to get rid of the helper

RE: Tapestry + Acegi + Spring integration

2006-07-11 Thread James Carman
Zedlitz Sent: Tuesday, July 11, 2006 8:32 AM To: users@tapestry.apache.org Subject: RE: Tapestry + Acegi + Spring integration James Carman wrote: > You can tell HiveMind to use a different password encoder if you want. > All you have to do is override the

RE: Tapestry + Acegi + Spring integration

2006-07-11 Thread Jesper Zedlitz
James Carman wrote: > You can tell HiveMind to use a different password encoder if you want. > All you have to do is override the symbol > hivemind.acegi.dao.passwordEncoder: > > value="org.acegisecurity.providers.encoding.Md5PasswordEncoder"/> > > Ok, that helps. Now I do not have to

Re: Tapestry + Acegi + Spring integration

2006-07-11 Thread Jesper Zedlitz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 ZedroS Schwart wrote: > I wonder, Jesper, if you wouldn't have an advantage of using James' > Tapernate stuff. If not, why ? > I am using James' tapestry-acegi library. My applications make heavy use of the Spring framework. So I was looking for a way

RE: Tapestry + Acegi + Spring integration

2006-07-11 Thread James Carman
ailto:[EMAIL PROTECTED] Sent: Tuesday, July 11, 2006 7:13 AM To: 'Tapestry users' Subject: RE: Tapestry + Acegi + Spring integration Yes, +1. A nice Wiki entry about this stuff would be great (and it would help me document my stuff :-). Do you think we should put it in the mai

RE: Tapestry + Acegi + Spring integration

2006-07-11 Thread James Carman
Subject: Re: Tapestry + Acegi + Spring integration I'm not a lot in this Hibernate/Spring/Acegi stuff currently but I'm really curious about it. I wonder, Jesper, if you wouldn't have an advantage of using James' Tapernate stuff. If not, why ? BTW, I think the Wiki is the b

Re: Tapestry + Acegi + Spring integration

2006-07-11 Thread ZedroS Schwart
I'm not a lot in this Hibernate/Spring/Acegi stuff currently but I'm really curious about it. I wonder, Jesper, if you wouldn't have an advantage of using James' Tapernate stuff. If not, why ? BTW, I think the Wiki is the best place where such excellent mail should end up ! Cheers ZedroS On 7/1

RE: Tapestry + Acegi + Spring integration

2006-07-11 Thread James Carman
You can tell HiveMind to use a different password encoder if you want. All you have to do is override the symbol hivemind.acegi.dao.passwordEncoder: -Original Message- From: news [mailto:[EMAIL PROTECTED] On Behalf Of Jesper Zedlitz Sent: Tuesday, July 11, 2006 3:31 AM To: users

Re: tapestry-acegi

2006-07-10 Thread Jesse Kuhnert
guest/guest On 7/10/06, Andreas Bulling <[EMAIL PROTECTED]> wrote: On 10. Jul 2006 - 18:00:40, Norbert Sándor wrote: | Hello, | | I tried to download tapestry-acegi but SVN access does not seem to be | public. | How can I download it? Do you know http://www.carmanconsulting.com/tapestry-acegi/

Re: tapestry-acegi

2006-07-10 Thread Andreas Bulling
On 10. Jul 2006 - 18:00:40, Norbert Sándor wrote: | Hello, | | I tried to download tapestry-acegi but SVN access does not seem to be | public. | How can I download it? Do you know http://www.carmanconsulting.com/tapestry-acegi/source-repository.html HTH Andreas --

Re: tapestry-acegi

2006-07-10 Thread Hugo Palma
You can find both binary and source build in the Maven2 repo here http://www.carmanconsulting.com/mvn On 7/10/06, Norbert Sándor <[EMAIL PROTECTED]> wrote: Hello, I tried to download tapestry-acegi but SVN access does not seem to be public. How can I download it? Regards, Norbi -

RE: Tapestry/Acegi Integration...

2006-06-18 Thread James Carman
e specification jars (JTA, JPA, etc.) will be downloaded automatically without having to manually copy stuff into your local repo. James -Original Message- From: Scott Russell [mailto:[EMAIL PROTECTED] Sent: Saturday, June 17, 2006 11:04 PM To: users@tapestry.apache.org Subject

Re: Tapestry/Acegi Integration...

2006-06-17 Thread Scott Russell
Hi James, I took a look at the Tapestry-Acegi integration project at http://www.carmanconsulting.com/tapestry-acegi/ . It looks very nice, certainly a cleaner integration than what I have used before. I am just wondering how complete it is. Looking through the code, it appears that the config

RE: Tapestry/Acegi Integration...

2006-06-13 Thread bkbonner
got in with 'anonymous' and 'anon'. -- View this message in context: http://www.nabble.com/Tapestry-Acegi-Integration...-t1752611.html#a4847443 Sent from the Tapestry - User forum at Nabble.com. - To unsubscribe, e-mail: [EMAIL

RE: Tapestry/Acegi Integration...

2006-06-13 Thread bkbonner
James, I tried getting access to the SVN repository via javaforge using my 'bkbonner' ID, but was unable. It said 'Tapernate project wasn't found' when doing a search. ??? I'm interested in the @Secured component you were discussing. Is this out in SVN? p.s. I see you're on maven ;) Brian

RE: Tapestry/Acegi Integration...

2006-06-11 Thread Jonathan Barker
sMoreTokens()) { String integer = tokenizer.nextToken(); integers.add(new Integer(integer)); } return (Integer[]) integers.toArray(new Integer[] {}); } } -

RE: Tapestry/Acegi Integration...

2006-06-11 Thread James Carman
EMAIL PROTECTED] Sent: Saturday, June 10, 2006 1:03 AM To: 'Tapestry users' Subject: RE: Tapestry/Acegi Integration... Hi, I've now been lurking for two years. I finally had a project where I could use Tapestry... and Hibernate, and Spring, and Acegi... So many hills to climb

RE: Tapestry/Acegi Integration...

2006-06-10 Thread Jonathan Barker
ed method stub return null; } /* (non-Javadoc) * @see org.apache.tapestry.form.IFormComponent#getClientId() */ public String getClientId() { // TODO Auto-generated method stub return null; }

RE: Tapestry/Acegi Integration...

2006-06-09 Thread Jonathan Barker
ed method stub return null; } /* (non-Javadoc) * @see org.apache.tapestry.form.IFormComponent#getClientId() */ public String getClientId() { // TODO Auto-generated method stub return null; }

RE: Tapestry/Acegi Integration...

2006-06-09 Thread James Carman
I was actually thinking of a @Secured component that would conditionally show its contents only if the user has the required permissions. -Original Message- From: Hugo Palma [mailto:[EMAIL PROTECTED] Sent: Friday, June 09, 2006 5:45 PM To: Tapestry users Subject: Re: Tapestry/Acegi

Re: Tapestry/Acegi Integration...

2006-06-09 Thread Hugo Palma
I was just thinking about something that would be really cool. It's a common requirement in some applications that some ui elements are hidden/shown depending on user role. What i'm thinking is that tapestry-acegi could provide the same @Secured annotation for component classes but it would hav

Re: Tapestry/Acegi Integration...

2006-06-09 Thread James Carman
Or, Acegistry! :-) LOL > On 6/9/06, James Carman <[EMAIL PROTECTED]> wrote: > >> Oh, so you want to directly link to my site? I figured that since we >> will >> already have a link to tapestry-javaforge that folks could get to >> tapernate, tapestry-autowire, tapestry-acegi, etc. from there. I w

Re: Tapestry/Acegi Integration...

2006-06-09 Thread Massimo Lusetti
On 6/9/06, James Carman <[EMAIL PROTECTED]> wrote: Oh, so you want to directly link to my site? I figured that since we will already have a link to tapestry-javaforge that folks could get to tapernate, tapestry-autowire, tapestry-acegi, etc. from there. I would imagine (and I control it) that

Re: Tapestry/Acegi Integration...

2006-06-09 Thread James Carman
It's there. So, you can link to both that and Tapernate if you wish. www.carmanconsulting.com/tapernate www.carmanconsulting.com/tapestry-acegi > Well, when you get to it let me know, it's ~very~ easy to make a change > and > quickly deploy the docs now. > > On 6/9/06, James Carman <[EMAIL PROT

Re: Tapestry/Acegi Integration...

2006-06-09 Thread Jesse Kuhnert
Well, when you get to it let me know, it's ~very~ easy to make a change and quickly deploy the docs now. On 6/9/06, James Carman <[EMAIL PROTECTED]> wrote: Oh, so you want to directly link to my site? I figured that since we will already have a link to tapestry-javaforge that folks could get t

Re: Tapestry/Acegi Integration...

2006-06-09 Thread James Carman
Oh, so you want to directly link to my site? I figured that since we will already have a link to tapestry-javaforge that folks could get to tapernate, tapestry-autowire, tapestry-acegi, etc. from there. I would imagine (and I control it) that the URL for the tapestry-acegi project's documentation

Re: Tapestry/Acegi Integration...

2006-06-09 Thread Jesse Kuhnert
I meant linked here: http://tapestry.apache.org/ On 6/9/06, James Carman <[EMAIL PROTECTED]> wrote: The tapestry-acegi and tapernate modules are both subprojects of the tapestry-javaforge project. So, we're already linked in. I need to update the tapestry-javaforge site in SVN to point to my

Re: Tapestry/Acegi Integration...

2006-06-09 Thread James Carman
The tapestry-acegi and tapernate modules are both subprojects of the tapestry-javaforge project. So, we're already linked in. I need to update the tapestry-javaforge site in SVN to point to my sites on my server. It won't be difficult to get the documentation written for tapestry-acegi. It'll j

Re: Tapestry/Acegi Integration...

2006-06-09 Thread Jesse Kuhnert
If you put up a shell mvn site I'll make sure you get linked in. On 6/9/06, James Carman <[EMAIL PROTECTED]> wrote: All, The tapernate-example application has been refactored to reflect the latest changes in the Tapestry/Acegi integration module. Now, the Acegi support is more "drop-in-able."

Re: Tapestry/Acegi Integration...

2006-06-09 Thread James Carman
Form-based authentication is coming soon! :-) It should be quite easy. > Hi, > a smooth integration of ACEGI into Tapestry is really cool stuff. We > managed it by using > the internal org.acegisecurity.util.FilterToBeanProxy and > FilterChainProxy for authentication > and partially for authoriz

Re: Tapestry/Acegi Integration...

2006-06-09 Thread Gernot Stocker
Hi, a smooth integration of ACEGI into Tapestry is really cool stuff. We managed it by using the internal org.acegisecurity.util.FilterToBeanProxy and FilterChainProxy for authentication and partially for authorization (user /not logged in without role check) within the web.xml. Does this m

  1   2   >