Hello Bill,

With the new version, cas.war builded ok but when deploying the following
exception occurs:

ERROR [org.springframework.web.servlet.DispatcherServlet] - <Context
initialization failed>
org.springframework.beans.factory.CannotLoadBeanClassException: Cannot find
class [org.jasig.cas.web.flow.LdapPwdAuthenticationViaFormAction] for bean
with name 'authenticationViaFormAction' defined in ServletContext resource
[/WEB-INF/cas-servlet.xml]; nested exception is
java.lang.ClassNotFoundException:
org.jasig.cas.web.flow.LdapPwdAuthenticationViaFormAction
at
org.springframework.beans.factory.support.AbstractBeanFactory.resolveBeanClass(AbstractBeanFactory.java:1250)
....

In cas-servlet.xml, authenticationViaFormAction bean is defined as

    <bean id="authenticationViaFormAction"
class="org.jasig.cas.web.flow.LdapPwdAuthenticationViaFormAction"
        p:centralAuthenticationService-ref="centralAuthenticationService"
        p:ticketRegistry-ref="ticketRegistry"
        p:warnCookieGenerator-ref="warnCookieGenerator"
        p:errorProcessor-ref="firstErrorProcessor" />

>From what I can see, there is no LdapPwdAuthenticationViaFormAction Class
in git sources...
I 've also checked and there is no firstErrorProcessor bean defined in any
xml file...

Am I missing something?

The build procedure that I 've followed is:
1) Download sources from feature-lppe branch
2) mvn install cas-server-core
3) mvn install cas-server-support-ldap
4) add cas-server-support-ldap dependency in cas-server-wepapp's pom.xml
4) mvn package in cas-server-webapp

Is this the right procedure?

Thanks,
Pavlos

On Wed, Jan 11, 2012 at 8:20 PM, William G. Thompson, Jr.
<wgt...@gmail.com>wrote:

> On Mon, Jan 9, 2012 at 11:27 AM, Pavlos Drandakis <pdra...@gmail.com>
> wrote:
> > Hello all,
> >
> >
> > I am trying to enable/try the lppe feature for CAS so I 've downloaded
> > Jasig-cas-v3.4.10-43-gab811fb.zip from git lppe-feature branch.
> > When trying to build cas-server-support-ldap module, compilation fails
> cause
> > there are unresolved conflicts ('HEAD','>>>>>','=====',... elements) in
> >
> https://github.com/Jasig/cas/blob/feature-lppe/cas-server-support-ldap/src/main/java/org/jasig/cas/adaptors/ldap/LdapPasswordWarningCheck.java
> > file.
> > Could you please tell me what should be the right version of the file?
>
> Pavlos,
>
> The merge conflicts have been cleaned up on the branch, please try
> again.  Also, keep in mind this is a work in progress, please share
> any feedback, improvements, etc.
>

> >
> > I would also like to know if the OpenLDAP Integration Issue is still
> valid
> > (https://wiki.jasig.org/display/CASUM/LDAP+Password+Policy+Enforcement).
>
> I haven't heard to the contrary.
>

> Best,
> Bill
>
> >
> > Thanks, in advance,
> > Pavlos
> >
> > --
> > You are currently subscribed to cas-dev@lists.jasig.org as:
> wgt...@gmail.com
> > To unsubscribe, change settings or access archives, see
> > http://www.ja-sig.org/wiki/display/JSG/cas-dev
>
> --
> You are currently subscribed to cas-dev@lists.jasig.org as:
> pdra...@gmail.com
> To unsubscribe, change settings or access archives, see
> http://www.ja-sig.org/wiki/display/JSG/cas-dev
>

-- 
You are currently subscribed to cas-dev@lists.jasig.org as: 
arch...@mail-archive.com
To unsubscribe, change settings or access archives, see 
http://www.ja-sig.org/wiki/display/JSG/cas-dev

Reply via email to