[JBoss JIRA] (TEIIDDES-2678) Cannot execute VDB which include UDF
by Matus Makovy (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2678?page=com.atlassian.jira.plu... ]
Matus Makovy commented on TEIIDDES-2678:
----------------------------------------
[16:36] <mmakovy_wfh> I think I see the problem. In the VDB created on linux there is a lib folder with udf.jar in it. In the VDB created on windows there is just the udf.jar (right in the vdb archive) with name "/lib/udf.jar"
[16:37] <blafond> k, so it's a directory/folder definition failing on windows, probably because of the "File" util/file separator issue.
> Cannot execute VDB which include UDF
> ------------------------------------
>
> Key: TEIIDDES-2678
> URL: https://issues.jboss.org/browse/TEIIDDES-2678
> Project: Teiid Designer
> Issue Type: Bug
> Components: VDB & Execution
> Affects Versions: 9.0.4
> Environment: Windows 7 64bit
> Reporter: Matej Kralik
> Assignee: Paul Richardson
> Priority: Blocker
> Fix For: 9.0.4, 9.2
>
> Attachments: Windows 7.png, windowsUDF.zip
>
>
> When I want execute VDB which include view Table with user define function, show me this dialog in the teiid designer : "Cannot execute VDB - still loading" and server show this stack trace:
> {noformat}
> ERROR [stderr] (teiid-async-threads - 1) Exception in thread "teiid-async-threads - 1" org.teiid.metadata.MetadataException: TEIID30387 Could not load UDF "ConcatNull", since its invocation class "userdefinedfunctions.ConcatNull" could not be found.
> 14:44:52,252 ERROR [stderr] (teiid-async-threads - 1) at org.teiid.query.function.FunctionTree.createFunctionDescriptor(FunctionTree.java:285)
> 14:44:52,252 ERROR [stderr] (teiid-async-threads - 1) at org.teiid.query.function.FunctionTree.addFunction(FunctionTree.java:190)
> 14:44:52,252 ERROR [stderr] (teiid-async-threads - 1) at org.teiid.query.function.FunctionTree.<init>(FunctionTree.java:91)
> 14:44:52,252 ERROR [stderr] (teiid-async-threads - 1) at org.teiid.deployers.CompositeVDB.buildTransformationMetaData(CompositeVDB.java:85)
> 14:44:52,252 ERROR [stderr] (teiid-async-threads - 1) at org.teiid.deployers.CompositeVDB.metadataLoadFinished(CompositeVDB.java:265)
> 14:44:52,252 ERROR [stderr] (teiid-async-threads - 1) at org.teiid.deployers.VDBRepository.finishDeployment(VDBRepository.java:291)
> 14:44:52,252 ERROR [stderr] (teiid-async-threads - 1) at org.teiid.runtime.AbstractVDBDeployer.metadataLoaded(AbstractVDBDeployer.java:202)
> 14:44:52,252 ERROR [stderr] (teiid-async-threads - 1) at org.teiid.jboss.VDBService.access$1100(VDBService.java:85)
> 14:44:52,252 ERROR [stderr] (teiid-async-threads - 1) at org.teiid.jboss.VDBService$6.run(VDBService.java:411)
> 14:44:52,252 ERROR [stderr] (teiid-async-threads - 1) at org.teiid.jboss.VDBService$7.run(VDBService.java:442)
> 14:44:52,252 ERROR [stderr] (teiid-async-threads - 1) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
> 14:44:52,252 ERROR [stderr] (teiid-async-threads - 1) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> 14:44:52,252 ERROR [stderr] (teiid-async-threads - 1) at java.lang.Thread.run(Thread.java:745)
> 14:44:52,252 ERROR [stderr] (teiid-async-threads - 1) at org.jboss.threads.JBossThread.run(JBossThread.java:122)
> 14:44:52,252 ERROR [stderr] (teiid-async-threads - 1) Caused by: java.lang.ClassNotFoundException: userdefinedfunctions.ConcatNull from [Module "deployment.UdfVdb.vdb:main" from Service Module Loader]
> 14:44:52,252 ERROR [stderr] (teiid-async-threads - 1) at org.jboss.modules.ModuleClassLoader.findClass(ModuleClassLoader.java:213)
> 14:44:52,252 ERROR [stderr] (teiid-async-threads - 1) at org.jboss.modules.ConcurrentClassLoader.performLoadClassUnchecked(ConcurrentClassLoader.java:459)
> 14:44:52,252 ERROR [stderr] (teiid-async-threads - 1) at org.jboss.modules.ConcurrentClassLoader.performLoadClassChecked(ConcurrentClassLoader.java:408)
> 14:44:52,253 ERROR [stderr] (teiid-async-threads - 1) at org.jboss.modules.ConcurrentClassLoader.performLoadClass(ConcurrentClassLoader.java:389)
> 14:44:52,253 ERROR [stderr] (teiid-async-threads - 1) at org.jboss.modules.ConcurrentClassLoader.loadClass(ConcurrentClassLoader.java:134)
> 14:44:52,253 ERROR [stderr] (teiid-async-threads - 1) at java.lang.Class.forName0(Native Method)
> 14:44:52,253 ERROR [stderr] (teiid-async-threads - 1) at java.lang.Class.forName(Class.java:348)
> 14:44:52,253 ERROR [stderr] (teiid-async-threads - 1) at org.teiid.query.function.UDFSource.getInvocationClass(UDFSource.java:43)
> 14:44:52,253 ERROR [stderr] (teiid-async-threads - 1) at org.teiid.query.function.FunctionTree.createFunctionDescriptor(FunctionTree.java:275)
> 14:44:52,253 ERROR [stderr] (teiid-async-threads - 1) ... 13 more
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 6 months
[JBoss JIRA] (TEIIDDES-2678) Cannot execute VDB which include UDF
by Barry LaFond (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2678?page=com.atlassian.jira.plu... ]
Barry LaFond reassigned TEIIDDES-2678:
--------------------------------------
Assignee: Paul Richardson
> Cannot execute VDB which include UDF
> ------------------------------------
>
> Key: TEIIDDES-2678
> URL: https://issues.jboss.org/browse/TEIIDDES-2678
> Project: Teiid Designer
> Issue Type: Bug
> Components: VDB & Execution
> Affects Versions: 9.0.4
> Environment: Windows 7 64bit
> Reporter: Matej Kralik
> Assignee: Paul Richardson
> Priority: Blocker
> Fix For: 9.0.4, 9.2
>
> Attachments: Windows 7.png, windowsUDF.zip
>
>
> When I want execute VDB which include view Table with user define function, show me this dialog in the teiid designer : "Cannot execute VDB - still loading" and server show this stack trace:
> {noformat}
> ERROR [stderr] (teiid-async-threads - 1) Exception in thread "teiid-async-threads - 1" org.teiid.metadata.MetadataException: TEIID30387 Could not load UDF "ConcatNull", since its invocation class "userdefinedfunctions.ConcatNull" could not be found.
> 14:44:52,252 ERROR [stderr] (teiid-async-threads - 1) at org.teiid.query.function.FunctionTree.createFunctionDescriptor(FunctionTree.java:285)
> 14:44:52,252 ERROR [stderr] (teiid-async-threads - 1) at org.teiid.query.function.FunctionTree.addFunction(FunctionTree.java:190)
> 14:44:52,252 ERROR [stderr] (teiid-async-threads - 1) at org.teiid.query.function.FunctionTree.<init>(FunctionTree.java:91)
> 14:44:52,252 ERROR [stderr] (teiid-async-threads - 1) at org.teiid.deployers.CompositeVDB.buildTransformationMetaData(CompositeVDB.java:85)
> 14:44:52,252 ERROR [stderr] (teiid-async-threads - 1) at org.teiid.deployers.CompositeVDB.metadataLoadFinished(CompositeVDB.java:265)
> 14:44:52,252 ERROR [stderr] (teiid-async-threads - 1) at org.teiid.deployers.VDBRepository.finishDeployment(VDBRepository.java:291)
> 14:44:52,252 ERROR [stderr] (teiid-async-threads - 1) at org.teiid.runtime.AbstractVDBDeployer.metadataLoaded(AbstractVDBDeployer.java:202)
> 14:44:52,252 ERROR [stderr] (teiid-async-threads - 1) at org.teiid.jboss.VDBService.access$1100(VDBService.java:85)
> 14:44:52,252 ERROR [stderr] (teiid-async-threads - 1) at org.teiid.jboss.VDBService$6.run(VDBService.java:411)
> 14:44:52,252 ERROR [stderr] (teiid-async-threads - 1) at org.teiid.jboss.VDBService$7.run(VDBService.java:442)
> 14:44:52,252 ERROR [stderr] (teiid-async-threads - 1) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
> 14:44:52,252 ERROR [stderr] (teiid-async-threads - 1) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> 14:44:52,252 ERROR [stderr] (teiid-async-threads - 1) at java.lang.Thread.run(Thread.java:745)
> 14:44:52,252 ERROR [stderr] (teiid-async-threads - 1) at org.jboss.threads.JBossThread.run(JBossThread.java:122)
> 14:44:52,252 ERROR [stderr] (teiid-async-threads - 1) Caused by: java.lang.ClassNotFoundException: userdefinedfunctions.ConcatNull from [Module "deployment.UdfVdb.vdb:main" from Service Module Loader]
> 14:44:52,252 ERROR [stderr] (teiid-async-threads - 1) at org.jboss.modules.ModuleClassLoader.findClass(ModuleClassLoader.java:213)
> 14:44:52,252 ERROR [stderr] (teiid-async-threads - 1) at org.jboss.modules.ConcurrentClassLoader.performLoadClassUnchecked(ConcurrentClassLoader.java:459)
> 14:44:52,252 ERROR [stderr] (teiid-async-threads - 1) at org.jboss.modules.ConcurrentClassLoader.performLoadClassChecked(ConcurrentClassLoader.java:408)
> 14:44:52,253 ERROR [stderr] (teiid-async-threads - 1) at org.jboss.modules.ConcurrentClassLoader.performLoadClass(ConcurrentClassLoader.java:389)
> 14:44:52,253 ERROR [stderr] (teiid-async-threads - 1) at org.jboss.modules.ConcurrentClassLoader.loadClass(ConcurrentClassLoader.java:134)
> 14:44:52,253 ERROR [stderr] (teiid-async-threads - 1) at java.lang.Class.forName0(Native Method)
> 14:44:52,253 ERROR [stderr] (teiid-async-threads - 1) at java.lang.Class.forName(Class.java:348)
> 14:44:52,253 ERROR [stderr] (teiid-async-threads - 1) at org.teiid.query.function.UDFSource.getInvocationClass(UDFSource.java:43)
> 14:44:52,253 ERROR [stderr] (teiid-async-threads - 1) at org.teiid.query.function.FunctionTree.createFunctionDescriptor(FunctionTree.java:275)
> 14:44:52,253 ERROR [stderr] (teiid-async-threads - 1) ... 13 more
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 6 months
[JBoss JIRA] (TEIIDDES-2678) Cannot execute VDB which include UDF
by Barry LaFond (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2678?page=com.atlassian.jira.plu... ]
Barry LaFond updated TEIIDDES-2678:
-----------------------------------
Fix Version/s: 9.0.4
9.2
> Cannot execute VDB which include UDF
> ------------------------------------
>
> Key: TEIIDDES-2678
> URL: https://issues.jboss.org/browse/TEIIDDES-2678
> Project: Teiid Designer
> Issue Type: Bug
> Components: VDB & Execution
> Affects Versions: 9.0.4
> Environment: Windows 7 64bit
> Reporter: Matej Kralik
> Assignee: Paul Richardson
> Priority: Blocker
> Fix For: 9.0.4, 9.2
>
> Attachments: Windows 7.png, windowsUDF.zip
>
>
> When I want execute VDB which include view Table with user define function, show me this dialog in the teiid designer : "Cannot execute VDB - still loading" and server show this stack trace:
> {noformat}
> ERROR [stderr] (teiid-async-threads - 1) Exception in thread "teiid-async-threads - 1" org.teiid.metadata.MetadataException: TEIID30387 Could not load UDF "ConcatNull", since its invocation class "userdefinedfunctions.ConcatNull" could not be found.
> 14:44:52,252 ERROR [stderr] (teiid-async-threads - 1) at org.teiid.query.function.FunctionTree.createFunctionDescriptor(FunctionTree.java:285)
> 14:44:52,252 ERROR [stderr] (teiid-async-threads - 1) at org.teiid.query.function.FunctionTree.addFunction(FunctionTree.java:190)
> 14:44:52,252 ERROR [stderr] (teiid-async-threads - 1) at org.teiid.query.function.FunctionTree.<init>(FunctionTree.java:91)
> 14:44:52,252 ERROR [stderr] (teiid-async-threads - 1) at org.teiid.deployers.CompositeVDB.buildTransformationMetaData(CompositeVDB.java:85)
> 14:44:52,252 ERROR [stderr] (teiid-async-threads - 1) at org.teiid.deployers.CompositeVDB.metadataLoadFinished(CompositeVDB.java:265)
> 14:44:52,252 ERROR [stderr] (teiid-async-threads - 1) at org.teiid.deployers.VDBRepository.finishDeployment(VDBRepository.java:291)
> 14:44:52,252 ERROR [stderr] (teiid-async-threads - 1) at org.teiid.runtime.AbstractVDBDeployer.metadataLoaded(AbstractVDBDeployer.java:202)
> 14:44:52,252 ERROR [stderr] (teiid-async-threads - 1) at org.teiid.jboss.VDBService.access$1100(VDBService.java:85)
> 14:44:52,252 ERROR [stderr] (teiid-async-threads - 1) at org.teiid.jboss.VDBService$6.run(VDBService.java:411)
> 14:44:52,252 ERROR [stderr] (teiid-async-threads - 1) at org.teiid.jboss.VDBService$7.run(VDBService.java:442)
> 14:44:52,252 ERROR [stderr] (teiid-async-threads - 1) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
> 14:44:52,252 ERROR [stderr] (teiid-async-threads - 1) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> 14:44:52,252 ERROR [stderr] (teiid-async-threads - 1) at java.lang.Thread.run(Thread.java:745)
> 14:44:52,252 ERROR [stderr] (teiid-async-threads - 1) at org.jboss.threads.JBossThread.run(JBossThread.java:122)
> 14:44:52,252 ERROR [stderr] (teiid-async-threads - 1) Caused by: java.lang.ClassNotFoundException: userdefinedfunctions.ConcatNull from [Module "deployment.UdfVdb.vdb:main" from Service Module Loader]
> 14:44:52,252 ERROR [stderr] (teiid-async-threads - 1) at org.jboss.modules.ModuleClassLoader.findClass(ModuleClassLoader.java:213)
> 14:44:52,252 ERROR [stderr] (teiid-async-threads - 1) at org.jboss.modules.ConcurrentClassLoader.performLoadClassUnchecked(ConcurrentClassLoader.java:459)
> 14:44:52,252 ERROR [stderr] (teiid-async-threads - 1) at org.jboss.modules.ConcurrentClassLoader.performLoadClassChecked(ConcurrentClassLoader.java:408)
> 14:44:52,253 ERROR [stderr] (teiid-async-threads - 1) at org.jboss.modules.ConcurrentClassLoader.performLoadClass(ConcurrentClassLoader.java:389)
> 14:44:52,253 ERROR [stderr] (teiid-async-threads - 1) at org.jboss.modules.ConcurrentClassLoader.loadClass(ConcurrentClassLoader.java:134)
> 14:44:52,253 ERROR [stderr] (teiid-async-threads - 1) at java.lang.Class.forName0(Native Method)
> 14:44:52,253 ERROR [stderr] (teiid-async-threads - 1) at java.lang.Class.forName(Class.java:348)
> 14:44:52,253 ERROR [stderr] (teiid-async-threads - 1) at org.teiid.query.function.UDFSource.getInvocationClass(UDFSource.java:43)
> 14:44:52,253 ERROR [stderr] (teiid-async-threads - 1) at org.teiid.query.function.FunctionTree.createFunctionDescriptor(FunctionTree.java:275)
> 14:44:52,253 ERROR [stderr] (teiid-async-threads - 1) ... 13 more
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 6 months
[JBoss JIRA] (TEIIDDES-1816) VDB datasource contains incorrect connection url
by RH Bugzilla Integration (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-1816?page=com.atlassian.jira.plu... ]
RH Bugzilla Integration commented on TEIIDDES-1816:
---------------------------------------------------
Matus Makovy <mmakovy(a)redhat.com> changed the Status of [bug 993585|https://bugzilla.redhat.com/show_bug.cgi?id=993585] from NEW to VERIFIED
> VDB datasource contains incorrect connection url
> ------------------------------------------------
>
> Key: TEIIDDES-1816
> URL: https://issues.jboss.org/browse/TEIIDDES-1816
> Project: Teiid Designer
> Issue Type: Bug
> Components: VDB & Execution
> Affects Versions: 7.7.4
> Environment: JBDS 5.0.2.GA, Teiid Designer 7.7.4, java oracle jdk6 1.6.0_45, SOA 5.3.1.GA, EDS 5
> Reporter: Lucie Fabrikova
> Assignee: Ted Jones
> Labels: release_notes, verified_jbdsis-8.0.4.CR1
> Fix For: 9.0.4
>
>
> VDB datasource (deploy/mysimplevdb-ds.xml) contains invalid connection url if created via Guides - Create REST WAR: <connection-url>jdbc:teiid:MySimpleVdb.vdb@mm://localhost:31443</connection-url>
> Steps to reproduce:
> 1. Take any VDB
> 2. Modelling actions -> Create REST WAR -> Deploy VDB
> 3. In dialog, select the VDB and choose "Create data source"
> Next, VDB is deployed and data source for the VDB is created, but contains invalid connection URL.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 6 months
[JBoss JIRA] (TEIIDDES-1816) VDB datasource contains incorrect connection url
by Matus Makovy (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-1816?page=com.atlassian.jira.plu... ]
Matus Makovy updated TEIIDDES-1816:
-----------------------------------
Labels: release_notes verified_jbdsis-8.0.4.CR1 (was: )
> VDB datasource contains incorrect connection url
> ------------------------------------------------
>
> Key: TEIIDDES-1816
> URL: https://issues.jboss.org/browse/TEIIDDES-1816
> Project: Teiid Designer
> Issue Type: Bug
> Components: VDB & Execution
> Affects Versions: 7.7.4
> Environment: JBDS 5.0.2.GA, Teiid Designer 7.7.4, java oracle jdk6 1.6.0_45, SOA 5.3.1.GA, EDS 5
> Reporter: Lucie Fabrikova
> Assignee: Ted Jones
> Labels: release_notes, verified_jbdsis-8.0.4.CR1
> Fix For: 9.0.4
>
>
> VDB datasource (deploy/mysimplevdb-ds.xml) contains invalid connection url if created via Guides - Create REST WAR: <connection-url>jdbc:teiid:MySimpleVdb.vdb@mm://localhost:31443</connection-url>
> Steps to reproduce:
> 1. Take any VDB
> 2. Modelling actions -> Create REST WAR -> Deploy VDB
> 3. In dialog, select the VDB and choose "Create data source"
> Next, VDB is deployed and data source for the VDB is created, but contains invalid connection URL.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 6 months
[JBoss JIRA] (TEIIDDES-1816) VDB datasource contains incorrect connection url
by Matus Makovy (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-1816?page=com.atlassian.jira.plu... ]
Matus Makovy closed TEIIDDES-1816.
----------------------------------
Connection url seems to be OK.
> VDB datasource contains incorrect connection url
> ------------------------------------------------
>
> Key: TEIIDDES-1816
> URL: https://issues.jboss.org/browse/TEIIDDES-1816
> Project: Teiid Designer
> Issue Type: Bug
> Components: VDB & Execution
> Affects Versions: 7.7.4
> Environment: JBDS 5.0.2.GA, Teiid Designer 7.7.4, java oracle jdk6 1.6.0_45, SOA 5.3.1.GA, EDS 5
> Reporter: Lucie Fabrikova
> Assignee: Ted Jones
> Labels: release_notes, verified_jbdsis-8.0.4.CR1
> Fix For: 9.0.4
>
>
> VDB datasource (deploy/mysimplevdb-ds.xml) contains invalid connection url if created via Guides - Create REST WAR: <connection-url>jdbc:teiid:MySimpleVdb.vdb@mm://localhost:31443</connection-url>
> Steps to reproduce:
> 1. Take any VDB
> 2. Modelling actions -> Create REST WAR -> Deploy VDB
> 3. In dialog, select the VDB and choose "Create data source"
> Next, VDB is deployed and data source for the VDB is created, but contains invalid connection URL.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 6 months
[JBoss JIRA] (TEIIDDES-2619) Salesforce custom URL not added if Datasource is created with Model Info
by Matus Makovy (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2619?page=com.atlassian.jira.plu... ]
Matus Makovy updated TEIIDDES-2619:
-----------------------------------
Labels: release_notes verified_jbdsis-8.0.4.CR1 (was: )
> Salesforce custom URL not added if Datasource is created with Model Info
> ------------------------------------------------------------------------
>
> Key: TEIIDDES-2619
> URL: https://issues.jboss.org/browse/TEIIDDES-2619
> Project: Teiid Designer
> Issue Type: Feature Request
> Components: VDB & Execution
> Affects Versions: 9.0.2
> Reporter: Debbie Steigner
> Assignee: Mark Drilling
> Labels: release_notes, verified_jbdsis-8.0.4.CR1
> Fix For: 9.0.4
>
>
> Spawning from https://issues.jboss.org/browse/TEIIDDES-2579 regarding Salesforce custom URL. If you run the import with a custom URL, unless you manually create the Data Source with the Connection Profile Info, the Datasource (Resource Adapter) on the server will not contain the custom URL.
> So if the customer takes the default on the Create Data Source, which is Model Info or they let Teiid Designer create it when they create the VDB the connection will fail because the custom URL hasn't been written to the server configuration.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 6 months
[JBoss JIRA] (TEIIDDES-2619) Salesforce custom URL not added if Datasource is created with Model Info
by Matus Makovy (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2619?page=com.atlassian.jira.plu... ]
Matus Makovy closed TEIIDDES-2619.
----------------------------------
> Salesforce custom URL not added if Datasource is created with Model Info
> ------------------------------------------------------------------------
>
> Key: TEIIDDES-2619
> URL: https://issues.jboss.org/browse/TEIIDDES-2619
> Project: Teiid Designer
> Issue Type: Feature Request
> Components: VDB & Execution
> Affects Versions: 9.0.2
> Reporter: Debbie Steigner
> Assignee: Mark Drilling
> Labels: release_notes, verified_jbdsis-8.0.4.CR1
> Fix For: 9.0.4
>
>
> Spawning from https://issues.jboss.org/browse/TEIIDDES-2579 regarding Salesforce custom URL. If you run the import with a custom URL, unless you manually create the Data Source with the Connection Profile Info, the Datasource (Resource Adapter) on the server will not contain the custom URL.
> So if the customer takes the default on the Create Data Source, which is Model Info or they let Teiid Designer create it when they create the VDB the connection will fail because the custom URL hasn't been written to the server configuration.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 6 months
[JBoss JIRA] (TEIIDDES-2579) Salesforce custom URL not getting pushed to DV runtime upon PREVIEW
by Matus Makovy (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2579?page=com.atlassian.jira.plu... ]
Matus Makovy closed TEIIDDES-2579.
----------------------------------
> Salesforce custom URL not getting pushed to DV runtime upon PREVIEW
> -------------------------------------------------------------------
>
> Key: TEIIDDES-2579
> URL: https://issues.jboss.org/browse/TEIIDDES-2579
> Project: Teiid Designer
> Issue Type: Bug
> Components: Data Preview
> Affects Versions: 9.0.1
> Reporter: Debbie Steigner
> Assignee: Mark Drilling
> Labels: release_notes, verified_jbdsis-8.0.4.CR1
> Fix For: 9.0.4, 9.3
>
>
> The Teiid Designer in JBDS 8.x lets you create a connection to Salesforce and provides an option to define a custom URL if its different from the default one.
> After the metadata for one or more tables have been imported, if one chooses to do a 'Preview Data' on one of the tables imported. There are issues as the Preview version of the resource adapter is missing the following URL config property and attempts to connect to the default/implicit SF URL.
> <config-property type="java.lang.String" name="URL"></config-property>
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 6 months
[JBoss JIRA] (TEIIDDES-2579) Salesforce custom URL not getting pushed to DV runtime upon PREVIEW
by Matus Makovy (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2579?page=com.atlassian.jira.plu... ]
Matus Makovy updated TEIIDDES-2579:
-----------------------------------
Labels: release_notes verified_jbdsis-8.0.4.CR1 (was: )
> Salesforce custom URL not getting pushed to DV runtime upon PREVIEW
> -------------------------------------------------------------------
>
> Key: TEIIDDES-2579
> URL: https://issues.jboss.org/browse/TEIIDDES-2579
> Project: Teiid Designer
> Issue Type: Bug
> Components: Data Preview
> Affects Versions: 9.0.1
> Reporter: Debbie Steigner
> Assignee: Mark Drilling
> Labels: release_notes, verified_jbdsis-8.0.4.CR1
> Fix For: 9.0.4, 9.3
>
>
> The Teiid Designer in JBDS 8.x lets you create a connection to Salesforce and provides an option to define a custom URL if its different from the default one.
> After the metadata for one or more tables have been imported, if one chooses to do a 'Preview Data' on one of the tables imported. There are issues as the Preview version of the resource adapter is missing the following URL config property and attempts to connect to the default/implicit SF URL.
> <config-property type="java.lang.String" name="URL"></config-property>
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 6 months