The jetty transactional feature is configuring the nuxeo container in the context of the web-app. The morbay naming container is isolating web-app through the mean of the thread context class loader.
The nuxeo runtime and the nuxeo container don't share the same thread context class loader. The side effect is that the transaction manager is not visible to the runtime.
- is required by
-
NXP-10707 provide a way for running critical region
- Open