Here is the problem... 1) I have a 'LoadOnStartup' servlet that instantiates a singleton class in it's init() method. 2) The singleton connects to a Statefull session bean using a user and password passed from the servlet. 3) The singleton has a timer which calls the session bean every 10 seconds 4) The servlet is accessed from clients with their security ids to update the singletons internal state My problem is that the singleton looses its authentication after the first timer event... Any ideas how I could put all this together without loosing the authentication? Lewis _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-user
