On Mon, Aug 3, 2015 at 7:14 AM, smg11 <[email protected]> wrote: > Reason shows reference javax.sql.Datasource not bound.
Looks like an issue with Pacage Imports for oak-core bundle where DataSource package should be optional. Can you open an issue for that? Given that DataSource package is part of JDK you can export that package via system packages extra of Felix. That should let oak-core bundle start. Chetan Mehrotra
