[JBoss JIRA] (TEIIDDES-370) Designer: Allow the user to edit the preView Query before it is submitted.
by Barry LaFond (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-370?page=com.atlassian.jira.plug... ]
Barry LaFond closed TEIIDDES-370.
---------------------------------
Resolution: Out of Date
This feature was added a year ago or so as part of the change from "preview *.vdb's" to preview vdb.xml files
> Designer: Allow the user to edit the preView Query before it is submitted.
> --------------------------------------------------------------------------
>
> Key: TEIIDDES-370
> URL: https://issues.jboss.org/browse/TEIIDDES-370
> Project: Teiid Designer
> Issue Type: Feature Request
> Reporter: Mark Drilling
> Assignee: Barry LaFond
> Priority: Minor
> Fix For: Future
>
>
> The feature was brought up a couple times during demo of the preView Query work. Some users would like to intercept and edit the preview Query before it is submitted. This was out-of-scope for the original effort.
> Maybe need more discussion here. Maybe need a dedicated "Preview Data View"... (TBD...)
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 4 months
[JBoss JIRA] (TEIIDDES-3162) ModuleNotFoundException occurs with dynamic vdb including UDF Jars
by Barry LaFond (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-3162?page=com.atlassian.jira.plu... ]
Barry LaFond commented on TEIIDDES-3162:
----------------------------------------
master: fixed type: https://github.com/Teiid-Designer/teiid-designer/commit/d84bd16490d4fe0b1...
> ModuleNotFoundException occurs with dynamic vdb including UDF Jars
> ------------------------------------------------------------------
>
> Key: TEIIDDES-3162
> URL: https://issues.jboss.org/browse/TEIIDDES-3162
> Project: Teiid Designer
> Issue Type: Bug
> Components: Dynamic VDBs
> Affects Versions: 11.1.1
> Environment: DevstudioIS 11.1.0 CR1 (Teiid Desinger 11.1.1)
> Reporter: Hiroki Daicho
> Assignee: Barry LaFond
> Fix For: 11.1.1
>
> Attachments: reproducer_project.zip, v2_vdb.xml
>
>
> Teiid desinger 11.1.1 generate UDF jars with comma separated to dynamic vdb as follows.
> {code}
> <property name="lib" value="deployement.test.jar, deployement.test2.jar"/>
> {code}
> But ModuleNotFoundException occurs in teiid server when the dynamic vdb deployed.
> {code}
> ERROR [org.jboss.msc.service.fail] (MSC service thread 1-6) MSC000001: Failed to start service jboss.deployment.unit."testvdb-vdb.xml".DEPENDENCIES: org.jboss.msc.service.StartException in service jboss.deployment.unit."testvdb-vdb.xml".DEPENDENCIES: JBAS018733: Failed to process phase DEPENDENCIES of deployment "testvdb-vdb.xml"
> at org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:166) [jboss-as-server-7.5.9.Final-redhat-2.jar:7.5.9.Final-redhat-2]
> at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1980) [jboss-msc-1.1.6.Final-redhat-1.jar:1.1.6.Final-redhat-1]
> at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1913) [jboss-msc-1.1.6.Final-redhat-1.jar:1.1.6.Final-redhat-1]
> at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [rt.jar:1.8.0_131]
> at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [rt.jar:1.8.0_131]
> at java.lang.Thread.run(Thread.java:748) [rt.jar:1.8.0_131]
> Caused by: org.jboss.as.server.deployment.DeploymentUnitProcessingException: TEIID50088 Failed to load module deployment.test.jar, for UDF in VDB testvdb.1:org.jboss.modules.ModuleNotFoundException: deployment.test.jar,:main
> at org.teiid.jboss.VDBDependencyDeployer.deploy(VDBDependencyDeployer.java:85)
> at org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:159) [jboss-as-server-7.5.9.Final-redhat-2.jar:7.5.9.Final-redhat-2]
> ... 5 more
> {code}
> Teiid expects space delimited list for the module names.
> "The lib property value may contain a space delimited list of module names if more than one dependency is needed."
> https://access.redhat.com/documentation/en-us/red_hat_jboss_data_virtuali...
> If changing vdb to use space delimited as follows, deployment was succeeded.
> {code}
> <property name="lib" value="deployement.test.jar deployement.test2.jar"/>
> {code}
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 4 months
[JBoss JIRA] (TEIIDDES-3105) Salesforce and file bad translators
by Mario Majernik (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-3105?page=com.atlassian.jira.plu... ]
Mario Majernik closed TEIIDDES-3105.
------------------------------------
> Salesforce and file bad translators
> -----------------------------------
>
> Key: TEIIDDES-3105
> URL: https://issues.jboss.org/browse/TEIIDDES-3105
> Project: Teiid Designer
> Issue Type: Bug
> Components: Import/Export
> Affects Versions: 11.1
> Reporter: Mario Majernik
> Assignee: Barry LaFond
> Labels: release_notes
> Fix For: 11.1.1
>
> Attachments: SFscreen.png
>
>
> There is bad translator when I tried import using Teiid connection from salesforce. Should be there (SFscreen.png) salesforce-34 translator instead jdbc-ansi.
> EDIT : // The same problem is with "file". Should be translator "file" but there is jdbc-ansi.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 4 months
[JBoss JIRA] (TEIIDDES-3051) "Intialisation [sic] produced an exception" when starting Server
by Matej Kralik (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-3051?page=com.atlassian.jira.plu... ]
Matej Kralik closed TEIIDDES-3051.
----------------------------------
> "Intialisation [sic] produced an exception" when starting Server
> ----------------------------------------------------------------
>
> Key: TEIIDDES-3051
> URL: https://issues.jboss.org/browse/TEIIDDES-3051
> Project: Teiid Designer
> Issue Type: Bug
> Affects Versions: 9.1, 10.1
> Environment: Windows 7, 64-bit
> JBoss Developer Studio 10.2.0.GA
> JBoss Data Virt Development (Teiid Designer) Integration Stack 10.1.0.GA
>
> Reporter: Steve Tran
> Assignee: Barry LaFond
> Priority: Minor
> Fix For: 11.1
>
> Attachments: Screenshot from 2017-03-02 10-00-08.png
>
>
> Starting the server always throws this exception. It's non-fatal, but it's been around since JBDS 8.
> Here's a snip from the logs.
> {code}
> !SESSION 2017-03-01 12:36:18.825 -----------------------------------------------
> eclipse.buildId=10.3.0.GA-v20170218-1636-B94
> java.version=1.8.0_121
> java.vendor=Oracle Corporation
> BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=en_US
> Framework arguments: -product com.jboss.devstudio.core.product
> Command-line arguments: -data file:/C:/Users/C031711/workspace/ -os win32 -ws win32 -arch x86_64 -product com.jboss.devstudio.core.product
> !ENTRY org.eclipse.egit.ui 2 0 2017-03-01 12:36:26.952
> !MESSAGE Warning: The environment variable HOME is not set. The following directory will be used to store the Git
> user global configuration and to define the default location to store repositories: 'C:\Users\C031711'. If this is
> not correct please set the HOME environment variable and restart Eclipse. Otherwise Git for Windows and
> EGit might behave differently since they see different configuration options.
> This warning can be switched off on the Team > Git > Confirmations and Warnings preference page.
> !ENTRY org.eclipse.epp.logging.aeri.ide 2 17 2017-03-01 12:36:27.847
> !MESSAGE Server ‘org.jboss.tools’ failed with exception: Proxy Unacknowledged. ; version: 2.0.3.v20161205-0933
> !STACK 0
> org.apache.http.client.HttpResponseException: Proxy Unacknowledged
> at org.eclipse.epp.internal.logging.aeri.ide.server.mars.HttpResponses$ProgressMonitorResponseHandler.handleResponse(HttpResponses.java:71)
> at org.eclipse.epp.internal.logging.aeri.ide.server.mars.HttpResponses$ProgressMonitorResponseStringHandler.handleResponse(HttpResponses.java:93)
> at org.eclipse.epp.internal.logging.aeri.ide.server.mars.HttpResponses$ProgressMonitorResponseStringHandler.handleResponse(HttpResponses.java:1)
> at org.apache.http.client.fluent.Response.handleResponse(Response.java:90)
> at org.eclipse.epp.internal.logging.aeri.ide.server.mars.HttpResponses.getContentWithProgress(HttpResponses.java:56)
> at org.eclipse.epp.internal.logging.aeri.ide.server.mars.IO.refreshConfiguration(IO.java:69)
> at org.eclipse.epp.internal.logging.aeri.ide.server.mars.ServerConnection.startUp(ServerConnection.java:124)
> at com.google.common.util.concurrent.AbstractIdleService$2$1.run(AbstractIdleService.java:54)
> at com.google.common.util.concurrent.Callables$3.run(Callables.java:93)
> at java.lang.Thread.run(Thread.java:745)
> !ENTRY org.teiid.designer.dqp 4 0 2017-03-02 09:49:24.542
> !MESSAGE org.jboss.ide.eclipse.as.management.core.JBoss7ManangerException: org.jboss.ide.eclipse.as.management.core.JBoss7ManangerException: NLS missing message: OperationOnAddressFailed in: org.jboss.ide.eclipse.as.internal.management.wildfly9.Messages
> !STACK 0
> java.lang.Exception: org.jboss.ide.eclipse.as.management.core.JBoss7ManangerException: org.jboss.ide.eclipse.as.management.core.JBoss7ManangerException: NLS missing message: OperationOnAddressFailed in: org.jboss.ide.eclipse.as.internal.management.wildfly9.Messages
> at org.teiid.designer.runtime.TeiidParentServerListener.adaptServerOK(TeiidParentServerListener.java:370)
> at org.teiid.designer.runtime.TeiidParentServerListener.access$2(TeiidParentServerListener.java:363)
> at org.teiid.designer.runtime.TeiidParentServerListener$1.tryConnecting(TeiidParentServerListener.java:291)
> at org.teiid.designer.runtime.TeiidParentServerListener$1.run(TeiidParentServerListener.java:247)
> at java.lang.Thread.run(Thread.java:745)
> Caused by: org.jboss.ide.eclipse.as.management.core.JBoss7ManangerException: org.jboss.ide.eclipse.as.management.core.JBoss7ManangerException: NLS missing message: OperationOnAddressFailed in: org.jboss.ide.eclipse.as.internal.management.wildfly9.Messages
> at org.jboss.ide.eclipse.as.internal.management.eap61plus.EAP61PlusManager.execute(EAP61PlusManager.java:361)
> at org.jboss.ide.eclipse.as.internal.management.eap61plus.EAP61PlusManagerService.execute(EAP61PlusManagerService.java:171)
> at org.jboss.ide.eclipse.as.management.core.JBoss7ManagerServiceProxy.execute(JBoss7ManagerServiceProxy.java:87)
> at org.teiid.designer.runtime.adapter.JBoss7ServerUtil.executeRequest(JBoss7ServerUtil.java:78)
> at org.teiid.designer.runtime.adapter.JBoss7ServerUtil.isTeiidServer(JBoss7ServerUtil.java:209)
> at org.teiid.designer.runtime.adapter.TeiidServerAdapterFactory.adaptJBoss7Server(TeiidServerAdapterFactory.java:190)
> at org.teiid.designer.runtime.adapter.TeiidServerAdapterFactory.adaptServer(TeiidServerAdapterFactory.java:89)
> at org.teiid.designer.runtime.TeiidParentServerListener.adaptServerOK(TeiidParentServerListener.java:365)
> ... 4 more
> Caused by: org.jboss.ide.eclipse.as.management.core.JBoss7ManangerException: NLS missing message: OperationOnAddressFailed in: org.jboss.ide.eclipse.as.internal.management.wildfly9.Messages
> at org.jboss.ide.eclipse.as.internal.management.eap61plus.EAP61PlusManager.execute(EAP61PlusManager.java:352)
> ... 11 more
> !ENTRY org.jboss.ide.eclipse.as.core 4 0 2017-03-02 09:49:29.910
> !MESSAGE Unable to retrieve a list of remote deployment scanners for server Red Hat JBoss EAP 6.1+
> !ENTRY org.jboss.ide.eclipse.as.core 4 0 2017-03-02 09:49:29.928
> !MESSAGE Unable to retrieve a list of remote deployment scanners for server Red Hat JBoss EAP 6.1+
> {code}
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 4 months
[JBoss JIRA] (TEIIDDES-3162) ModuleNotFoundException occurs with dynamic vdb including UDF Jars
by Hiroki Daicho (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-3162?page=com.atlassian.jira.plu... ]
Hiroki Daicho updated TEIIDDES-3162:
------------------------------------
Attachment: v2_vdb.xml
> ModuleNotFoundException occurs with dynamic vdb including UDF Jars
> ------------------------------------------------------------------
>
> Key: TEIIDDES-3162
> URL: https://issues.jboss.org/browse/TEIIDDES-3162
> Project: Teiid Designer
> Issue Type: Bug
> Components: Dynamic VDBs
> Affects Versions: 11.1.1
> Environment: DevstudioIS 11.1.0 CR1 (Teiid Desinger 11.1.1)
> Reporter: Hiroki Daicho
> Assignee: Barry LaFond
> Fix For: 11.1.1
>
> Attachments: reproducer_project.zip, v2_vdb.xml
>
>
> Teiid desinger 11.1.1 generate UDF jars with comma separated to dynamic vdb as follows.
> {code}
> <property name="lib" value="deployement.test.jar, deployement.test2.jar"/>
> {code}
> But ModuleNotFoundException occurs in teiid server when the dynamic vdb deployed.
> {code}
> ERROR [org.jboss.msc.service.fail] (MSC service thread 1-6) MSC000001: Failed to start service jboss.deployment.unit."testvdb-vdb.xml".DEPENDENCIES: org.jboss.msc.service.StartException in service jboss.deployment.unit."testvdb-vdb.xml".DEPENDENCIES: JBAS018733: Failed to process phase DEPENDENCIES of deployment "testvdb-vdb.xml"
> at org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:166) [jboss-as-server-7.5.9.Final-redhat-2.jar:7.5.9.Final-redhat-2]
> at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1980) [jboss-msc-1.1.6.Final-redhat-1.jar:1.1.6.Final-redhat-1]
> at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1913) [jboss-msc-1.1.6.Final-redhat-1.jar:1.1.6.Final-redhat-1]
> at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [rt.jar:1.8.0_131]
> at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [rt.jar:1.8.0_131]
> at java.lang.Thread.run(Thread.java:748) [rt.jar:1.8.0_131]
> Caused by: org.jboss.as.server.deployment.DeploymentUnitProcessingException: TEIID50088 Failed to load module deployment.test.jar, for UDF in VDB testvdb.1:org.jboss.modules.ModuleNotFoundException: deployment.test.jar,:main
> at org.teiid.jboss.VDBDependencyDeployer.deploy(VDBDependencyDeployer.java:85)
> at org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:159) [jboss-as-server-7.5.9.Final-redhat-2.jar:7.5.9.Final-redhat-2]
> ... 5 more
> {code}
> Teiid expects space delimited list for the module names.
> "The lib property value may contain a space delimited list of module names if more than one dependency is needed."
> https://access.redhat.com/documentation/en-us/red_hat_jboss_data_virtuali...
> If changing vdb to use space delimited as follows, deployment was succeeded.
> {code}
> <property name="lib" value="deployement.test.jar deployement.test2.jar"/>
> {code}
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 4 months