Bugs item #576455, was opened at 2002-07-02 08: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: Closed >Resolution: Works For Me Priority: 5 Submitted By: Peter Luttrell (objec) >Assigned to: Scott M Stark (starksm) 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. ---------------------------------------------------------------------- >Comment By: Scott M Stark (starksm) Date: 2002-07-15 17:56 Message: Logged In: YES user_id=175228 The following sets the cache timeout to 1 second as documented for me: <attribute name="DefaultCacheTimeout">1</attribute> ---------------------------------------------------------------------- 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: Jabber - The world's fastest growing real-time communications platform! Don't just IM. Build it in! http://www.jabber.com/osdn/xim _______________________________________________ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
