Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

EclipseLink/Development/DBWS/OSGi/AdvCustIIIJDBC

< EclipseLink‎ | Development‎ | DBWS‎ | OSGi
Revision as of 10:31, 7 October 2010 by Michael.norman.oracle.com (Talk | contribs) (New page: <css> .source-java5 {padding:1em;border:1px solid black; background-color: white;} .source-xml {padding:1em;border:1px solid black; background-color: white;} .source-text {padding:1e...)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


Advanced Customization - Part III: OSGi and JDBC Drivers

The SimpleTable demonstrates how to run an EclipseLink DBWS service in an OSGi environment. One aspect of that environment was simplified by the use of the Apache Derby database which has a JDBC driver that is also an OSGi bundle. Unfortunately, this is not normally the case - most JDBC drivers are not OSGi-friendly. This section describes some of the techniques one can use to manage this addition complexity.
TBD

Back to the top