[JBoss JIRA] (TEIIDDES-2402) Web Service Input Variables not shown after opening the model
by Andrej Šmigala (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2402?page=com.atlassian.jira.plu... ]
Andrej Šmigala updated TEIIDDES-2402:
-------------------------------------
Attachment: WsVariablesProject.zip
> Web Service Input Variables not shown after opening the model
> -------------------------------------------------------------
>
> Key: TEIIDDES-2402
> URL: https://issues.jboss.org/browse/TEIIDDES-2402
> Project: Teiid Designer
> Issue Type: Bug
> Components: Editors, Web Services Support
> Affects Versions: 8.3.4, 9.0.1
> Reporter: Andrej Šmigala
> Priority: Minor
> Attachments: WsVariablesProject.zip
>
>
> When opening a Web Service model editor by double-clicking the model in the model explorer, the Input Variables section is empty, even when there are variable declarations in the procedure SQL.
> Trying to add the variables using the Add or Remove variables button results in multiple identical declarations in the procedure SQL.
> When opening the model editor by double clicking the child interface or operation, the input variables are shown as expected.
--
This message was sent by Atlassian JIRA
(v6.3.8#6338)
11 years, 5 months
[JBoss JIRA] (TEIIDDES-2402) Web Service Input Variables not shown after opening the model
by RH Bugzilla Integration (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2402?page=com.atlassian.jira.plu... ]
RH Bugzilla Integration updated TEIIDDES-2402:
----------------------------------------------
Bugzilla Update: Perform
Bugzilla References: https://bugzilla.redhat.com/show_bug.cgi?id=1168123
> Web Service Input Variables not shown after opening the model
> -------------------------------------------------------------
>
> Key: TEIIDDES-2402
> URL: https://issues.jboss.org/browse/TEIIDDES-2402
> Project: Teiid Designer
> Issue Type: Bug
> Components: Editors, Web Services Support
> Affects Versions: 8.3.4, 9.0.1
> Reporter: Andrej Šmigala
> Priority: Minor
> Attachments: WsVariablesProject.zip
>
>
> When opening a Web Service model editor by double-clicking the model in the model explorer, the Input Variables section is empty, even when there are variable declarations in the procedure SQL.
> Trying to add the variables using the Add or Remove variables button results in multiple identical declarations in the procedure SQL.
> When opening the model editor by double clicking the child interface or operation, the input variables are shown as expected.
--
This message was sent by Atlassian JIRA
(v6.3.8#6338)
11 years, 5 months
[JBoss JIRA] (TEIIDDES-2402) Web Service Input Variables not shown after opening the model
by Andrej Šmigala (JIRA)
Andrej Šmigala created TEIIDDES-2402:
----------------------------------------
Summary: Web Service Input Variables not shown after opening the model
Key: TEIIDDES-2402
URL: https://issues.jboss.org/browse/TEIIDDES-2402
Project: Teiid Designer
Issue Type: Bug
Components: Editors, Web Services Support
Affects Versions: 8.3.4, 9.0.1
Reporter: Andrej Šmigala
Priority: Minor
When opening a Web Service model editor by double-clicking the model in the model explorer, the Input Variables section is empty, even when there are variable declarations in the procedure SQL.
Trying to add the variables using the Add or Remove variables button results in multiple identical declarations in the procedure SQL.
When opening the model editor by double clicking the child interface or operation, the input variables are shown as expected.
--
This message was sent by Atlassian JIRA
(v6.3.8#6338)
11 years, 5 months
[JBoss JIRA] (TEIIDDES-2385) Error when generating SOAP WAR with WS-Security
by RH Bugzilla Integration (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2385?page=com.atlassian.jira.plu... ]
RH Bugzilla Integration commented on TEIIDDES-2385:
---------------------------------------------------
Barry LaFond <blafond(a)redhat.com> changed the Status of [bug 1161579|https://bugzilla.redhat.com/show_bug.cgi?id=1161579] from ASSIGNED to MODIFIED
> Error when generating SOAP WAR with WS-Security
> ------------------------------------------------
>
> Key: TEIIDDES-2385
> URL: https://issues.jboss.org/browse/TEIIDDES-2385
> Project: Teiid Designer
> Issue Type: Bug
> Components: Web Services Support
> Affects Versions: 9.0.1
> Environment: JBDS 8.0.0 GA
> Teiid Designer 9.0.1.Beta1-v20141021-1225-B183
> Reporter: Andrej Šmigala
> Assignee: Barry LaFond
> Fix For: 8.6.1, 9.0.1, 9.0
>
> Attachments: i18n.properties, SourceModel_invokeHttp.java, TeiidWSProvider.java, UsernamePasswordCallback.java
>
>
> When creating a SOAP WAR in designer with the WS-Security option selected, the following error is shown:
> bq. An error occurred while creating WAR file, check log for detail
> The error message in log is
> {quote}
> !ENTRY org.teiid.designer.webservice 4 5 2014-11-07 12:19:28.256
> !MESSAGE An error occurred while creating WAR file, check log for detail
> !STACK 0
> java.lang.Exception: cannot find symbol
> symbol: method getIdentifier()
> location: variable pc of type org.apache.ws.security.WSPasswordCallback
> at org.teiid.designer.runtime.ui.wizards.webservices.util.DefaultWebArchiveBuilderImpl.createProviderJavaClasses(DefaultWebArchiveBuilderImpl.java:612)
> at org.teiid.designer.runtime.ui.wizards.webservices.util.DefaultWebArchiveBuilderImpl.createWebArchive(DefaultWebArchiveBuilderImpl.java:259)
> at org.teiid.designer.runtime.ui.wizards.webservices.WarDeploymentInfoDialog.execute(WarDeploymentInfoDialog.java:195)
> at org.teiid.designer.runtime.ui.wizards.webservices.WarDeploymentInfoDialog$1.run(WarDeploymentInfoDialog.java:150)
> at org.eclipse.jface.operation.ModalContext.runInCurrentThread(ModalContext.java:466)
> at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:374)
> at org.eclipse.jface.dialogs.ProgressMonitorDialog.run(ProgressMonitorDialog.java:527)
> at org.teiid.designer.runtime.ui.wizards.webservices.WarDeploymentInfoDialog.okPressed(WarDeploymentInfoDialog.java:159)
> at org.eclipse.jface.dialogs.Dialog.buttonPressed(Dialog.java:466)
> at org.eclipse.jface.dialogs.Dialog$2.widgetSelected(Dialog.java:619)
> at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:248)
> at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
> at org.eclipse.swt.widgets.Display.sendEvent(Display.java:4353)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1061)
> at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4172)
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3761)
> at org.eclipse.jface.window.Window.runEventLoop(Window.java:832)
> at org.eclipse.jface.window.Window.open(Window.java:808)
> at org.teiid.designer.runtime.ui.wizards.webservices.WarDeploymentInfoDialog.open(WarDeploymentInfoDialog.java:171)
> at org.teiid.designer.runtime.ui.actions.GenerateWarAction.run(GenerateWarAction.java:115)
> at org.eclipse.jface.action.Action.runWithEvent(Action.java:519)
> at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:595)
> at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:511)
> at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:420)
> at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
> at org.eclipse.swt.widgets.Display.sendEvent(Display.java:4353)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1061)
> at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4172)
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3761)
> at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$9.run(PartRenderingEngine.java:1151)
> at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
> at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1032)
> at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:148)
> at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:636)
> at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
> at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:579)
> at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150)
> at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:135)
> at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
> at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134)
> at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
> at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:380)
> at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:235)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:606)
> at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:648)
> at org.eclipse.equinox.launcher.Main.basicRun(Main.java:603)
> at org.eclipse.equinox.launcher.Main.run(Main.java:1465)
> at org.eclipse.equinox.launcher.Main.main(Main.java:1438)
> {quote}
--
This message was sent by Atlassian JIRA
(v6.3.8#6338)
11 years, 5 months
[JBoss JIRA] (TEIIDDES-2284) Preview Error for REST Web Service Source
by RH Bugzilla Integration (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2284?page=com.atlassian.jira.plu... ]
RH Bugzilla Integration commented on TEIIDDES-2284:
---------------------------------------------------
Van Halbert <vhalbert(a)redhat.com> changed the Status of [bug 1135482|https://bugzilla.redhat.com/show_bug.cgi?id=1135482] from ASSIGNED to MODIFIED
> Preview Error for REST Web Service Source
> -----------------------------------------
>
> Key: TEIIDDES-2284
> URL: https://issues.jboss.org/browse/TEIIDDES-2284
> Project: Teiid Designer
> Issue Type: Bug
> Components: Data Preview
> Affects Versions: 8.6
> Reporter: Ted Jones
> Assignee: Ted Jones
> Priority: Blocker
> Fix For: 8.6.1, 9.0
>
> Attachments: GoogleRest.mps, GoogleRest.mps, googleRestCP.xml
>
>
> When previewing a procedure that invokes a REST web service source, I get the following error:
> select * from ( exec "ViewModel"."google"('toolbar','reciever') ) AS X_X
> org.teiid.runtime.client.TeiidClientException: java.lang.RuntimeException: Remote org.teiid.core.TeiidProcessingException: TEIID30152 Failed to evaluate XQuery expression; Please check the query and correct errors in syntax or usage.
> However, if I add the view procedure to a VDB and deploy, I am able to execute without error.
> GOOGLE SEARCH URL: http://www.google.com/complete/search
--
This message was sent by Atlassian JIRA
(v6.3.8#6338)
11 years, 5 months
[JBoss JIRA] (TEIIDDES-2278) Starting server in JBDS(TD) gets stuck on "Performing pre-launch check" (Win 8.1)
by Barry LaFond (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2278?page=com.atlassian.jira.plu... ]
Barry LaFond commented on TEIIDDES-2278:
----------------------------------------
I've tested on Windows 7 and had no issue.
> Starting server in JBDS(TD) gets stuck on "Performing pre-launch check" (Win 8.1)
> ---------------------------------------------------------------------------------
>
> Key: TEIIDDES-2278
> URL: https://issues.jboss.org/browse/TEIIDDES-2278
> Project: Teiid Designer
> Issue Type: Bug
> Affects Versions: 8.3.3
> Reporter: Matus Makovy
> Assignee: Barry LaFond
> Fix For: 8.6.1, 9.0.1, 9.0
>
> Attachments: JBDS.log, screen.png, server.log
>
>
> When I try to start server in JBDS, it gets stuck on "Performing pre-launch check..."
> Not all translators are loaded (for example, translator "ws") so I can not use some VDBs.
> I tried to completely reinstall DV and also JBDS + Teiid Designer, it didn't help.
> WINDOWS 8.1
> JBDS 7.1.1.GA
> Teiid Designer 8.3.3.Final-v20140613-1202-B88
--
This message was sent by Atlassian JIRA
(v6.3.8#6338)
11 years, 5 months
[JBoss JIRA] (TEIIDDES-2259) Edit VDB Data Role dialogue doesn't check off checkboxes properly
by Barry LaFond (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2259?page=com.atlassian.jira.plu... ]
Barry LaFond updated TEIIDDES-2259:
-----------------------------------
Fix Version/s: 9.1
9.0.2
8.6.2
> Edit VDB Data Role dialogue doesn't check off checkboxes properly
> -----------------------------------------------------------------
>
> Key: TEIIDDES-2259
> URL: https://issues.jboss.org/browse/TEIIDDES-2259
> Project: Teiid Designer
> Issue Type: Bug
> Components: VDB & Execution
> Affects Versions: 8.3.3
> Reporter: Matus Makovy
> Assignee: Barry LaFond
> Fix For: 9.1, 9.0.2, 8.6.2
>
> Attachments: ReuseVDB_Dataroles.zip, screen1.png, Step2.png, Step3.png, Step4.png
>
>
> When I tick, for example, "Create" on one column and "Read" on the same column and then check off "Create", the gray checkboxes stay the same. Only after I check off "Read" on this column all disappear... screenshot attached
> JBDS 7.1.1.GA + Teiid Designer 8.3.3
--
This message was sent by Atlassian JIRA
(v6.3.8#6338)
11 years, 5 months