Skip to content

Commit

Permalink
Fixed ConnectorType query and namespace, MID-2354.
Browse files Browse the repository at this point in the history
  • Loading branch information
dejavix committed Apr 27, 2015
1 parent 896116b commit e50fd32
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -38,7 +38,7 @@
<filter>
<q:equal>
<q:path>c:connectorType</q:path>
<q:value>org.forgerock.openicf.scriptedsql.ScriptedSQLConnector</q:value>
<q:value>org.forgerock.openicf.connectors.scriptedsql.ScriptedSQLConnector</q:value>
</q:equal>
</filter>
</connectorRef>
Expand All @@ -49,7 +49,7 @@

<!-- Configuration specific for the DBTable connector -->
<icfc:configurationProperties
xmlns:icscscriptedsql="http://midpoint.evolveum.com/xml/ns/public/connector/icf-1/bundle/org.forgerock.openicf.connectors.db.scriptedsql/org.forgerock.openicf.scriptedsql.ScriptedSQLConnector">
xmlns:icscscriptedsql="http://midpoint.evolveum.com/xml/ns/public/connector/icf-1/bundle/org.forgerock.openicf.connectors.scriptedsql-connector/org.forgerock.openicf.connectors.scriptedsql.ScriptedSQLConnector">
<icscscriptedsql:port>3306</icscscriptedsql:port>
<icscscriptedsql:quoting></icscscriptedsql:quoting>
<icscscriptedsql:host>localhost</icscscriptedsql:host>
Expand Down

0 comments on commit e50fd32

Please sign in to comment.