Skip to content

Commit

Permalink
MODE-1194 - changing the datasourc to use the local jdbc driver
Browse files Browse the repository at this point in the history
  • Loading branch information
vhalbert committed Jun 9, 2011
1 parent e3ed618 commit e0bf5e1
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -17,7 +17,7 @@
<jndi-name>ModeShapeDS</jndi-name>
<connection-url>jdbc:jcr:jndi:jcr/local?repositoryName=repository</connection-url>

<driver-class>org.modeshape.jdbc.JcrDriver</driver-class>
<driver-class>org.modeshape.jdbc.LocalJcrDriver</driver-class>
<user>admin</user>
<password>admin</password>

Expand Down

0 comments on commit e0bf5e1

Please sign in to comment.