Registry / database / org-osgi-service-jdbc

org-osgi-service-jdbc

JSON →
library1.1.0javamavenunverified

OSGi service specification for JDBC, providing standardized database access in OSGi environments.

<dependency> <groupId>org.osgi</groupId> <artifactId>org.osgi.service.jdbc</artifactId> <version>1.1.0</version> </dependency>
INSTALL
IMPORT
SIG · ORG-OSGI-SERVICE-J
O
org-osgi-service-jdbc
databasejavav1.1.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

DataSourceFactory
org.osgi.service.jdbc.DataSourceFactory

Creates a JDBC DataSource using the OSGi DataSourceFactory service.

import org.osgi.service.jdbc.DataSourceFactory; import javax.sql.DataSource; DataSourceFactory factory = ...; // obtained via service registry DataSource ds = factory.createDataSource(properties);
Debug
Known issues
gotchaThis is a service specification; you need an OSGi framework and a JDBC driver implementation.
fix
Deploy the JDBC driver as an OSGi bundle and obtain DataSourceFactory via service registry.
affects: all
Upgrade
Version history
1.1.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
6
Amazon
1
Resources
org-osgi-service-jdbc — mvn dependency:get org-osgi-service-jdbc · libregistry