I have found: https://wiki.jasig.org/display/CASUM/Configuring Ok, so far, so good.
After restarting tomcat I am now getting an error: The Spring ContextLoaderListener we wrap threw on contextInitialized. But for our having caught this error, the web application context would not have initialized. org.springframework.beans.factory.xml.XmlBeanDefinitionStoreException: Line 268 in XML document from ServletContext resource [/WEB-INF/deployerConfigContext.xml] is invalid; nested exception is org.xml.sax.SAXParseException: cvc-complex-type.2.4.c: The matching wildcard is strict, but no declaration can be found for element 'tx:annotation-driven'. Line 268 is: <tx:annotation-driven transaction-manager="transactionManager"/> The head of WEB-INF/deployerConfigContext.xml is: <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:tx="http://www.springframework.org/schema/tx" xmlns:p="http://www.springframework.org/schema/p" xmlns:sec="http://www.springframework.org/schema/security" xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.0.xsd http://www.springframework.org/schema/security http://www.springframework.org/schema/security/spring-security-3.0.xsd"> How you can see I have inserted this xmlns:tx line. Are there any jar files missing? Why is this tx:annotation-driven element not found? Thanks, Kevin Am 08.06.2011 01:03, schrieb Kevin Richter: > Thanks a lot! That works really like a charm :-) > > After some problems: > 1) wrong paths in cas.properties > 2) german language does not work because this part is not translated > > > But... > why doesn't it save the settings made in the services management? > After a restart of tomcat every setting is lost. > Do you have another hint for me? > > > Thanks, > Kevin > > > > > > Am 07.06.2011 16:59, schrieb Marvin Addison: >>> Can anyone explain to me how this feature is configured or where it is >>> documented? >> >> It's configured and documented as part of service management, >> https://wiki.jasig.org/display/CASUM/Services+Management. >> >> M >> -- You are currently subscribed to [email protected] as: [email protected] To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/cas-user
