[JBoss JIRA] Created: (TEIIDDES-621) Exiting Designer when preview server NOT running results in connection exception
by Barry LaFond (JIRA)
Exiting Designer when preview server NOT running results in connection exception
--------------------------------------------------------------------------------
Key: TEIIDDES-621
URL: https://jira.jboss.org/browse/TEIIDDES-621
Project: Teiid Designer
Issue Type: Bug
Components: Data Preview
Reporter: Barry LaFond
Assignee: Barry LaFond
Priority: Critical
Fix For: 7.1.1
Was working on other defects and running Designer with my Server NOT running, even though I still had a default server defined in Designer.
Each time I exited Designer, I got the following because the preview manager's shutdown logic was calling a getAdmin() which lazily tries to create one. Need to do one more check to prevent exception.
1 [SingleInstanceCommunicationException]Error establishing socket to host and port: localhost:31443. Reason: Connection refused
2 [ConnectException]Connection refused
at org.teiid.adminapi.AdminFactory.createAdmin(AdminFactory.java:214)
at org.teiid.adminapi.AdminFactory.createAdmin(AdminFactory.java:199)
at org.teiid.adminapi.AdminFactory.createAdmin(AdminFactory.java:167)
at org.teiid.designer.runtime.Server.getAdmin(Server.java:129)
at org.teiid.designer.runtime.preview.PreviewManager.shutdown(PreviewManager.java:1409)
at org.teiid.designer.runtime.ServerManager.shutdown(ServerManager.java:511)
at com.metamatrix.modeler.dqp.ui.DqpUiPlugin$1.run(DqpUiPlugin.java:190)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 4 months
[JBoss JIRA] Resolved: (TEIIDDES-591) Preview Data in Teiid 7.0
by Barry LaFond (JIRA)
[ https://jira.jboss.org/browse/TEIIDDES-591?page=com.atlassian.jira.plugin... ]
Barry LaFond resolved TEIIDDES-591.
-----------------------------------
Resolution: Rejected
Preview Data feature was not fully functional in 7.0 release. In 7.1 Teiid Designer release, it is.
> Preview Data in Teiid 7.0
> -------------------------
>
> Key: TEIIDDES-591
> URL: https://jira.jboss.org/browse/TEIIDDES-591
> Project: Teiid Designer
> Issue Type: Bug
> Components: VDB & Execution
> Affects Versions: 7.0
> Environment: Eclipse Helios
> Reporter: Monika Ahuja
>
> Scenario:
> I created a Metadata model using Teiid jdbc connector. I created a packaged diagram. In packaged diagram When I goto a table inside a database and click on preview data. I get the following error:
> DriverConnectionBase.error.driverDefinitionNotSpecified: null. Using the driver properties defined in database profile instead.
> I tried setting the connection profile for the my importeddata.xmi (right clicking, selecting modeling-->set connection profile--> selecting the connection in database). I saved my model. To see if my connection settings were set I right clicked on metadatamodel.xmi again and selected modeling -> Set connection profile, but the previously selected connection was missing.
> So, the moment I try to preview data I get the same error "DriverConnectionBase.error.driverDefinitionNotSpecified: null. Using the driver properties defined in database profile instead."
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 4 months
[JBoss JIRA] Created: (TEIIDDES-522) Recursive XML doc model does not create mapping class structure for lower levels
by Paul Nittel (JIRA)
Recursive XML doc model does not create mapping class structure for lower levels
--------------------------------------------------------------------------------
Key: TEIIDDES-522
URL: https://jira.jboss.org/browse/TEIIDDES-522
Project: Teiid Designer
Issue Type: Bug
Affects Versions: 7.0
Environment: Fedora 12, JBDS 3.0.1, Teiid 7 Designer
Reporter: Paul Nittel
I am following the E2eRecursiveXmlTextSource test script.
I create a document model, based on the imported XSD and step through the creation wizard. On the third page, per the instructions, I expand the tree and select (check) the Supervisor node before clicking finish. What I get is a Supervisor mapping class which has no mapping tree elements against which to link the columns (which I add manually, again, per the instructions).
It is possible this represents new behavior, but I suspect not.
I'm attaching the Model Project Set (which has 3 projects).
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 4 months
[JBoss JIRA] Created: (TEIIDDES-604) Preview Data results do not update for changes in virtual table SQL
by Barry LaFond (JIRA)
Preview Data results do not update for changes in virtual table SQL
-------------------------------------------------------------------
Key: TEIIDDES-604
URL: https://jira.jboss.org/browse/TEIIDDES-604
Project: Teiid Designer
Issue Type: Bug
Components: Data Preview, VDB & Execution
Affects Versions: 7.1
Reporter: Barry LaFond
Priority: Blocker
Fix For: 7.1.1
1) Created simple project containing Parts relational table.
2) Create Virtual model
3) Add base table (i.e. PartsInfo)
4) Set SQL transformation to "SELECT * FROM PARTS WHERE PART_WEIGHT > 18" (PART_WEIGHT column name may be different depending on your DB source)
5) Save all and "Preview Data". Should get good results back
6) Change SQL to "SELECT * FROM PARTS WHERE PART_WEIGHT < 16"
7) Save all and "Preview Data". Result that come back reflect the previous SQL ( > 18)
Closing project, cleaning up .metadata folder, restarting Designer.
Note: By creating a Teiid DTP connection to the PREVIEW project (See vdb name in workspace folder on file system), you can do an adhoc query of "SELECT * FROM PARTSINFO" and it'll come back with the results with " < 16".
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 4 months
[JBoss JIRA] Created: (TEIIDDES-573) Datatypes Editor get Unhandled event loop exception when creating subtype
by Paul Nittel (JIRA)
Datatypes Editor get Unhandled event loop exception when creating subtype
-------------------------------------------------------------------------
Key: TEIIDDES-573
URL: https://jira.jboss.org/browse/TEIIDDES-573
Project: Teiid Designer
Issue Type: Bug
Components: Modeling
Affects Versions: 7.1
Environment: Fedora 12, JBDS 3.0.1, TeiidDesigner 7.1M2
Reporter: Paul Nittel
When trying to create a subtype of Boolean (or any other type, it seems), I'm getting this exception:
Error 2010-08-20 09:57:36.209 Unhandled event loop exception
java.lang.NullPointerException
at java.io.File.<init>(File.java:239)
at com.metamatrix.modeler.internal.ui.forms.HyperlinkComponentSet.valueClicked(HyperlinkComponentSet.java:46)
at com.metamatrix.modeler.internal.ui.forms.HyperlinkComponentSet$1.valueClicked(HyperlinkComponentSet.java:84)
at com.metamatrix.modeler.internal.ui.forms.FormTextObjectEditor$MyHyperlinkListener.linkActivated(FormTextObjectEditor.java:162)
at org.eclipse.ui.forms.widgets.FormText.activateLink(FormText.java:1548)
at org.eclipse.ui.forms.widgets.FormText.handleMouseClick(FormText.java:1351)
at org.eclipse.ui.forms.widgets.FormText.access$16(FormText.java:1323)
at org.eclipse.ui.forms.widgets.FormText$6.mouseUp(FormText.java:448)
at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:207)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1176)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3493)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3112)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2405)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2369)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2221)
at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:500)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:493)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:113)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:194)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:368)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
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:616)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:559)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:514)
at org.eclipse.equinox.launcher.Main.run(Main.java:1311)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 4 months
[JBoss JIRA] Created: (TEIIDDES-594) Choice criteria not being validated UUID not defined by relevant group
by Paul Nittel (JIRA)
Choice criteria not being validated UUID not defined by relevant group
----------------------------------------------------------------------
Key: TEIIDDES-594
URL: https://jira.jboss.org/browse/TEIIDDES-594
Project: Teiid Designer
Issue Type: Bug
Components: Validation
Affects Versions: 7.1
Environment: Probably all
Reporter: Paul Nittel
Fix For: 7.1.1
I modeled the AudioBooks (BooksSetMixed) XML document to test this feature and found it to be broken (Warren found it first.) I will attach the Model Project Set to the Jira.
Also, the wording of the error message should read "Error trying to validate". (Add the "to".)
Error trying validate choice criteria "mmuuid:081d30f4-52ac-471c-8abd-5ed1e982573a" = 'Hardback' Element ""mmuuid:081d30f4-52ac-471c-8abd-5ed1e982573a"" is not defined by any relevant group. AudioBooks.xmi /QuikBooks bookSetMixedDocument Problem
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 4 months