[JBoss JIRA] Created: (TEIIDDES-405) Provide one or more views for Teiid Server Management
by Barry LaFond (JIRA)
Provide one or more views for Teiid Server Management
-----------------------------------------------------
Key: TEIIDDES-405
URL: https://jira.jboss.org/jira/browse/TEIIDDES-405
Project: Teiid Designer
Issue Type: Task
Components: Teiid Integration, VDB & Execution, Views
Affects Versions: 7.0
Reporter: Barry LaFond
Priority: Blocker
Fix For: 7.0
Provide one or more views for Server Management
With new paradigm of "servers" within Designer and working with JBTools the requirement of a Designer "Servers" view was created.
It is envisioned that this view should combine as a minimum the Teiid Server, Connector Types, Connectors, Source Bindings and Deployed VDB's
- ? One view for all types (JBoss/EAP/Teiid/ModeShape, etc....)
- ? or one for each type
- WTP Server View??
- add Refresh button/action
- Teiid Server View. So the basic view will contain a tree of Teiid Servers who's children include:
- SERVER
1)CONNECTOR TYPE
- CONNECTORS
- SOURCES
2)VDB's (Stretch goal)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 10 months
[JBoss JIRA] Created: (TEIIDDES-479) Cannot open transformation editor: Unhandled event loop exception - Could not initialize class com.metamatrix.query.internal.ui.sqleditor.sql.SqlSyntax
by Paul Nittel (JIRA)
Cannot open transformation editor: Unhandled event loop exception - Could not initialize class com.metamatrix.query.internal.ui.sqleditor.sql.SqlSyntax
-------------------------------------------------------------------------------------------------------------------------------------------------------
Key: TEIIDDES-479
URL: https://jira.jboss.org/browse/TEIIDDES-479
Project: Teiid Designer
Issue Type: Bug
Components: Transformations
Affects Versions: 7.0
Environment: Teiid Designer 7.0.0, Fedora 12, Sun JDK
Reporter: Paul Nittel
Simple steps to reproduce:
1 - Create a model project
2 - Import a source (I used Parts)
3 - Create a relational view model
4 - Open transformation diagram
5 - Add a single table
6 - Right-click the T-node > Edit
At this point, I get the following:
Error 2010-06-25 09:52:13.632 Unhandled event loop exception
java.lang.NoClassDefFoundError: Could not initialize class com.metamatrix.query.internal.ui.sqleditor.sql.SqlSyntax
at com.metamatrix.query.internal.ui.sqleditor.sql.SqlCodeScanner.<init>(SqlCodeScanner.java:114)
at com.metamatrix.query.internal.ui.sqleditor.SqlSourceViewerConfiguration.getPresentationReconciler(SqlSourceViewerConfiguration.java:99)
at com.metamatrix.query.internal.ui.sqleditor.SqlTextViewer.<init>(SqlTextViewer.java:79)
at com.metamatrix.query.ui.sqleditor.SqlEditorPanel.init(SqlEditorPanel.java:266)
at com.metamatrix.query.ui.sqleditor.SqlEditorPanel.<init>(SqlEditorPanel.java:239)
at com.metamatrix.modeler.transformation.ui.editors.TransformationObjectEditorPage.createEditorPanel(TransformationObjectEditorPage.java:691)
at com.metamatrix.modeler.transformation.ui.editors.TransformationObjectEditorPage.createSelectTabForUpdate(TransformationObjectEditorPage.java:366)
at com.metamatrix.modeler.transformation.ui.editors.TransformationObjectEditorPage.createCTabFolderWithUpdateTabs(TransformationObjectEditorPage.java:341)
at com.metamatrix.modeler.transformation.ui.editors.TransformationObjectEditorPage.createControl(TransformationObjectEditorPage.java:308)
at com.metamatrix.modeler.internal.ui.editors.ModelObjectEditorPanel.addModelObjectEditor(ModelObjectEditorPanel.java:126)
at com.metamatrix.modeler.internal.ui.editors.ModelObjectEditorPanel.activateModelObjectEditor(ModelObjectEditorPanel.java:149)
at com.metamatrix.modeler.internal.ui.editors.MultiPageModelEditor.editModelObject(MultiPageModelEditor.java:387)
at com.metamatrix.modeler.ui.editors.ModelEditorManager.updateObjectEditor(ModelEditorManager.java:696)
at com.metamatrix.modeler.ui.editors.ModelEditorManager$5.run(ModelEditorManager.java:241)
at com.metamatrix.ui.internal.viewsupport.UiBusyIndicator.showWhile(UiBusyIndicator.java:80)
at com.metamatrix.modeler.ui.editors.ModelEditorManager.open(ModelEditorManager.java:234)
at com.metamatrix.modeler.ui.editors.ModelEditorManager$7.run(ModelEditorManager.java:401)
at com.metamatrix.ui.internal.viewsupport.UiBusyIndicator.showWhile(UiBusyIndicator.java:80)
at com.metamatrix.modeler.ui.editors.ModelEditorManager.edit(ModelEditorManager.java:393)
at com.metamatrix.modeler.ui.editors.ModelEditorManager.edit(ModelEditorManager.java:381)
at com.metamatrix.modeler.transformation.ui.part.TransformationEditPart.edit(TransformationEditPart.java:92)
at com.metamatrix.modeler.diagram.ui.editor.DiagramSelectionHandler$1.run(DiagramSelectionHandler.java:260)
at com.metamatrix.ui.internal.viewsupport.UiBusyIndicator.showWhile(UiBusyIndicator.java:80)
at com.metamatrix.modeler.diagram.ui.editor.DiagramSelectionHandler.handleDoubleClick(DiagramSelectionHandler.java:258)
at com.metamatrix.modeler.transformation.ui.part.TransformationEditPart.performRequest(TransformationEditPart.java:111)
at com.metamatrix.modeler.diagram.ui.util.SelectionTracker.handleDoubleClick(SelectionTracker.java:72)
at org.eclipse.gef.tools.AbstractTool.mouseDoubleClick(AbstractTool.java:955)
at org.eclipse.gef.tools.SelectionTool.mouseDoubleClick(SelectionTool.java:501)
at org.eclipse.gef.EditDomain.mouseDoubleClick(EditDomain.java:208)
at org.eclipse.gef.ui.parts.DomainEventDispatcher.dispatchMouseDoubleClicked(DomainEventDispatcher.java:285)
at org.eclipse.draw2d.LightweightSystem$EventHandler.mouseDoubleClick(LightweightSystem.java:508)
at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:183)
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
15 years, 10 months
[JBoss JIRA] Updated: (TEIIDDES-239) CLONE -Fully-qualified names should not be required when referencing virtual procedures that have unique unqualified names
by Barry LaFond (JIRA)
[ https://jira.jboss.org/browse/TEIIDDES-239?page=com.atlassian.jira.plugin... ]
Barry LaFond updated TEIIDDES-239:
----------------------------------
Fix Version/s: 7.1
(was: 7.0)
> CLONE -Fully-qualified names should not be required when referencing virtual procedures that have unique unqualified names
> --------------------------------------------------------------------------------------------------------------------------
>
> Key: TEIIDDES-239
> URL: https://jira.jboss.org/browse/TEIIDDES-239
> Project: Teiid Designer
> Issue Type: Feature Request
> Affects Versions: 6.1.0, 6.2.0
> Reporter: Michael Walker
> Priority: Minor
> Fix For: 7.1
>
>
> This problem occurs in our transformation editor, and also occurs with real-time queries (e.g. from QueryBuilder/SQLExplorer, or any client).
> If you reference a non-qualified table name, e.g. "myTable", in a query, we'll attempt to resolve it if it is a unique name.
> Strangely, we don't do the same thing for virtual procedures, even if they are unique. Instead, you must use the fully-qualified name. There should be no disparity. This is a usability defect.
> This also happens to greatly extend the size of virtual procedure code, making it harder to read and debug.
--
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
15 years, 10 months
[JBoss JIRA] Updated: (TEIIDDES-219) SFDC importer plugin has copies of lots of 3rd party jars that maybe should be in sep plugins
by Barry LaFond (JIRA)
[ https://jira.jboss.org/browse/TEIIDDES-219?page=com.atlassian.jira.plugin... ]
Barry LaFond updated TEIIDDES-219:
----------------------------------
Fix Version/s: 7.1
(was: 7.0)
> SFDC importer plugin has copies of lots of 3rd party jars that maybe should be in sep plugins
> ---------------------------------------------------------------------------------------------
>
> Key: TEIIDDES-219
> URL: https://jira.jboss.org/browse/TEIIDDES-219
> Project: Teiid Designer
> Issue Type: Quality Risk
> Components: Documentation, Import/Export
> Affects Versions: 6.0.0
> Environment: Designer 5.5.3 MS1 build
> Reporter: Greg Haber
> Priority: Minor
> Fix For: 7.1
>
>
> I noticed that as of MS1, the SFDC importer plugin contains a lot of copies of third party jars, most Apache Axis/Apache Commons stuff. In many cases, these same jars are also in the com.metamatrix.modeler.dqp_5.5.3 plugin since they are also needed by the SFDC connector. I also noticed that some of our other Designer plugins that use external jars put those jars in their own plugins, and import the plugin, rather than putting them in the same plugin as our own code.
> We should consider pulling these jars out of the SFDC importer plugin and putting them in their own plugins (which the SFDC importer plugin can then import), or simply importing them in the SFDC importer plugin from the DQP plugin.
> The same problem exists to a much lesser degree in the WSDL importer (just the commons-codec-1.2.jar is duplicated in that one).
--
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
15 years, 10 months
[JBoss JIRA] Created: (TEIIDDES-444) Exception saving VDB with non-relational models that have no "Data Source" name value
by Barry LaFond (JIRA)
Exception saving VDB with non-relational models that have no "Data Source" name value
-------------------------------------------------------------------------------------
Key: TEIIDDES-444
URL: https://jira.jboss.org/browse/TEIIDDES-444
Project: Teiid Designer
Issue Type: Bug
Components: Editors, VDB & Execution
Affects Versions: 7.0
Reporter: Barry LaFond
Assignee: John Verhaeg
Priority: Blocker
Fix For: 7.0
1) Create VDB
2) Add Virtual Model that has one Source model dependency to VDB. This should result in an "Empty" Data source name since this is not a source model.
3) Save VDB and get following exception stating that the data source name is basically required.
Caused by: javax.xml.bind.MarshalException
- with linked exception:
[org.xml.sax.SAXParseException: cvc-complex-type.4: Attribute 'name' must appear on element 'source'.]
at com.sun.xml.internal.bind.v2.runtime.MarshallerImpl.write(MarshallerImpl.java:317)
at com.sun.xml.internal.bind.v2.runtime.MarshallerImpl.marshal(MarshallerImpl.java:243)
at javax.xml.bind.helpers.AbstractMarshallerImpl.marshal(AbstractMarshallerImpl.java:75)
at org.teiid.designer.vdb.Vdb$2.tryToDo(Vdb.java:372)
at com.metamatrix.core.modeler.util.OperationUtil.perform(OperationUtil.java:37)
... 51 more
Caused by: org.xml.sax.SAXParseException: cvc-complex-type.4: Attribute 'name' must appear on element 'source'.
at com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.createSAXParseException(ErrorHandlerWrapper.java:195)
--
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
15 years, 10 months