-
Type: Bug
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 5.6
-
Fix Version/s: 5.6.0-HF06, 5.7.1
-
Component/s: Runtime
To have the right NamigContext installed, ie. the one from the NuxeoContainer, we need to implement a javaURLContextFactory class in the org.nuxeo.runtime.jtajca.java package.
We noticed this when running a test using the AuditFeature (so deploying datasources) with the Nuxeo SDK test classpath. Indeed, this one includes the jetty-naming lib that defines org.mortbay.naming jndi properties, so the installed NamingContext was the Jetty one instead of Nuxeo's JtaJca one.
- is required by
-
NXP-9582 Use audit log for incremental update of the list of document to synchronize
- Resolved