André
André
Hi @zUniQueX! Unfortunately, by the time we have a current `Session` from which to extract the `JdbcConnection`, the `beforeStart` phase has already run and the error must happen inside the...
> Or am I missing something here? @zUniQueX Only because I didn't explain myself properly. 😅 The integration test case I wrote is verifying specifically whether an exception thrown _during...
@zUniQueX I replaced the integration test case with a simple unit test. The change I'm proposing is just too small.
> @andref As we've now discussed how to write an integration test, I added a simple one 😉 Oh... OH! Now I understand.
This issue makes no sense. Ui-router/react does not mount the component tree. You will find no use of `ReactDOM.render` and `unmountComponentAtNode` in its codebase. It works just fine with React...