syndesisio / syndesis-rest

The API for Syndesis - a flexible, customizable, cloud-hosted platform that provides core integration capabilities as a service. It leverages Red Hat's existing product architecture using OpenShift Online/Dedicated and Fuse Integration Services.
https://syndesis-staging.b6ff.rh-idev.openshiftapps.com/api/v1/
Apache License 2.0
6 stars 17 forks source link

input and output datashape types in example don't match sample mapping configuration #263

Closed gashcrumb closed 7 years ago

gashcrumb commented 7 years ago

In our example the twitter output data shape is:

"outputDataShape": {
            "dataType": "java:twitter4j.Status"
          },

and the salesforce input data shape is:

"inputDataShape": {
            "dataType": "java:org.foo.salesforce.upsert.contact.Contact"
          },

Shouldn't the salesforce one match the types involved in the example mapping document:

    "sourceUri": "atlas:java?className=twitter4j.Status",
    "targetUri": "atlas:java?className=com.redhat.ipaas.connector.salesforce.Contact"
KurtStam commented 7 years ago

Oops yes forgot to update that!

KurtStam commented 7 years ago

I've updated the "inputDataShape": { "dataType":