[jboss-user] [JBossCache] - Error getting an instance of PoJoCache , when redeploy my ap
I have a servlet and in this servlet i have a private PojoCache like this: private PojoCache cache = null; | | //Servlet init | public void init() throws ServletException { | super.init(); | // Get an instance of PojoCache | try { |
[jboss-user] [JBossCache] - Error getting an instance of PoJoCache , when redeploy my ap
I have a servlet and in this servlet i have a private PojoCache like this: private PojoCache cache = null; //Servlet init public void init() throws ServletException { super.init(); // Get an instance of PojoCache try { cach