• Bug
  • Status: Closed
  • 2 Major
  • Resolution: Fixed
  • gkeim
  • Reporter: tgautier
  • March 22, 2007
  • 0
  • Watchers: 0
  • July 27, 2012
  • March 24, 2007

Description

the boot jar validate feature should terminate the process if it finds an issue - currently it seems that it lets the process continue.

Comments

Fiona OShea 2007-03-23

Test what happens on WL and Tomcat. As long as it doesn’t do anything bad this is ok for now. And has reasonable error messaging.

Gary Keim 2007-03-24

The bootjar validation happens early, before the main method has be entered, so the normal uncaught-exception handling isn’t in place. Changed the DSO startup code to exit if an error occurs.