Hi,
We have custom CREs which we implemented in V7.6 and was working fine in V8.0 installation. Now I applied the SP1 patch and the CRE is now coming up empty...I see this in logs:
<Jul 13, 2010 2:31:25 PM EDT> <Error> <HTTP> <BEA-101214> <Included resource or file "/cma-view/secure/common/errorpage.jsp" not found from requested resource "/AppConsole/secure/home.jsp".>
Tried to evaluate the code in the custom CRE jsp and it doesn't print anything after this:
out.print("reaches here This is printed on CRE");
//RETRIEVE/SET SESSION USER OBJECTS FOR JSPS
String currentUser = AuthorizationUtils.getCurrentUser();
out.print("reaches here currentUser"+currentUser); // I don't see this output
Thanks,
Selvi.