Guimaraes, Patricia (NIH/NLM) [C] escribió: > Do you know what requires the CGlib jar file and the ASM/OW2 jar file?
I recall Spring was asking for a net method inside CGlib and ASM/OW2. I assume my Java environment is severely downgraded and I don't have this libraries on my path, and that's why I needed to add them to WEB-INF/lib. Maybe most people also use an app server which brings this libs. Then again, I'm not even seasoned with Java. 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 -- José Miguel Parrella Romero (bureado.com.ve) PGP: 0×88D4B7DF Debian Developer Caracas, VE/Quito, EC -- 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
