[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Programmatic invalidation of EJB cache

2005-12-16 Thread johanan
Hi, I would like to know how to perform a programmatic invalidation of cached Entity Beans when using the cache invalidation service in JBoss. Is it possible to manually send a message (perhaps a JMSCacheInvalidationMessage) to the service by looking up the appropriate topic and connection fac

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - HttpSessionListener::sessionDestroyed called to late

2005-10-26 Thread johanan
Hi, I'm using JBoss 4.0.3 (tomcat 5.5) and have a class which implements HttpSessionListener. When the sessionDestroyed(..) method is invoked (when the session has times out) I'm not able to call any business logic (Session Beans which is security enabled). I'm getting an error (security except