[jboss-jira] [JBoss JIRA] Created: (JBESB-219) Remove all occurrences of System.exit from code

Mark Little (JIRA) jira-events at jboss.com
Fri Oct 27 07:01:41 EDT 2006


Remove all occurrences of System.exit from code
-----------------------------------------------

                 Key: JBESB-219
                 URL: http://jira.jboss.com/jira/browse/JBESB-219
             Project: JBoss ESB
          Issue Type: Task
      Security Level: Public (Everyone can see)
    Affects Versions: 4.0 Beta 1 Maintenance Pack 1
            Reporter: Mark Little
         Assigned To: Mark Little
            Priority: Critical
             Fix For: 4.1


The use of System.exit from within product is generally to be avoided. Critical errors that SHOULD result in the VM exiting can be dealt with my throwing errors. If the application wants to catch them and ignore them, then fine. But we should not take that control out of the user's hands.

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

        



More information about the jboss-jira mailing list