> 1) Why am I getting the class not found exception? I can walk the folder > structure to the caspostresponseview.jsp file. Is the malformation of > "WEB_002dINF" creating the issue, and if so where should I start to look?
The WEB_002dINF part of the class name is suspect, though it may just be your servlet container's way of translating the path WEB-INF into a legal Java identifier. What container are you using? If you're certain that you have a compiled JSP in your container's work directory with that name (considering case sensitivity of your platform), then you might investigate classloader problems. > 2) Is the attribute map supposed to appear empty? What is the best way to > verify attributes are being correctly mapped and released? If you're using stock CAS components for attribute resolution, you can turn up org.jasig.services.persondir to DEBUG to see more detail. 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
