[Acegisecurity-developer] Fw: 550 sender verify failed - test email, please ignore

2006-02-01 Thread sleahy

[Acegisecurity-developer] test

2006-02-01 Thread sleahy

Re: [Acegisecurity-developer] New LDAP stuff

2006-02-01 Thread sleahy
Mail sent From: [EMAIL PROTECTED] I've tested both:     [EMAIL PROTECTED]    domain\{0} And they work with Active Directory 2003.  The top one is of special interest as this is the Kerberos service principal name. Now all I have to do is figure out how to jam Kerberos Authentication in as a

[Acegisecurity-developer] Re: Problem with Acegi Maven 2 build

2006-02-01 Thread Carlos Sanchez
Sorry for the late response. First core was not compiling with m2. I tried now and had to change the scope of spring-mock to make classes compile. Second, if you run mvn -X you can see how transitive dependencies are obtained, and there's no reference at all to log4j. Are you talking about any ot

Re: [Acegisecurity-developer] CVS build failing due to test failures.

2006-02-01 Thread Ray Krueger
I am trying to jump in and see why the Jaas tests would be failing, but I cannot get Maven to play nice. Any ideas anyone? Carlos? *nudge nudge* [junit] [DEBUG] Finding class org.apache.ldap.server.normalization.NormalizationService [junit] [DEBUG] Finding class org.apache.ldap.server.int

Re: [Acegisecurity-developer] CVS build failing due to test failures.

2006-02-01 Thread Carlos Sanchez
The test output is in the target folder test-reports or something like that On 2/1/06, Ray Krueger <[EMAIL PROTECTED]> wrote: > I am trying to jump in and see why the Jaas tests would be failing, > but I cannot get Maven to play nice. Any ideas anyone? Carlos? *nudge > nudge* > > > [junit] [DE

Re: [Acegisecurity-developer] CVS build failing due to test failures.

2006-02-01 Thread Ray Krueger
Good Point, Anythony, can you post this log file please? {acegisourcecode}/core/target/test-reports/TEST-org.acegisecurity.providers.jaas.JaasAuthenticationProviderTests.xml Carlos any idea what that ClassDefNotFound is from? Just so I understand how to read that next time. On 2/1/06, Carlos San

Re: [Acegisecurity-developer] CVS build failing due to test failures.

2006-02-01 Thread Carlos Sanchez
A class referenced is not in the classpath On 2/1/06, Ray Krueger <[EMAIL PROTECTED]> wrote: > Good Point, > Anythony, can you post this log file please? > {acegisourcecode}/core/target/test-reports/TEST-org.acegisecurity.providers.jaas.JaasAuthenticationProviderTests.xml > > Carlos any idea what

[Acegisecurity-developer] The relentless persuit if integrating Acegi Security with Siteminder

2006-02-01 Thread Garvey, Paul M (GE Commercial Finance)
Title: The relentless persuit if integrating Acegi Security with Siteminder All, I upgraded my appfuse application appfuse 1.8.2 to 1.9 and from acegi 0.83  to 1.0 RC1 because I could not get Acegi to work with Siteminder.  Well, I still haven't gotten it to work but I have

Re: [Acegisecurity-developer] Re: Problem with Acegi Maven 2 build

2006-02-01 Thread Luke Taylor
Hi Carlos, Thanks for getting back to me. The problem happens when I run "maven -X install" from the acegi core directory. log4j definitely appears directly after spring-core in my test classpath, though I don't know exactly how it gets there: [INFO] [surefire:test] [INFO] Setting reports dir: /

Re: [Acegisecurity-developer] CVS build failing due to test failures.

2006-02-01 Thread Ray Krueger
hehe yeah that I knwew :P I was hoping Maven could be a little clearer on what class. I think it's the last one it's trying to "Find" NameComponentNormalizer. Would that be correct? On 2/1/06, Carlos Sanchez <[EMAIL PROTECTED]> wrote: > A class referenced is not in the classpath > > On 2/1/06, Ray

Re: [Acegisecurity-developer] CVS build failing due to test failures.

2006-02-01 Thread Carlos Sanchez
It is clearer in the test output On 2/1/06, Ray Krueger <[EMAIL PROTECTED]> wrote: > hehe yeah that I knwew :P > I was hoping Maven could be a little clearer on what class. I think > it's the last one it's trying to "Find" NameComponentNormalizer. Would > that be correct? > > On 2/1/06, Carlos San