[JBoss JIRA] (TEIIDDES-2147) Packaged runtime client lib versions in Designer are behind the corresponding server libs
by Barry LaFond (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2147?page=com.atlassian.jira.plu... ]
Barry LaFond updated TEIIDDES-2147:
-----------------------------------
Fix Version/s: 8.3.4
> Packaged runtime client lib versions in Designer are behind the corresponding server libs
> -----------------------------------------------------------------------------------------
>
> Key: TEIIDDES-2147
> URL: https://issues.jboss.org/browse/TEIIDDES-2147
> Project: Teiid Designer
> Issue Type: Bug
> Components: Build
> Affects Versions: 8.4, 8.5
> Reporter: Mark Drilling
> Assignee: Paul Richardson
> Fix For: 8.5, 8.3.4
>
>
> See linked JIRA - TEIIDDES-2129. Running into issues where our cli calls hang when connected from Designer 8.4/8.5 on windows. Further investigation of our runtime client plugin shows that our packaged libs are not in sync with the corresponding server libs.
> jboss-remoting - (Designer has v 3.2.3.GA) - (DV6 server has v3.2.16.GA)
> xnio - (Designer has v 3.0.3 GA) - (DV6 server has 3.0.7GA)
> We need to ensure our client versions are correct.
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
10 years, 6 months
[JBoss JIRA] (TEIIDDES-2195) Unable to add View model to VDB
by Van Halbert (JIRA)
Van Halbert created TEIIDDES-2195:
-------------------------------------
Summary: Unable to add View model to VDB
Key: TEIIDDES-2195
URL: https://issues.jboss.org/browse/TEIIDDES-2195
Project: Teiid Designer
Issue Type: Bug
Components: VDB & Execution
Affects Versions: 8.4
Reporter: Van Halbert
Create a VDB that contained the source model. Deployed and tested. Then created a View model that has the existing source model as a dependency. Then went to the VDB editor and clicked to add a model. Selected the View model to add, but wouldn't allow because the there's a duplicate.
Had to first remove the source model from the VDB editor, save, then go in and add the View model (which then added the source model dependency).
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
10 years, 6 months
[JBoss JIRA] (TEIIDDES-2194) On windows, when deploying VDB, and data source exist, it still wants to create datasource
by Van Halbert (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2194?page=com.atlassian.jira.plu... ]
Van Halbert updated TEIIDDES-2194:
----------------------------------
Attachment: image.png
> On windows, when deploying VDB, and data source exist, it still wants to create datasource
> ------------------------------------------------------------------------------------------
>
> Key: TEIIDDES-2194
> URL: https://issues.jboss.org/browse/TEIIDDES-2194
> Project: Teiid Designer
> Issue Type: Bug
> Components: VDB & Execution
> Affects Versions: 8.4
> Environment: Windows 2008 for designer and server (same box)
> 8.4 final for designer and DV 6.1
> Reporter: Van Halbert
> Attachments: image.png
>
>
> When deploying VDB and the data source already exist, it still want to create a new data source. see attachment.
> The default was left, just to move on. The test datasource was created, but the VDB still worked, because the JNDI in the VDB was mapped to an already configured datasource.
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
10 years, 6 months
[JBoss JIRA] (TEIIDDES-2194) On windows, when deploying VDB, and data source exist, it still wants to create datasource
by Van Halbert (JIRA)
Van Halbert created TEIIDDES-2194:
-------------------------------------
Summary: On windows, when deploying VDB, and data source exist, it still wants to create datasource
Key: TEIIDDES-2194
URL: https://issues.jboss.org/browse/TEIIDDES-2194
Project: Teiid Designer
Issue Type: Bug
Components: VDB & Execution
Affects Versions: 8.4
Environment: Windows 2008 for designer and server (same box)
8.4 final for designer and DV 6.1
Reporter: Van Halbert
When deploying VDB and the data source already exist, it still want to create a new data source. see attachment.
The default was left, just to move on. The test datasource was created, but the VDB still worked, because the JNDI in the VDB was mapped to an already configured datasource.
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
10 years, 6 months
[JBoss JIRA] (TEIIDDES-2137) Unable to Generate REST WAR Due to Missing Teiid Class
by Ted Jones (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2137?page=com.atlassian.jira.plu... ]
Ted Jones reopened TEIIDDES-2137:
---------------------------------
Assignee: Paul Richardson (was: Ted Jones)
> Unable to Generate REST WAR Due to Missing Teiid Class
> ------------------------------------------------------
>
> Key: TEIIDDES-2137
> URL: https://issues.jboss.org/browse/TEIIDDES-2137
> Project: Teiid Designer
> Issue Type: Feature Request
> Components: Web Services Support
> Affects Versions: 8.5
> Reporter: Ted Jones
> Assignee: Paul Richardson
> Fix For: 8.5
>
>
> When attempting to generate a REST war, I received the following exception:
> java.lang.Exception: /Users/tejones/apps/plugins/teiid-designer/plugins/org.teiid.designer.webservice/rest_war_build/work/1398793292649_5538618606854300057/BooksRest/WEB-INF/classes/org/teiid/rest/services/TeiidRSProviderPost.java:34: cannot find symbol
> symbol : class TransformationException
> location: package org.teiid.core.types
> at org.teiid.designer.runtime.ui.wizards.webservices.util.RestWebArchiveBuilderImpl.createResourceJavaClasses(RestWebArchiveBuilderImpl.java:557)
> at org.teiid.designer.runtime.ui.wizards.webservices.util.RestWebArchiveBuilderImpl.createWebArchive(RestWebArchiveBuilderImpl.java:222)
> at org.teiid.designer.runtime.ui.wizards.webservices.RestWarDeploymentInfoDialog.execute(RestWarDeploymentInfoDialog.java:210)
> at org.teiid.designer.runtime.ui.wizards.webservices.RestWarDeploymentInfoDialog$1.run(RestWarDeploymentInfoDialog.java:165)
> at org.eclipse.jface.operation.ModalContext.runInCurrentThread(ModalContext.java:464)
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
10 years, 6 months
[JBoss JIRA] (TEIIDDES-2137) Unable to Generate REST WAR Due to Missing Teiid Class
by Ted Jones (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2137?page=com.atlassian.jira.plu... ]
Ted Jones commented on TEIIDDES-2137:
-------------------------------------
After pulling changes related to the new webservice.lib, this feature is broken again. Getting this error:
java.lang.Exception: package javax.ws.rs does not exist
at org.teiid.designer.runtime.ui.wizards.webservices.util.RestWebArchiveBuilderImpl.createResourceJavaClasses(RestWebArchiveBuilderImpl.java:569)
at org.teiid.designer.runtime.ui.wizards.webservices.util.RestWebArchiveBuilderImpl.createWebArchive(RestWebArchiveBuilderImpl.java:223)
at org.teiid.designer.runtime.ui.wizards.webservices.RestWarDeploymentInfoDialog.execute(RestWarDeploymentInfoDialog.java:210)
at org.teiid.designer.runtime.ui.wizards.webservices.RestWarDeploymentInfoDialog$1.run(RestWarDeploymentInfoDialog.java:165)
at org.eclipse.jface.operation.ModalContext.runInCurrentThread(ModalContext.java:464)
at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:372)
at org.eclipse.jface.dialogs.ProgressMonitorDialog.run(ProgressMonitorDialog.java:507)
at org.teiid.designer.runtime.ui.wizards.webservices.RestWarDeploymentInfoDialog.okPressed(RestWarDeploymentInfoDialog.java:174)
at org.eclipse.jface.dialogs.Dialog.buttonPressed(Dialog.java:476)
It does not appear that the jars are downloaded as expected (at least not in the proper location). Reopening and assing to [~phantomjinx].
> Unable to Generate REST WAR Due to Missing Teiid Class
> ------------------------------------------------------
>
> Key: TEIIDDES-2137
> URL: https://issues.jboss.org/browse/TEIIDDES-2137
> Project: Teiid Designer
> Issue Type: Feature Request
> Components: Web Services Support
> Affects Versions: 8.5
> Reporter: Ted Jones
> Assignee: Ted Jones
> Fix For: 8.5
>
>
> When attempting to generate a REST war, I received the following exception:
> java.lang.Exception: /Users/tejones/apps/plugins/teiid-designer/plugins/org.teiid.designer.webservice/rest_war_build/work/1398793292649_5538618606854300057/BooksRest/WEB-INF/classes/org/teiid/rest/services/TeiidRSProviderPost.java:34: cannot find symbol
> symbol : class TransformationException
> location: package org.teiid.core.types
> at org.teiid.designer.runtime.ui.wizards.webservices.util.RestWebArchiveBuilderImpl.createResourceJavaClasses(RestWebArchiveBuilderImpl.java:557)
> at org.teiid.designer.runtime.ui.wizards.webservices.util.RestWebArchiveBuilderImpl.createWebArchive(RestWebArchiveBuilderImpl.java:222)
> at org.teiid.designer.runtime.ui.wizards.webservices.RestWarDeploymentInfoDialog.execute(RestWarDeploymentInfoDialog.java:210)
> at org.teiid.designer.runtime.ui.wizards.webservices.RestWarDeploymentInfoDialog$1.run(RestWarDeploymentInfoDialog.java:165)
> at org.eclipse.jface.operation.ModalContext.runInCurrentThread(ModalContext.java:464)
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
10 years, 6 months
[JBoss JIRA] (TEIIDDES-2183) Teiid connection importer looses its translator setting during "< back"
by Barry LaFond (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2183?page=com.atlassian.jira.plu... ]
Barry LaFond resolved TEIIDDES-2183.
------------------------------------
Resolution: Done
Done
> Teiid connection importer looses its translator setting during "< back"
> -----------------------------------------------------------------------
>
> Key: TEIIDDES-2183
> URL: https://issues.jboss.org/browse/TEIIDDES-2183
> Project: Teiid Designer
> Issue Type: Enhancement
> Components: Import/Export
> Affects Versions: 8.3.2
> Reporter: Ramesh Reddy
> Assignee: Barry LaFond
> Fix For: 8.5
>
>
> When Teiid Connection importer is used, after creating a datasource, if user selects "translator" setting, for any reason if the user uses "< back" in wizard and come back, then the translator is switched back to "jdbc-ansi", if user does not pay attention, the process fails with most data sources.
> Once user selection is made, that should kept in tact until user changes it again.
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
10 years, 6 months
[JBoss JIRA] (TEIIDDES-2183) Teiid connection importer looses its translator setting during "< back"
by Barry LaFond (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2183?page=com.atlassian.jira.plu... ]
Barry LaFond updated TEIIDDES-2183:
-----------------------------------
Fix Version/s: 8.5
> Teiid connection importer looses its translator setting during "< back"
> -----------------------------------------------------------------------
>
> Key: TEIIDDES-2183
> URL: https://issues.jboss.org/browse/TEIIDDES-2183
> Project: Teiid Designer
> Issue Type: Enhancement
> Components: Import/Export
> Affects Versions: 8.3.2
> Reporter: Ramesh Reddy
> Fix For: 8.5
>
>
> When Teiid Connection importer is used, after creating a datasource, if user selects "translator" setting, for any reason if the user uses "< back" in wizard and come back, then the translator is switched back to "jdbc-ansi", if user does not pay attention, the process fails with most data sources.
> Once user selection is made, that should kept in tact until user changes it again.
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
10 years, 6 months
[JBoss JIRA] (TEIIDDES-2183) Teiid connection importer looses its translator setting during "< back"
by Barry LaFond (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2183?page=com.atlassian.jira.plu... ]
Barry LaFond reassigned TEIIDDES-2183:
--------------------------------------
Assignee: Barry LaFond
> Teiid connection importer looses its translator setting during "< back"
> -----------------------------------------------------------------------
>
> Key: TEIIDDES-2183
> URL: https://issues.jboss.org/browse/TEIIDDES-2183
> Project: Teiid Designer
> Issue Type: Enhancement
> Components: Import/Export
> Affects Versions: 8.3.2
> Reporter: Ramesh Reddy
> Assignee: Barry LaFond
> Fix For: 8.5
>
>
> When Teiid Connection importer is used, after creating a datasource, if user selects "translator" setting, for any reason if the user uses "< back" in wizard and come back, then the translator is switched back to "jdbc-ansi", if user does not pay attention, the process fails with most data sources.
> Once user selection is made, that should kept in tact until user changes it again.
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
10 years, 6 months