coldbox-modules / cborm

The ColdBox ORM enhancements for ColdFusion ORM & Hibernate. Make ORM not suck!
https://coldbox-orm.ortusbooks.com/
8 stars 17 forks source link

🐛 FIX: Restart test app if coldbox bootstrap failed #49

Closed michaelborn closed 2 years ago

michaelborn commented 3 years ago

This works around an issue where an error on application start (such as a datasource connection issue) prevents the onApplicationStart() method from firing. When this happens, the test app is left in an unloaded state and ColdBox is not ready for testing.

To fix, we simply re-run onApplicationStart() if the bootstrap class is not found.