Skip to content

Commit

Permalink
Fixing CSV connector type
Browse files Browse the repository at this point in the history
  • Loading branch information
semancik committed Dec 2, 2014
1 parent d5a5af6 commit d796113
Show file tree
Hide file tree
Showing 21 changed files with 30 additions and 30 deletions.
10 changes: 5 additions & 5 deletions repo/repo-sql-impl-test/src/test/resources/basic/objects.xml
Expand Up @@ -765,20 +765,20 @@
</object>

<object xsi:type="ConnectorType" oid="1234" xmlns="http://midpoint.evolveum.com/xml/ns/public/common/common-3" xmlns:gen300="http://midpoint.evolveum.com/xml/ns/public/communication/workflow-1.xsd" xmlns:cap="http://midpoint.evolveum.com/xml/ns/public/resource/capabilities-3" xmlns:ds="http://www.w3.org/2000/09/xmldsig#" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:enc="http://www.w3.org/2001/04/xmlenc#">
<name>ICF org.forgerock.openicf.csvfile.CSVFileConnector</name>
<name>ICF com.evolveum.polygon.csvfile.CSVFileConnector</name>
<framework>http://midpoint.evolveum.com/xml/ns/public/connector/icf-1</framework>
<connectorType>org.forgerock.openicf.csvfile.CSVFileConnector</connectorType>
<connectorType>com.evolveum.polygon.csvfile.CSVFileConnector</connectorType>
<connectorVersion>1.1.0.0-e2</connectorVersion>
<connectorBundle>openicf-csvfile-connector</connectorBundle>
<namespace>http://midpoint.evolveum.com/xml/ns/public/connector/icf-1/bundle/openicf-csvfile-connector/org.forgerock.openicf.csvfile.CSVFileConnector</namespace>
<namespace>http://midpoint.evolveum.com/xml/ns/public/connector/icf-1/bundle/openicf-csvfile-connector/com.evolveum.polygon.csvfile.CSVFileConnector</namespace>
<schema>
<definition>
<xsd:schema elementFormDefault="qualified" targetNamespace="http://midpoint.evolveum.com/xml/ns/public/connector/icf-1/bundle/openicf-csvfile-connector/org.forgerock.openicf.csvfile.CSVFileConnector"
<xsd:schema elementFormDefault="qualified" targetNamespace="http://midpoint.evolveum.com/xml/ns/public/connector/icf-1/bundle/openicf-csvfile-connector/com.evolveum.polygon.csvfile.CSVFileConnector"
xmlns:icfc="http://midpoint.evolveum.com/xml/ns/public/connector/icf-1/connector-schema-3"
xmlns:c="http://midpoint.evolveum.com/xml/ns/public/common/common-3"
xmlns:a="http://prism.evolveum.com/xml/ns/public/annotation-3"
xmlns:ra="http://midpoint.evolveum.com/xml/ns/public/resource/annotation-3"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:gen366="http://midpoint.evolveum.com/xml/ns/public/communication/workflow-1.xsd" xmlns:gen538="http://midpoint.evolveum.com/xml/ns/public/connector/icf-1/bundle/openicf-csvfile-connector/org.forgerock.openicf.csvfile.CSVFileConnector">
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:gen366="http://midpoint.evolveum.com/xml/ns/public/communication/workflow-1.xsd" xmlns:gen538="http://midpoint.evolveum.com/xml/ns/public/connector/icf-1/bundle/openicf-csvfile-connector/com.evolveum.polygon.csvfile.CSVFileConnector">
<xsd:import namespace="http://midpoint.evolveum.com/xml/ns/public/connector/icf-1/connector-schema-3"/>

<xsd:import namespace="http://prism.evolveum.com/xml/ns/public/annotation-3"/>
Expand Down
Expand Up @@ -45,7 +45,7 @@ object.
<filter>
<q:equal>
<q:path>connectorType</q:path>
<q:value>org.forgerock.openicf.csvfile.CSVFileConnector</q:value>
<q:value>com.evolveum.polygon.csvfile.CSVFileConnector</q:value>
</q:equal>
</filter>
</connectorRef>
Expand All @@ -56,7 +56,7 @@ object.

