-
Bug
-
Resolution: Done
-
Blocker
-
11.1.3
-
None
See attached video.
I have resource adapter for SF instance created in standalone.xml like this:
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>
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.
- relates to
-
TEIIDDES-3183 MED - unwanted behavior with 2 extensions with the same namespace
- Closed