Bugs item #576455, was opened at 2002-07-02 10:52 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=576455&group_id=22866
Category: JBossSX Group: v3.0 Rabbit Hole Status: Open Resolution: None Priority: 5 Submitted By: Peter Luttrell (objec) Assigned to: Nobody/Anonymous (nobody) Summary: DefaultCacheTimeout Incorrect Precision Initial Comment: for JBoss3.0.0+tomcat4.0.3 and JBoss3.0.1rc1+tomcat4.0.4: If you change the DefaultCacheTimeout on the org.jboss.security.plugins.JaasSecurityManagerService to 1, the timeout is set to 1 minute, whereas the JBoss3.0 quickstart guide states that the denomination is per second and thus it should be 1second. If it is going to be left as per minute (and the documentation changed), then it should allow decimal values, whereas if you put ".01" for the value, JBoss blows chuncks due a NumberFormatException on conversion of .01 to an int. Personally I think that the denomination of the number should be ms. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=576455&group_id=22866 ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