<!-- Configuration specific for the CSVfile connector -->
<icfc:configurationProperties
xmlns:icfccsvfile="http://midpoint.evolveum.com/xml/ns/public/connector/icf-1/bundle/openicf-csvfile-connector/org.forgerock.openicf.csvfile.CSVFileConnector">
xmlns:icfccsvfile="http://midpoint.evolveum.com/xml/ns/public/connector/icf-1/bundle/openicf-csvfile-connector/com.evolveum.polygon.csvfile.CSVFileConnector">
<icfccsvfile:filePath>C:/csv/midpoint-flatfile.csv</icfccsvfile:filePath>
<icfccsvfile:encoding>utf-8</icfccsvfile:encoding>
<icfccsvfile:valueQualifier>"</icfccsvfile:valueQualifier>
Expand Down
Expand Up @@ -46,7 +46,7 @@ object.
<filter>
<q:equal>
<q:path>c:connectorType</q:path>
<q:value>org.forgerock.openicf.csvfile.CSVFileConnector</q:value>
<q:value>com.evolveum.polygon.csvfile.CSVFileConnector</q:value>
</q:equal>
</filter>
</connectorRef>
Expand Down
2 changes: 1 addition & 1 deletion samples/demo-rs/resource-csv-source.xml
Expand Up @@ -48,7 +48,7 @@ object.
<filter>
<q:equal>
<q:path>c:connectorType</q:path>
<q:value>org.forgerock.openicf.csvfile.CSVFileConnector</q:value>
<q:value>com.evolveum.polygon.csvfile.CSVFileConnector</q:value>
</q:equal>
</filter>
</connectorRef>
Expand Down
2 changes: 1 addition & 1 deletion samples/demo-rs/resource-csv-target.xml
Expand Up @@ -35,7 +35,7 @@
<filter>
<q:equal>
<q:path>c:connectorType</q:path>
<q:value>org.forgerock.openicf.csvfile.CSVFileConnector</q:value>
<q:value>com.evolveum.polygon.csvfile.CSVFileConnector</q:value>
</q:equal>
</filter>
</connectorRef>
Expand Down
2 changes: 1 addition & 1 deletion samples/demo-rs/resource-csv-xxx.xml
Expand Up @@ -48,7 +48,7 @@ object.
<filter>
<q:equal>
<q:path>c:connectorType</q:path>
<q:value>org.forgerock.openicf.csvfile.CSVFileConnector</q:value>
<q:value>com.evolveum.polygon.csvfile.CSVFileConnector</q:value>
</q:equal>
</filter>
</connectorRef>
Expand Down
2 changes: 1 addition & 1 deletion samples/demo/hr.xml
Expand Up @@ -34,7 +34,7 @@
<filter>
<q:equal>
<q:path>c:connectorType</q:path>
<q:value>org.forgerock.openicf.csvfile.CSVFileConnector</q:value>
<q:value>com.evolveum.polygon.csvfile.CSVFileConnector</q:value>
</q:equal>
</filter>
</connectorRef>
Expand Down
2 changes: 1 addition & 1 deletion samples/resources/csvfile/HR-csvfile-resource.xml
Expand Up @@ -44,7 +44,7 @@ object.
<filter>
<q:equal>
<q:path>c:connectorType</q:path>
<q:value>org.forgerock.openicf.csvfile.CSVFileConnector</q:value>
<q:value>com.evolveum.polygon.csvfile.CSVFileConnector</q:value>
</q:equal>
</filter>
</connectorRef>
Expand Down
Expand Up @@ -43,7 +43,7 @@ using an Identity Connector Framework connector.
<filter>
<q:equal>
<q:path>c:connectorType</q:path>
<q:value>org.forgerock.openicf.csvfile.CSVFileConnector</q:value>
<q:value>com.evolveum.polygon.csvfile.CSVFileConnector</q:value>
</q:equal>
</filter>
</connectorRef>
Expand Down
Expand Up @@ -43,7 +43,7 @@ using an Identity Connector Framework connector.
<filter>
<q:equal>
<q:path>c:connectorType</q:path>
<q:value>org.forgerock.openicf.csvfile.CSVFileConnector</q:value>
<q:value>com.evolveum.polygon.csvfile.CSVFileConnector</q:value>
</q:equal>
</filter>
</connectorRef>
Expand Down
Expand Up @@ -43,7 +43,7 @@ using an Identity Connector Framework connector.
<filter>
<q:equal>
<q:path>c:connectorType</q:path>
<q:value>org.forgerock.openicf.csvfile.CSVFileConnector</q:value>
<q:value>com.evolveum.polygon.csvfile.CSVFileConnector</q:value>
</q:equal>
</filter>
</connectorRef>
Expand Down
Expand Up @@ -43,7 +43,7 @@ using an Identity Connector Framework connector.
<filter>
<q:equal>
<q:path>c:connectorType</q:path>
<q:value>org.forgerock.openicf.csvfile.CSVFileConnector</q:value>
<q:value>com.evolveum.polygon.csvfile.CSVFileConnector</q:value>
</q:equal>
</filter>
</connectorRef>
Expand Down
Expand Up @@ -43,7 +43,7 @@ using an Identity Connector Framework connector.
<filter>
<q:equal>
<q:path>c:connectorType</q:path>
<q:value>org.forgerock.openicf.csvfile.CSVFileConnector</q:value>
<q:value>com.evolveum.polygon.csvfile.CSVFileConnector</q:value>
</q:equal>
</filter>
</connectorRef>
Expand Down
Expand Up @@ -43,7 +43,7 @@ using an Identity Connector Framework connector.
<filter>
<q:equal>
<q:path>c:connectorType</q:path>
<q:value>org.forgerock.openicf.csvfile.CSVFileConnector</q:value>
<q:value>com.evolveum.polygon.csvfile.CSVFileConnector</q:value>
</q:equal>
</filter>
</connectorRef>
Expand Down
Expand Up @@ -47,7 +47,7 @@ object.
<filter>
<q:equal>
<q:path>c:connectorType</q:path>
<q:value>org.forgerock.openicf.csvfile.CSVFileConnector</q:value>
<q:value>com.evolveum.polygon.csvfile.CSVFileConnector</q:value>
</q:equal>
</filter>
</connectorRef>
Expand Down
Expand Up @@ -47,7 +47,7 @@ object.
<filter>
<q:equal>
<q:path>c:connectorType</q:path>
<q:value>org.forgerock.openicf.csvfile.CSVFileConnector</q:value>
<q:value>com.evolveum.polygon.csvfile.CSVFileConnector</q:value>
</q:equal>
</filter>
</connectorRef>
Expand Down
Expand Up @@ -47,7 +47,7 @@ object.
<filter>
<q:equal>
<q:path>c:connectorType</q:path>
<q:value>org.forgerock.openicf.csvfile.CSVFileConnector</q:value>
<q:value>com.evolveum.polygon.csvfile.CSVFileConnector</q:value>
</q:equal>
</filter>
</connectorRef>
Expand Down
Expand Up @@ -42,7 +42,7 @@ This definition is tailored for import from the CSV File.
<filter>
<q:equal>
<q:path>c:connectorType</q:path>
<q:value>org.forgerock.openicf.csvfile.CSVFileConnector</q:value>
<q:value>com.evolveum.polygon.csvfile.CSVFileConnector</q:value>
</q:equal>
</filter>
</connectorRef>
Expand Down
Expand Up @@ -44,7 +44,7 @@ connector server.
<filter>
<q:equal>
<q:path>c:name</q:path>
<q:value>ICF org.forgerock.openicf.csvfile.CSVFileConnector @ICF Connector server on localhost:8759</q:value>
<q:value>ICF com.evolveum.polygon.csvfile.CSVFileConnector @ICF Connector server on localhost:8759</q:value>
</q:equal>
</filter>
</connectorRef>
Expand Down
Expand Up @@ -47,7 +47,7 @@ object.
<filter>
<q:equal>
<q:path>c:connectorType</q:path>
<q:value>org.forgerock.openicf.csvfile.CSVFileConnector</q:value>
<q:value>com.evolveum.polygon.csvfile.CSVFileConnector</q:value>
</q:equal>
</filter>
</connectorRef>
Expand Down
10 changes: 5 additions & 5 deletions tools/repo-ninja/src/test/resources/objects.xml
Expand Up @@ -849,20 +849,20 @@
</object>

