On Tue, 2002-10-29 at 11:33, [EMAIL PROTECTED] wrote:
> Andrejkovics Istv�n wrote:
> 
>  
> > Has anyone succeeded in making LDAP work under
> jetspeed?
> > 
> > I tried to test it, without success.
> > I have downloaded and compiled the latest (2002-10-27)
> > nightly jetspeed
> > snapshot (with Java 1.4.0_01, because 1.3.1_02 was
> > unable to compile
> > it). During configuration I realised that the '# LDAP'
> > lines were
> > disappeared from JetspeedSecurity.properties which
> were
> > there before
> > (was it intentional?). When I wrote back these lines
> > and tried to start
> > jetspeed, it turned out that the class
> >
> org.apache.jetspeed.services.security.JetspeedLDAPSecurityService was
> > missing. I have not found this class in the source
> > tree. Is this class
> > really missing? If not, what is the correct value for
> > services.JetspeedSecurity.classname in
> > JetspeedSecurity.properties?
> > Does any documentation exist for making LDAP work
> under
> > jetspeed?
> > 
> > Istvan
> > 
> > 
> 
> If you change all references to
> org.apache.jetspeed.services.security.JetspeedLDAPSecurityService to
> org.apache.jetspeed.services.security.ldap.LDAPService
> it will compile. I haven't tried using LDAP, so I do
> not know if it works.
> 
> Harald
> 
> --
> To unsubscribe, e-mail:   <mailto:jetspeed-user-unsubscribe@;jakarta.apache.org>
> For additional commands, e-mail: <mailto:jetspeed-user-help@;jakarta.apache.org>
> 

The class org.apache.jetspeed.services.security.ldap.LDAPService doesn't
exist, but org.apache.jetspeed.services.ldap.LDAPService does. With this
class I got another exception (from jetspeed.log):

[29 Oct 2002 11:45:56 ERROR] - Turbine.handleException:
java.lang.ClassCastException:
org.apache.jetspeed.services.ldap.LDAPService
[29 Oct 2002 11:45:56 ERROR] -
org.apache.jetspeed.om.profile.ProfileException:
java.lang.ClassCastException:
org.apache.jetspeed.services.ldap.LDAPService
        at
org.apache.jetspeed.services.profiler.JetspeedProfilerService.fallbackProfile(JetspeedProfilerService.java:577)
        at
org.apache.jetspeed.services.profiler.JetspeedProfilerService.getProfile(JetspeedProfilerService.java:317)
        at
org.apache.jetspeed.services.profiler.JetspeedProfilerService.getProfile(JetspeedProfilerService.java:603)
        at
org.apache.jetspeed.services.Profiler.getProfile(Profiler.java:126)
        at
org.apache.jetspeed.modules.actions.JetspeedAccessController.doPerform(JetspeedAccessController.java:99)
        at org.apache.turbine.modules.Action.perform(Action.java:87)
        at
org.apache.turbine.modules.ActionLoader.exec(ActionLoader.java:122)
        at org.apache.turbine.Turbine.doGet(Turbine.java:529)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
...


Does it mean that the LDAP code does not work yet?

Istvan


--
To unsubscribe, e-mail:   <mailto:jetspeed-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:jetspeed-user-help@;jakarta.apache.org>

Reply via email to