Ok but... i'have changed xml class name to "org.jasig.cas.adaptors.x509.authentication.handler.support" (cas-servlet.xml,deployerConfigContext.xml)
then replay: - ant jar war, copy cas.war .... .. but the error is the same :-( What can i do? Is there an alternative way? Thanks Luca Scotto On 31/07/06, Scott Battaglia <[EMAIL PROTECTED]> wrote: > Sorry, the package moved. When it was initially created it was created > in the wrong package. The correct package/class is: > **org.jasig.cas.adaptors.x509.authentication.handler.support.X509CredentialsAuthenticationHandler > ** > The javadocs are here: > http://developer.ja-sig.org/projects/cas/multiproject/cas-server-x509/apidocs/index.html > > I've filed a JIRA issue to correct the page: > http://www.ja-sig.org/issues/browse/CASW-23 > > Thanks > -Scott > > Scott Battaglia > Application Developer, Architecture & Engineering Team > Enterprise Systems and Services, Rutgers University > v: 732.445.0097 | f: 732.445.5493 | [EMAIL PROTECTED] > > > > Luca Scotto wrote: > > Hi all > > > > I'm using this guide: > > > > http://www.ja-sig.org/products/cas/server/certs/index.html > > > > I'have modified all xml files then "ant jar" - "ant war" under localPlugins > > Then copy cas.war, localplugins.jar and cas-server-x509-3.0.5-rc3.jar > > under tomcat-5.0.28-webapps. > > > > When go to : http://www.mypc.it:8080/cas there is an error: > > > > > > ----------------------------------------------- > > CAS is Unavailable > > > > [CUT] > > > > The Throwable encountered at context listener initialization was: > > > > org.springframework.beans.factory.BeanCreationException: Error > > creating bean with name 'centralAuthenticationService' defined in > > ServletContext resource [/WEB-INF/applicationContext.xml]: Cannot > > resolve reference to bean 'authenticationManager' while setting bean > > property 'authenticationManager'; nested exception is > > org.springframework.beans.factory.BeanCreationException: Error > > creating bean with name 'authenticationManager' defined in > > ServletContext resource [/WEB-INF/deployerConfigContext.xml]: Cannot > > create inner bean > > 'org.jasig.cas.authentication.handler.support.X509CredentialsAuthenticationHandler#c06258' > > while setting bean property 'authenticationHandlers' with key [2]; > > nested exception is > > org.springframework.beans.factory.BeanDefinitionStoreException: Error > > registering bean with name > > 'org.jasig.cas.authentication.handler.support.X509CredentialsAuthenticationHandler#c06258' > > defined in ServletContext resource > > [/WEB-INF/deployerConfigContext.xml]: Bean class > > [org.jasig.cas.authentication.handler.support.X509CredentialsAuthenticationHandler] > > not found; nested exception is java.lang.ClassNotFoundException: > > org.jasig.cas.authentication.handler.support.X509CredentialsAuthenticationHandler > > ---------------------------------------------------- > > > > The problem is that there no x509 class under > > "org.jasig.cas.authentication.handler.support". > > > > Any idea? > > > > What about "adaptor" directory? > > > > Could be a problem in packages define > > (X509CredentialsAuthenticationHandler.java)? > > > > -------------------------------------------- > > cas-server-3.0.5-rc3\adaptor\x509\src\main\java\org\jasig\cas\adaptor\x509\authentication\handler\support\X509CredentialsAuthenticationHandler.java > > > > package org.jasig.cas.adaptors.x509.authentication.handler.support; > > . > > . > > . > > ---------------------------------------------------------------------------- > > > > Thanks > > _______________________________________________ > > Yale CAS mailing list > > [email protected] > > http://tp.its.yale.edu/mailman/listinfo/cas > > > _______________________________________________ > Yale CAS mailing list > [email protected] > http://tp.its.yale.edu/mailman/listinfo/cas > _______________________________________________ Yale CAS mailing list [email protected] http://tp.its.yale.edu/mailman/listinfo/cas
