-
Type: Bug
-
Status: Resolved
-
Priority: Minor
-
Resolution: Won't Fix
-
Affects Version/s: 5.2 GA
-
Fix Version/s: None
-
Component/s: Dashboard / OpenSocial (deprecated)
jdbc:nxwebwidgets is lookedup by the Service.createProvider / Service.activate method, before the all the jetty makes available the datasource registered in jetty.xml.
The proposed solution to it defer the activation of the persistent providers and factories at Framework.STARTED time through OSGI event listeners.
The persistence mechanism may need to be redesigned too, see NXP-4057