-
-
Save isidromerayo/823b155fd7a2e321a05edfb09dfdf847 to your computer and use it in GitHub Desktop.
Jboss sample informix datasource
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
<datasource jta="true" jndi-name="java:jboss/datasources/CopacoBillingDS" pool-name="CopacoBillingDS" enabled="true" use-ccm="true"> | |
<connection-url>jdbc:informix-sqli://10.13.200.41:9088/copaco_prueba01:informixserver=copacodb</connection-url> | |
<driver>informix-jdbc</driver> | |
<security> | |
<user-name>USER</user-name> | |
<password>PASS</password> | |
</security> | |
</datasource> |
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
<driver name="informix-jdbc" module="com.informix.jdbc"> | |
<driver-class>com.informix.jdbc.IfxDriver</driver-class> | |
</driver> |
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
<module xmlns="urn:jboss:module:1.1" name="com.informix"> | |
<resources> | |
<resource-root path="ifxjdbc.jar"/> | |
</resources> | |
<dependencies> | |
<module name="javax.api"/> | |
</dependencies> | |
</module> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
manual deploy driver into $JBOSS_HOME/modules/com/informix/main