<object xsi:type="ConnectorType" oid="1234" xmlns="http://midpoint.evolveum.com/xml/ns/public/common/common-3" xmlns:gen300="http://midpoint.evolveum.com/xml/ns/public/communication/workflow-1.xsd" xmlns:cap="http://midpoint.evolveum.com/xml/ns/public/resource/capabilities-3" xmlns:ds="http://www.w3.org/2000/09/xmldsig#" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:enc="http://www.w3.org/2001/04/xmlenc#">
<name>ICF org.forgerock.openicf.csvfile.CSVFileConnector</name>
<name>ICF com.evolveum.polygon.csvfile.CSVFileConnector</name>
<framework>http://midpoint.evolveum.com/xml/ns/public/connector/icf-1</framework>
<connectorType>org.forgerock.openicf.csvfile.CSVFileConnector</connectorType>
<connectorType>com.evolveum.polygon.csvfile.CSVFileConnector</connectorType>
<connectorVersion>1.1.0.0-e2</connectorVersion>
<connectorBundle>openicf-csvfile-connector</connectorBundle>
<namespace>http://midpoint.evolveum.com/xml/ns/public/connector/icf-1/bundle/openicf-csvfile-connector/org.forgerock.openicf.csvfile.CSVFileConnector</namespace>
<namespace>http://midpoint.evolveum.com/xml/ns/public/connector/icf-1/bundle/openicf-csvfile-connector/com.evolveum.polygon.csvfile.CSVFileConnector</namespace>
<schema>
<definition>
<xsd:schema elementFormDefault="qualified" targetNamespace="http://midpoint.evolveum.com/xml/ns/public/connector/icf-1/bundle/openicf-csvfile-connector/org.forgerock.openicf.csvfile.CSVFileConnector"
<xsd:schema elementFormDefault="qualified" targetNamespace="http://midpoint.evolveum.com/xml/ns/public/connector/icf-1/bundle/openicf-csvfile-connector/com.evolveum.polygon.csvfile.CSVFileConnector"
xmlns:icfc="http://midpoint.evolveum.com/xml/ns/public/connector/icf-1/connector-schema-3"
xmlns:c="http://midpoint.evolveum.com/xml/ns/public/common/common-3"
xmlns:a="http://prism.evolveum.com/xml/ns/public/annotation-3"
xmlns:ra="http://midpoint.evolveum.com/xml/ns/public/resource/annotation-3"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:gen366="http://midpoint.evolveum.com/xml/ns/public/communication/workflow-1.xsd" xmlns:gen538="http://midpoint.evolveum.com/xml/ns/public/connector/icf-1/bundle/openicf-csvfile-connector/org.forgerock.openicf.csvfile.CSVFileConnector">
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:gen366="http://midpoint.evolveum.com/xml/ns/public/communication/workflow-1.xsd" xmlns:gen538="http://midpoint.evolveum.com/xml/ns/public/connector/icf-1/bundle/openicf-csvfile-connector/com.evolveum.polygon.csvfile.CSVFileConnector">
<xsd:import namespace="http://midpoint.evolveum.com/xml/ns/public/connector/icf-1/connector-schema-3"/>

<xsd:import namespace="http://prism.evolveum.com/xml/ns/public/annotation-3"/>
Expand Down

0 comments on commit d796113

Please sign in to comment.