Created
October 21, 2011 00:15
-
-
Save germanrsolis/1302773 to your computer and use it in GitHub Desktop.
JDBC - External Queries - 1
This file contains 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
<jdbc:connector name="jdbcConnector" dataSource-ref="jdbcDataSource"> | |
<jdbc:query key="sqlQuery" value="SELECT * FROM TEST"/> | |
</jdbc:connector> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment