Looks like the servlet is "swallowing" some exceptions. Please use LOG4J or something to log all exceptions you catch. Also, in development mode, people will use cache == false. It seems like this is not implemented properly (resources.put()) is always performed, even if cache == false).
Looks like the servlet is "swallowing" some exceptions. Please use LOG4J or something to log all exceptions you catch. Also, in development mode, people will use cache == false. It seems like this is not implemented properly (resources.put()) is always performed, even if cache == false).