Jose, > Here's my list of exceptions from Tomcat's log: > > java.lang.ClassNotFoundException: > com.noelios.restlet.ext.spring.RestletFrameworkServlet > > Caused by: java.lang.ClassNotFoundException: > org.restlet.ext.spring.SpringRouter > > Caused by: org.springframework.beans.factory.BeanCreationException: > Error creating bean with name > 'org.restlet.ext.spring.SpringFinder#944dbd' defined in ServletContext > resource [/WEB-INF/restlet-servlet.xml]: Instantiation of bean failed; > nested exception is java.lang.NoClassDefFoundError: > net/sf/cglib/proxy/CallbackFilter > > Caused by: org.springframework.beans.factory.BeanCreationException: > Error creating bean with name > 'org.restlet.ext.spring.SpringFinder#1635484' defined in ServletContext > resource [/WEB-INF/restlet-servlet.xml]: Instantiation of bean failed; > nested exception is java.lang.NoClassDefFoundError: org/objectweb/asm/Type
That's interesting. I don't get this error. My CAS server includes only the following modules from CAS Server 3.3.5: cas-server-core cas-server-support-jdbc cas-server-integration-restlet I wonder if you are using other modules that require CGlib and ASM support. Pat -- 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
