Skip to content

Commit

Permalink
Merge branch 'teiid-2531' of https://github.com/vhalbert/teiid into 8…
Browse files Browse the repository at this point in the history
….4.x
  • Loading branch information
shawkins committed Jun 6, 2013
2 parents 42d053f + 667386d commit 89a8c36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions connectors/connector-infinispan/src/main/rar/META-INF/ra.xml
Expand Up @@ -74,9 +74,9 @@


<connectionfactory-interface>javax.resource.cci.ConnectionFactory</connectionfactory-interface>
<connectionfactory-impl-class>org.teiid.resource.adapter.custom.spi.WrappedConnectionFactory</connectionfactory-impl-class>
<connectionfactory-impl-class>org.teiid.resource.spi.WrappedConnectionFactory</connectionfactory-impl-class>
<connection-interface>javax.resource.cci.Connection</connection-interface>
<connection-impl-class>org.teiid.resource.adapter.custom.spi.WrappedConnection</connection-impl-class>
<connection-impl-class>org.teiid.resource.spi.WrappedConnection</connection-impl-class>

</connection-definition>

Expand Down

0 comments on commit 89a8c36

Please sign in to comment.