Details
-
Fix
-
Status: Released (View Workflow)
-
Minor
-
Resolution: Fixed
-
1.11
-
None
Description
Current Situation
Example - path to the hibernate configuration file defined as parameter on an job:
- value=my_path/hibernate.cfg.xml
- if this file not exists, correct error message will be raised
- hibernate config file not found: ....
- if this file not exists, correct error message will be raised
- value is empty or is a directory path instead of a file path
- error message raised by SOSHibernate is not clear:
- Content is not allowed in prolog
- error message raised by SOSHibernate is not clear:
Desired behaviour
- SOSHibernate error message should clearly explains what has been misconfigured