[JBoss JIRA] Created: (TEIIDDES-486) NPE creating new Model Project with a Vdb Editor open for VDB from another project.
by Barry LaFond (JIRA)
NPE creating new Model Project with a Vdb Editor open for VDB from another project.
-----------------------------------------------------------------------------------
Key: TEIIDDES-486
URL: https://jira.jboss.org/browse/TEIIDDES-486
Project: Teiid Designer
Issue Type: Bug
Reporter: Barry LaFond
Priority: Critical
Fix For: 7.1
!MESSAGE Problems occurred when invoking code from plug-in: "org.eclipse.core.resources".
!STACK 0
java.lang.NullPointerException
at org.teiid.designer.vdb.VdbEntry$1.resourceChanged(VdbEntry.java:76)
at org.eclipse.core.internal.events.NotificationManager$2.run(NotificationManager.java:291)
at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
at org.eclipse.core.internal.events.NotificationManager.notify(NotificationManager.java:285)
at org.eclipse.core.internal.events.NotificationManager.handleEvent(NotificationManager.java:249)
at org.eclipse.core.internal.resources.Workspace.broadcastEvent(Workspace.java:307)
at org.eclipse.core.internal.resources.Project.close(Project.java:165)
at com.metamatrix.modeler.ui.wizards.NewModelProjectWizard.performFinish(NewModelProjectWizard.java:104)
--
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, 6 months
[JBoss JIRA] Updated: (TEIIDDES-296) XSD to Relational importer fails on simple schema import.
by Barry LaFond (JIRA)
[ https://jira.jboss.org/browse/TEIIDDES-296?page=com.atlassian.jira.plugin... ]
Barry LaFond updated TEIIDDES-296:
----------------------------------
Fix Version/s: 7.1
(was: 7.0)
> XSD to Relational importer fails on simple schema import.
> ---------------------------------------------------------
>
> Key: TEIIDDES-296
> URL: https://jira.jboss.org/browse/TEIIDDES-296
> Project: Teiid Designer
> Issue Type: Bug
> Components: Import/Export
> Affects Versions: 7.1
> Environment: Linux Designer on RHEL-CSB
> Reporter: John Doyle
> Assignee: John Doyle
> Fix For: 7.1
>
> Attachments: XSDImportFailure.zip
>
>
> Use the XML Schema as relational source model importer on pos.xsd in the attached model set. It produces this exception when generating the model.
> java.lang.NullPointerException
> at org.eclipse.emf.ecore.impl.BasicEObjectImpl.eDynamicSet(BasicEObjectImpl.java:558)
> at com.metamatrix.modeler.internal.core.ObjectExtension.eDynamicSet(ObjectExtension.java:90)
> at com.metamatrix.modeler.modelgenerator.xml.modelextension.impl.BaseXMLRelationalExtensionManagerImpl.setNamespacePrefixesAttribute(BaseXMLRelationalExtensionManagerImpl.java:38)
> at com.metamatrix.modeler.modelgenerator.xml.wizards.jdbc.XmlSchemaAsRelationalModelProcessor.setNamespacePrefixesAttribute(XmlSchemaAsRelationalModelProcessor.java:327)
> at com.metamatrix.modeler.modelgenerator.xml.wizards.jdbc.XmlSchemaAsRelationalModelProcessor.setTableNamespacePrefixes(XmlSchemaAsRelationalModelProcessor.java:273)
> at com.metamatrix.modeler.modelgenerator.xml.wizards.jdbc.XmlSchemaAsRelationalModelProcessor.processNewTable(XmlSchemaAsRelationalModelProcessor.java:96)
> at com.metamatrix.modeler.modelgenerator.xml.wizards.jdbc.XmlSchemaAsRelationalModelProcessor.processNewEntity(XmlSchemaAsRelationalModelProcessor.java:75)
> at com.metamatrix.modeler.modelgenerator.xml.wizards.jdbc.XmlSchemaAsRelationalModelProcessor.setNameAndNameInSource(XmlSchemaAsRelationalModelProcessor.java:65)
> at com.metamatrix.modeler.jdbc.relational.impl.RelationalModelProcessorImpl.createNewObject(RelationalModelProcessorImpl.java:1058)
> at com.metamatrix.modeler.jdbc.relational.impl.RelationalModelProcessorImpl.performExecute(RelationalModelProcessorImpl.java:804)
> at com.metamatrix.modeler.jdbc.relational.impl.RelationalModelProcessorImpl$1.run(RelationalModelProcessorImpl.java:326)
> at com.metamatrix.modeler.internal.core.ModelEditorImpl.executeAsTransaction(ModelEditorImpl.java:547)
> at com.metamatrix.modeler.internal.core.ModelEditorImpl.executeAsTransaction(ModelEditorImpl.java:587)
> at com.metamatrix.modeler.jdbc.relational.impl.RelationalModelProcessorImpl.executeWithinTransaction(RelationalModelProcessorImpl.java:333)
> at com.metamatrix.modeler.jdbc.relational.impl.RelationalModelProcessorImpl.executeWithinTransaction(RelationalModelProcessorImpl.java:311)
> at com.metamatrix.modeler.jdbc.relational.impl.RelationalModelProcessorImpl.execute(RelationalModelProcessorImpl.java:302)
> at com.metamatrix.modeler.modelgenerator.xml.wizards.XsdAsRelationalImportWizard$1.run(XsdAsRelationalImportWizard.java:504)
> at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:113)
--
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, 6 months
[JBoss JIRA] Created: (TEIIDDES-408) Adapt Designer's Connector framework to Teiid JCA connector changes
by Barry LaFond (JIRA)
Adapt Designer's Connector framework to Teiid JCA connector changes
-------------------------------------------------------------------
Key: TEIIDDES-408
URL: https://jira.jboss.org/jira/browse/TEIIDDES-408
Project: Teiid Designer
Issue Type: Sub-task
Components: Import/Export, Teiid Integration, VDB & Execution
Affects Versions: 7.0
Reporter: Barry LaFond
Priority: Blocker
Fix For: 7.0
Designer's access to old Teiid "ConnectorBinding","ComponentType" and "ComponentTypeID" are now gone and replaced with:
ConnectorBinding
ConnectorType
Need to re-place with new classes and utilize direct access to Teiid via API.
- Replace ConfigurationManager with Server Manager and Execution Manager classes
- Wrap Connector Bindings and Connector Types to faciliate re-use of some of existing framework.
- (minimum impact)
- Create and manage "Server" objects
- Remove all "Jar" management functionality from Designer (UDF's and JDBC Drivers (see 9))
- Connector Validation
- Reimplement binding creation for the WSDL to Relational importer around new admin API. (TEIIDDES-265)
--
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
14 years, 6 months