Last active
August 29, 2015 14:09
-
-
Save Tcharl/ed07aa38cebc41694d88 to your computer and use it in GitHub Desktop.
Export transactional datasource as an OSGI service
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <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