[jboss-jira] [JBoss JIRA] Created: (EJBTHREE-1548) Remove dependency from StatefulSessionFilePersistenceManager on MBean Server

Andrew Lee Rubinger (JIRA) jira-events at lists.jboss.org
Sat Oct 25 16:57:21 EDT 2008


Remove dependency from StatefulSessionFilePersistenceManager on MBean Server
----------------------------------------------------------------------------

                 Key: EJBTHREE-1548
                 URL: https://jira.jboss.org/jira/browse/EJBTHREE-1548
             Project: EJB 3.0
          Issue Type: Task
          Components: core
            Reporter: Andrew Lee Rubinger
            Assignee: Andrew Lee Rubinger
             Fix For: 1.0.0-CR1


During init, the following is called:

   File dir = ServerConfigLocator.locate().getServerTempDir();

...instead we should look to System Properties for "jboss.server.temp.dir" and fallback to "java.io.tmpdir" in case this isn't present (ie. non AS environments)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jboss-jira mailing list