[Acegisecurity-developer] Acegi with portlets

2007-02-15 Thread Arturo San Feliciano Martín
Hello! ¿Anyone knows where I could find examples or docs about acegi and portlets integration? ¿is it possible?. I´m going to try to integrate a JBoss Portal Application with Acegi security framework, please if anyone knows how or problems with the integration I will be

[Acegisecurity-developer] JbossAcegiLoginModule update?

2007-02-15 Thread Mat Lowery
I would like to request feedback on a JBoss Portal/CAS/Acegi Security implementation. The implementation works now but I want to get feedback on it. My implementation uses CAS 3.0.5, JBoss Portal 2.4.1-SP1, and Acegi Security 1.0.2. Here's a walkthrough: 1. User requests portal page that

[Acegisecurity-developer] Correction on Acegi Documentation

2007-02-15 Thread Mat Lowery
In the Acegi Security documentation for CAS (http://acegisecurity.org/docbook/acegi.html#cas-server-3), the instructions say: Copy Acegi-security.jar file into /localPlugins/lib. I believe they should say: Copy Acegi-security.jar and Acegi-security-cas-1.0.2.jar files into /localPlugins/lib.

Re: [Acegisecurity-developer] Acegi with portlets

2007-02-15 Thread John Lewis
There is some woefully out-of-date integration between Spring Portlet MVC and Acegi available for Acegi 0.8.3 on the Spring Portlet MVC web site: http://opensource.atlassian.com/confluence/spring/download/attachments/10/acegi-portlet.zip I spoke with Ben Alex at the Spring Experience

Re: [Acegisecurity-developer] Maven2 POM for Acegi-Security

2007-02-15 Thread Kyle Mallory
Carlos, Thanks for the reply, but I'm still confused, and concerned. I tried using the exclusions, and it results in excluding all of that artifact, including the version that I DO want. But then doesn't exclude the related dependencies, such as *-aop, *-support, *-beans, *-webmvc, etc.

Re: [Acegisecurity-developer] Maven2 POM for Acegi-Security

2007-02-15 Thread James Carman
Can the dependencies be listed as provided to avoid this? I would doubt that most folks would be relying upon Acegi to be putting the appropriate version of Spring in their classpath via maven2. I would think they would be using a newer version of Spring than what the dependency declares. On

Re: [Acegisecurity-developer] Maven2 POM for Acegi-Security

2007-02-15 Thread Carlos Sanchez
On 2/15/07, Kyle Mallory [EMAIL PROTECTED] wrote: Carlos, Thanks for the reply, but I'm still confused, and concerned. I tried using the exclusions, and it results in excluding all of that artifact, including the version that I DO want. But then doesn't exclude the related