]
Barry LaFond resolved TEIIDDES-3196.
------------------------------------
Fix Version/s: 11.1.3
Assignee: Barry LaFond
Resolution: Done
master:
Importing from Salesforce through Teiid Connection Import doesn't
work
----------------------------------------------------------------------
Key: TEIIDDES-3196
URL:
https://issues.jboss.org/browse/TEIIDDES-3196
Project: Teiid Designer
Issue Type: Bug
Affects Versions: 11.1.3
Reporter: Matus Makovy
Assignee: Barry LaFond
Priority: Blocker
Fix For: 11.1.3
Attachments: Untitled.mov
See attached video.
I have resource adapter for SF instance created in standalone.xml like this:
{code:xml}
430 <resource-adapter id="salesforce222">
431 <module slot="main"
id="org.jboss.teiid.resource-adapter.salesforce"/>
432
<transaction-support>NoTransaction</transaction-support>
433 <connection-definitions>
434 <connection-definition
class-name="org.teiid.resource.adapter.salesforce.SalesForceManagedConnectionFactory"
jndi-name="java:/salesforce222" enabled="true"
pool-name="salesforce222">
435 <config-property name="URL">
436
https://login.salesforce.com/services/Soap/u/22.0
437 </config-property>
438 <config-property name="password">
439 xxx
440 </config-property>
441 <config-property name="username">
442 xxx
443 </config-property>
444 </connection-definition>
445 </connection-definitions>
{code}
And when I try to import using this RS teiid designer is stuck on the same dialogue -
see video.
I consider this a blocker since there is no workaround to import from TCI and it is a
regression.