Skip to content

Instantly share code, notes, and snippets.

@Tcharl
Last active August 29, 2015 14:09
Show Gist options
  • Select an option

  • Save Tcharl/375819345e1b7d6217f0 to your computer and use it in GitHub Desktop.

Select an option

Save Tcharl/375819345e1b7d6217f0 to your computer and use it in GitHub Desktop.
Export a datasource as an OSGI service
<service ref="dataSource" interface="javax.sql.DataSource">
<service-properties>
<entry key="osgi.jndi.service.name" value="jdbc/${project.parent.artifactId}.database" />
</service-properties>
</service>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment