[JBoss JIRA] (TEIIDDES-2522) VDB Role Editor does not show when added
by Barry LaFond (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2522?page=com.atlassian.jira.plu... ]
Barry LaFond updated TEIIDDES-2522:
-----------------------------------
Component/s: Editors
Patch Release
> VDB Role Editor does not show when added
> ----------------------------------------
>
> Key: TEIIDDES-2522
> URL: https://issues.jboss.org/browse/TEIIDDES-2522
> Project: Teiid Designer
> Issue Type: Bug
> Components: Editors, Patch Release, VDB & Execution
> Affects Versions: 9.0
> Environment: Mac
> JBDS Version: 8.0.0.GA
> Build id: GA-v20141020-1042-B317
> Teiid Designer version: 9.0.1.Final-v20150211-1407-B643
> Reporter: Marc Shirley
> Assignee: Ted Jones
> Fix For: 9.0.7, 10.0.2
>
>
> Newly added roles do not show up, but instead require the editor to be switched off of the Role view and then back to the Role view in order to view changes.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years
[JBoss JIRA] (TEIIDDES-2522) VDB Role Editor does not show when added
by Barry LaFond (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2522?page=com.atlassian.jira.plu... ]
Barry LaFond updated TEIIDDES-2522:
-----------------------------------
Fix Version/s: 9.0.7
(was: 9.0.6)
> VDB Role Editor does not show when added
> ----------------------------------------
>
> Key: TEIIDDES-2522
> URL: https://issues.jboss.org/browse/TEIIDDES-2522
> Project: Teiid Designer
> Issue Type: Bug
> Components: VDB & Execution
> Affects Versions: 9.0
> Environment: Mac
> JBDS Version: 8.0.0.GA
> Build id: GA-v20141020-1042-B317
> Teiid Designer version: 9.0.1.Final-v20150211-1407-B643
> Reporter: Marc Shirley
> Assignee: Ted Jones
> Fix For: 9.0.7, 10.0.2
>
>
> Newly added roles do not show up, but instead require the editor to be switched off of the Role view and then back to the Role view in order to view changes.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years
[JBoss JIRA] (TEIIDDES-2776) Preview fails for file source table after a Server stop and restart
by Barry LaFond (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2776?page=com.atlassian.jira.plu... ]
Barry LaFond updated TEIIDDES-2776:
-----------------------------------
Fix Version/s: 9.0.7
10.0.2
(was: 10.0.1)
(was: 9.0.6)
This isn't a blocker and workaround is to wait a little bit for the server to completely re-start.
Fix will be to put in more checks for server completion in the Preview Data actions
> Preview fails for file source table after a Server stop and restart
> -------------------------------------------------------------------
>
> Key: TEIIDDES-2776
> URL: https://issues.jboss.org/browse/TEIIDDES-2776
> Project: Teiid Designer
> Issue Type: Bug
> Components: Data Preview, Patch Release
> Affects Versions: 9.0.3
> Reporter: Debbie Steigner
> Assignee: Paul Richardson
> Fix For: 9.0.7, 10.0.2
>
> Attachments: testcsv.csv, TestModelProjectSet.zip
>
>
> I have only seen this with a flat file source, standard jdbc database tables only need the "Refresh/Reconnect Teiid Instance Connection" button to refresh and have previews work again.
> Setup a Remote Server in JBDS
> select Server externally managed
> Remote and Remote Management Commands
> * Create a new model project, add a File source
> * Create a view model and do a preview on the view table
> That works! Great.
> Then:
> * We right-click the server and press Stop. Then press Start
> * Now when you try to preview again, it fails. The EAP server is in a reload-required state and the below error is shown in Designer log and a pop-up:
> !ENTRY org.teiid.designer.dqp.ui 4 0 2016-02-05 13:37:38.436
> !MESSAGE JBAS010473: Failed to load module for RA [org.jboss.teiid.resource-adapter.file]
> !STACK 0
> org.teiid.adminapi.AdminProcessingException: JBAS010473: Failed to load module for RA [org.jboss.teiid.resource-adapter.file]
> at org.teiid.runtime.client.admin.v8.Admin8Factory$ResultCallback.onFailure(Admin8Factory.java:202)
> at org.teiid.runtime.client.admin.v8.Admin8Factory$AdminImpl.cliCall(Admin8Factory.java:1591)
> at org.teiid.runtime.client.admin.v8.Admin8Factory$AdminImpl.addModuleResourceAdapter(Admin8Factory.java:397)
> at org.teiid.runtime.client.admin.v8.Admin8Factory$AdminImpl.createConnectionFactory(Admin8Factory.java:303)
> at org.teiid.runtime.client.admin.v8.Admin8Factory$AdminImpl.createDataSource(Admin8Factory.java:497)
> at org.teiid.runtime.client.admin.ExecutionAdmin.getOrCreateDataSource(ExecutionAdmin.java:373)
> at org.teiid.designer.runtime.TeiidServer.getOrCreateDataSource(TeiidServer.java:614)
> at org.teiid.designer.runtime.TeiidDataSourceFactory.createDataSource(TeiidDataSourceFactory.java:177)
> at org.teiid.designer.runtime.preview.PreviewManager.ensureConnectionInfoIsValid(PreviewManager.java:527)
> at org.teiid.designer.runtime.preview.PreviewManager.previewSetup(PreviewManager.java:1365)
> at org.teiid.designer.runtime.ui.preview.PreviewDataWorker$1.run(PreviewDataWorker.java:233)
> at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:119)
> !ENTRY org.teiid.designer.ui 4 0 2016-02-05 13:37:38.863
> !MESSAGE Error running preview. See log for more information.
> !STACK 1
> org.eclipse.core.runtime.CoreException: Error running preview. See log for more information.
> at org.teiid.designer.ui.util.ErrorHandler.toCoreException(ErrorHandler.java:68)
> at org.teiid.designer.ui.util.ErrorHandler.toExceptionDialog(ErrorHandler.java:106)
> at org.teiid.designer.runtime.ui.preview.PreviewDataWorker.run(PreviewDataWorker.java:255)
> at org.teiid.designer.runtime.ui.preview.PreviewTableDataContextAction.run(PreviewTableDataContextAction.java:99)
> at org.eclipse.jface.action.Action.runWithEvent(Action.java:473)
> 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$6.handleEvent(ActionContributionItem.java:462)
> at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
> at org.eclipse.swt.widgets.Display.sendEvent(Display.java:4481)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1329)
> at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3819)
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3430)
> at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$4.run(PartRenderingEngine.java:1127)
> at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:337)
> at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1018)
> at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:156)
> at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:654)
> at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:337)
> at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:598)
> at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150)
> at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:139)
> 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:62)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:497)
> at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:669)
> at org.eclipse.equinox.launcher.Main.basicRun(Main.java:608)
> at org.eclipse.equinox.launcher.Main.run(Main.java:1515)
> at org.eclipse.equinox.launcher.Main.main(Main.java:1488)
> Contains: * JBAS010473: Failed to load module for RA [org.jboss.teiid.resource-adapter.file]
> !SUBENTRY 1 org.teiid.designer.ui 4 4 2016-02-05 13:37:38.864
> !MESSAGE Error running preview. See log for more information.
> !SUBENTRY 2 org.teiid.designer.ui 4 0 2016-02-05 13:37:38.864
> !MESSAGE * JBAS010473: Failed to load module for RA [org.jboss.teiid.resource-adapter.file]
> To fix it:
> * We run a :reload on the EAP server with jboss-cli
> * Then preview works again.
> So, desired fix, when the server is in a reload-required state, reload the server or at least prompt for it instead of erroring out.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years
[JBoss JIRA] (TEIIDDES-2791) Problem with SOAP war generated in TD
by RH Bugzilla Integration (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2791?page=com.atlassian.jira.plu... ]
RH Bugzilla Integration commented on TEIIDDES-2791:
---------------------------------------------------
Van Halbert <vhalbert(a)redhat.com> changed the Status of [bug 1311608|https://bugzilla.redhat.com/show_bug.cgi?id=1311608] from MODIFIED to ON_QA
> Problem with SOAP war generated in TD
> -------------------------------------
>
> Key: TEIIDDES-2791
> URL: https://issues.jboss.org/browse/TEIIDDES-2791
> Project: Teiid Designer
> Issue Type: Bug
> Affects Versions: 10.0
> Reporter: Matus Makovy
> Priority: Critical
> Attachments: ProductInfoVdb.war, Untitled.zip
>
>
> I don't know if this is a Teiid or Teiid Designer issue.
> When I generate a SOAP war from VDB and try to deploy it to server, I get following exception:
> {code}
> Deployment failed: ProductInfoVdb.war: {"outcome" : "failed", "failure-description" : {"JBAS014671: Failed services" : {"jboss.deployment.unit.\"ProductInfoVdb.war\".INSTALL" : "org.jboss.msc.service.StartException in service jboss.deployment.unit.\"ProductInfoVdb.war\".INSTALL: JBAS018733: Failed to process phase INSTALL of deployment \"ProductInfoVdb.war\"\n Caused by: java.lang.NoClassDefFoundError: org/apache/commons/logging/LogFactory\n Caused by: java.lang.ClassNotFoundException: org.apache.commons.logging.LogFactory from [Module \"org.springframework.spring:main\" from local module loader @ed17bee (finder: local module finder @2a33fae0 (roots: /Users/mmakovy/server-installer/dv-6.3.0.DR3/target/jboss-eap-6.4/modules,/Users/mmakovy/server-installer/dv-6.3.0.DR3/target/jboss-eap-6.4/modules/system/layers/dv,/Users/mmakovy/server-installer/dv-6.3.0.DR3/target/jboss-eap-6.4/modules/system/layers/base/.overlays/layer-base-jboss-eap-6.4.3.CP,/Users/mmakovy/server-installer/dv-6.3.0.DR3/target/jboss-eap-6.4/modules/system/layers/base))]"}}, "rolled-back" : true}
> {code}
> The whole "test script" should be accessible here: https://mojo.redhat.com/docs/DOC-995324
> This happens *only with DV-6.3.0.DR3*. When I deploy this war to DV 6.2 server, everything works as expected.
> I attached project in zip file (Untitled.zip) and generated WAR. The WAR file was generated in TD 10.0.0.Beta2, but I tried to generate the war in 9.0.5 Designer and the result was the same.
> I marked this as Critical, but if it is a Designer issue I think it should be marked as blocker.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years
[JBoss JIRA] (TEIIDDES-2791) Problem with SOAP war generated in TD
by RH Bugzilla Integration (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2791?page=com.atlassian.jira.plu... ]
RH Bugzilla Integration commented on TEIIDDES-2791:
---------------------------------------------------
Van Halbert <vhalbert(a)redhat.com> changed the Status of [bug 1311608|https://bugzilla.redhat.com/show_bug.cgi?id=1311608] from ASSIGNED to MODIFIED
> Problem with SOAP war generated in TD
> -------------------------------------
>
> Key: TEIIDDES-2791
> URL: https://issues.jboss.org/browse/TEIIDDES-2791
> Project: Teiid Designer
> Issue Type: Bug
> Affects Versions: 10.0
> Reporter: Matus Makovy
> Priority: Critical
> Attachments: ProductInfoVdb.war, Untitled.zip
>
>
> I don't know if this is a Teiid or Teiid Designer issue.
> When I generate a SOAP war from VDB and try to deploy it to server, I get following exception:
> {code}
> Deployment failed: ProductInfoVdb.war: {"outcome" : "failed", "failure-description" : {"JBAS014671: Failed services" : {"jboss.deployment.unit.\"ProductInfoVdb.war\".INSTALL" : "org.jboss.msc.service.StartException in service jboss.deployment.unit.\"ProductInfoVdb.war\".INSTALL: JBAS018733: Failed to process phase INSTALL of deployment \"ProductInfoVdb.war\"\n Caused by: java.lang.NoClassDefFoundError: org/apache/commons/logging/LogFactory\n Caused by: java.lang.ClassNotFoundException: org.apache.commons.logging.LogFactory from [Module \"org.springframework.spring:main\" from local module loader @ed17bee (finder: local module finder @2a33fae0 (roots: /Users/mmakovy/server-installer/dv-6.3.0.DR3/target/jboss-eap-6.4/modules,/Users/mmakovy/server-installer/dv-6.3.0.DR3/target/jboss-eap-6.4/modules/system/layers/dv,/Users/mmakovy/server-installer/dv-6.3.0.DR3/target/jboss-eap-6.4/modules/system/layers/base/.overlays/layer-base-jboss-eap-6.4.3.CP,/Users/mmakovy/server-installer/dv-6.3.0.DR3/target/jboss-eap-6.4/modules/system/layers/base))]"}}, "rolled-back" : true}
> {code}
> The whole "test script" should be accessible here: https://mojo.redhat.com/docs/DOC-995324
> This happens *only with DV-6.3.0.DR3*. When I deploy this war to DV 6.2 server, everything works as expected.
> I attached project in zip file (Untitled.zip) and generated WAR. The WAR file was generated in TD 10.0.0.Beta2, but I tried to generate the war in 9.0.5 Designer and the result was the same.
> I marked this as Critical, but if it is a Designer issue I think it should be marked as blocker.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years
[JBoss JIRA] (TEIIDDES-2769) NPE when trying to edit a Data Role created in older teiid designer version
by Matus Makovy (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2769?page=com.atlassian.jira.plu... ]
Matus Makovy closed TEIIDDES-2769.
----------------------------------
Resolution: Done
> NPE when trying to edit a Data Role created in older teiid designer version
> ----------------------------------------------------------------------------
>
> Key: TEIIDDES-2769
> URL: https://issues.jboss.org/browse/TEIIDDES-2769
> Project: Teiid Designer
> Issue Type: Bug
> Components: Migration, Patch Release, VDB & Execution
> Affects Versions: 9.0.4
> Reporter: Debbie Steigner
> Assignee: Barry LaFond
> Labels: release_notes, verified_jbdsis-8.0.6, verified_jbdsis-9.0.0.Beta
> Fix For: 9.0.6, 10.0.1, 9.2.1
>
> Attachments: org.teiid.designer.vdb-TEIIDDES-2769.patch
>
>
> migrating VDBs from EDS 5.3.1 to JDV 6.2.0 and noticed that if we open the data role editor for VDB that was created in the Teiid designer 5.0 for EDS, it is throwing java.lang.NullPointerException when trying to edit a role and it is required for us to completely recreated data roles manually for the VDB
> This issue doesn't happen in Teiid Designer 9.0.3 only 9.0.4
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years
[JBoss JIRA] (TEIIDDES-2769) NPE when trying to edit a Data Role created in older teiid designer version
by Matus Makovy (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2769?page=com.atlassian.jira.plu... ]
Matus Makovy updated TEIIDDES-2769:
-----------------------------------
Labels: release_notes verified_jbdsis-8.0.6 verified_jbdsis-9.0.0.Beta (was: release_notes verified_jbdsis-9.0.0.Beta)
> NPE when trying to edit a Data Role created in older teiid designer version
> ----------------------------------------------------------------------------
>
> Key: TEIIDDES-2769
> URL: https://issues.jboss.org/browse/TEIIDDES-2769
> Project: Teiid Designer
> Issue Type: Bug
> Components: Migration, Patch Release, VDB & Execution
> Affects Versions: 9.0.4
> Reporter: Debbie Steigner
> Assignee: Barry LaFond
> Labels: release_notes, verified_jbdsis-8.0.6, verified_jbdsis-9.0.0.Beta
> Fix For: 9.0.6, 10.0.1, 9.2.1
>
> Attachments: org.teiid.designer.vdb-TEIIDDES-2769.patch
>
>
> migrating VDBs from EDS 5.3.1 to JDV 6.2.0 and noticed that if we open the data role editor for VDB that was created in the Teiid designer 5.0 for EDS, it is throwing java.lang.NullPointerException when trying to edit a role and it is required for us to completely recreated data roles manually for the VDB
> This issue doesn't happen in Teiid Designer 9.0.3 only 9.0.4
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years
[JBoss JIRA] (TEIIDDES-2769) NPE when trying to edit a Data Role created in older teiid designer version
by Matus Makovy (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2769?page=com.atlassian.jira.plu... ]
Matus Makovy reopened TEIIDDES-2769:
------------------------------------
Reopening to set label
> NPE when trying to edit a Data Role created in older teiid designer version
> ----------------------------------------------------------------------------
>
> Key: TEIIDDES-2769
> URL: https://issues.jboss.org/browse/TEIIDDES-2769
> Project: Teiid Designer
> Issue Type: Bug
> Components: Migration, Patch Release, VDB & Execution
> Affects Versions: 9.0.4
> Reporter: Debbie Steigner
> Assignee: Barry LaFond
> Labels: release_notes, verified_jbdsis-9.0.0.Beta
> Fix For: 9.0.6, 10.0.1, 9.2.1
>
> Attachments: org.teiid.designer.vdb-TEIIDDES-2769.patch
>
>
> migrating VDBs from EDS 5.3.1 to JDV 6.2.0 and noticed that if we open the data role editor for VDB that was created in the Teiid designer 5.0 for EDS, it is throwing java.lang.NullPointerException when trying to edit a role and it is required for us to completely recreated data roles manually for the VDB
> This issue doesn't happen in Teiid Designer 9.0.3 only 9.0.4
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years