Skip to content

Commit

Permalink
TEIID-5329 updating salesforce url
Browse files Browse the repository at this point in the history
  • Loading branch information
shawkins committed Apr 25, 2018
1 parent ebed4c1 commit 236f928
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
Expand Up @@ -4,7 +4,7 @@ ra.name=salesforceRA
# the jndi name to assign to the resource
jndi.name=java:/sfDS

url=https://www.salesforce.com/services/Soap/u/34.0
url=https://login.salesforce.com/services/Soap/u/34.0

username=user
password=password
Expand Up @@ -12,7 +12,7 @@
pool-name="teiid-sf-ds">

<!-- URL; the below is test; replace with actual URL you need to connect to -->
<config-property name="URL">https://www.salesforce.com/services/Soap/u/34.0</config-property>
<config-property name="URL">https://login.salesforce.com/services/Soap/u/34.0</config-property>

<config-property name="username">user</config-property>
<config-property name="password">pass</config-property>
Expand Down
Expand Up @@ -52,7 +52,7 @@
<description>{$display:"Salesforce URL",$description:"URL for connecting to Salesforce",$advanced:"true"}</description>
<config-property-name>URL</config-property-name>
<config-property-type>java.lang.String</config-property-type>
<config-property-value>https://www.salesforce.com/services/Soap/u/34.0</config-property-value>
<config-property-value>https://login.salesforce.com/services/Soap/u/34.0</config-property-value>
</config-property>

<config-property>
Expand Down
Expand Up @@ -4,7 +4,7 @@ ra.name=salesforceRA
# the jndi name to assign to the resource
jndi.name=java:/sfDS

url=https://www.salesforce.com/services/Soap/u/40.0
url=https://login.salesforce.com/services/Soap/u/40.0

username=user
password=password
Expand Up @@ -52,7 +52,7 @@
<description>{$display:"Salesforce URL",$description:"URL for connecting to Salesforce",$advanced:"true"}</description>
<config-property-name>URL</config-property-name>
<config-property-type>java.lang.String</config-property-type>
<config-property-value>https://www.salesforce.com/services/Soap/u/40.0</config-property-value>
<config-property-value>https://login.salesforce.com/services/Soap/u/40.0</config-property-value>
</config-property>

<config-property>
Expand Down
Expand Up @@ -4,7 +4,7 @@ ra.name=salesforceRA
# the jndi name to assign to the resource
jndi.name=java:/sfDS

url=https://www.salesforce.com/services/Soap/u/22.0
url=https://login.salesforce.com/services/Soap/u/22.0

username=user
password=password
Expand Up @@ -12,7 +12,7 @@
pool-name="teiid-sf-ds">

<!-- URL; the below is test; replace with actual URL you need to connect to -->
<config-property name="URL">https://www.salesforce.com/services/Soap/u/22.0</config-property>
<config-property name="URL">https://login.salesforce.com/services/Soap/u/22.0</config-property>

<config-property name="username">user</config-property>
<config-property name="password">pass</config-property>
Expand Down
Expand Up @@ -52,7 +52,7 @@
<description>{$display:"Salesforce URL",$description:"URL for connecting to Salesforce",$advanced:"true"}</description>
<config-property-name>URL</config-property-name>
<config-property-type>java.lang.String</config-property-type>
<config-property-value>https://www.salesforce.com/services/Soap/u/22.0</config-property-value>
<config-property-value>https://login.salesforce.com/services/Soap/u/22.0</config-property-value>
</config-property>

<config-property>
Expand Down

0 comments on commit 236f928

Please sign in to comment.