-
Apr 27th, 2006, 01:25 PM
#1
What is the lowest level JVM that Acegi Security runs on?
Sorry if this is a common question but my search attempts did not find any results.
I am new to acegi security but not spring. I wanted to try it out for one of my Websphere 5.0 based web apps. I downloaded the 1.0.0 RC2 binary of acegi security. Websphere 5.0 is a 1.3.1 based vm that uses servlet spec 2.3. I was able to get everthing to work fine when I used the in memory based UserDetails service with the DaoAuthenticationProvider. I then went to set up an LDAP provider but ran into a problem with the org.acegisecurity.providers.ldap.DefaultInitialDir ContextFactory class. The exception thrown was
java.lang.NoClassDefFoundError: java/net/URISyntaxException
at org.acegisecurity.providers.ldap.DefaultInitialDir ContextFactory.<init>(DefaultInitialDirContextFact ory.java:134)
It seems the java.net.URI classes are not introduced until java 1.4
So... is this a bug or is 1.4 the oldest vm supported? I would think it would be a bug because I believe Spring still supports 1.3.1 based vms
Thanks
David Noel
-
Apr 30th, 2006, 11:09 AM
#2
Sounds like there may be a JDK 1.4 dependancy through the LDAP API. I recommend asking Luke (the primary LDAP contributor) about it. I imagine we'd want to get this clarified before 1.0 final.
-
Apr 30th, 2006, 02:48 PM
#3
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules