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/ed07aa38cebc41694d88 to your computer and use it in GitHub Desktop.

Select an option

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