[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 …
[View More]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)
[View Less]
10 years, 10 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
> …
[View More] 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)
[View Less]
10 years, 10 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 …
[View More]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)
[View Less]
10 years, 10 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
> …
[View More]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)
[View Less]
10 years, 10 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.…
[View More]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)
[View Less]
10 years, 10 months