[JBoss JIRA] Created: (TEIIDDES-811) NPE while loading the example project
by Ramesh Reddy (JIRA)
NPE while loading the example project
-------------------------------------
Key: TEIIDDES-811
URL: https://issues.jboss.org/browse/TEIIDDES-811
Project: Teiid Designer
Issue Type: Bug
Components: Eclipse Integration
Environment: JBDS Beta2
Reporter: Ramesh Reddy
> java.lang.NullPointerException
> at org.eclipse.ui.wizards.datatransfer.ImportOperation.importRecursivelyFrom(ImportOperation.java:789)
> at org.eclipse.ui.wizards.datatransfer.ImportOperation.importFileSystemObjects(ImportOperation.java:674)
> at org.eclipse.ui.wizards.datatransfer.ImportOperation.execute(ImportOperation.java:407)
> at org.eclipse.ui.actions.WorkspaceModifyOperation$1.run(WorkspaceModifyOperation.java:106)
> at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1975)
> at org.eclipse.ui.actions.WorkspaceModifyOperation.run(WorkspaceModifyOperation.java:118)
> at org.jboss.tools.project.examples.wizard.NewProjectExamplesWizard.importProject(NewProjectExamplesWizard.java:591)
> at org.jboss.tools.project.examples.wizard.NewProjectExamplesWizard$2.runInWorkspace(NewProjectExamplesWizard.java:183)
> at org.eclipse.core.internal.resources.InternalWorkspaceJob.run(InternalWorkspaceJob.java:38)
> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 2 months
[JBoss JIRA] Created: (TEIIDDES-464) Teiid 7.0 XML integration issues
by Steve Hawkins (JIRA)
Teiid 7.0 XML integration issues
--------------------------------
Key: TEIIDDES-464
URL: https://jira.jboss.org/browse/TEIIDDES-464
Project: Teiid Designer
Issue Type: Quality Risk
Components: Import/Export, Modeling, Teiid Integration
Affects Versions: 7.0
Reporter: Steve Hawkins
Priority: Critical
With Teiid 7.0 there are several changes that affect functionality provided in the designer:
1. The xml imports (relational or source) are now invalid. There is now engine functionality to handle row extraction. If possible these importers should be retargeted.
2. The xquery web services model is now invalid. XQuery is now executed through the XMLQUERY expression, so the command type is just regular SQL - not XQuery.
--
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, 3 months
[JBoss JIRA] Created: (TEIIDDES-774) Add support for "for each row" update procedures and new default handling
by Steven Hawkins (JIRA)
Add support for "for each row" update procedures and new default handling
-------------------------------------------------------------------------
Key: TEIIDDES-774
URL: https://issues.jboss.org/browse/TEIIDDES-774
Project: Teiid Designer
Issue Type: Feature Request
Components: Modeling, Teiid Integration
Affects Versions: 7.3
Reporter: Steven Hawkins
Fix For: 7.3
Teiid now has support for "for each row" procedures that can be used instead of update procedures. The initial plan is to support both our old update procedures and the new for each row handling.
Default update handling has has been updated to no longer require a procedure - Teiid in fact expects a null value to indicate a default procedure.
In dev emails it was brought up that the specific insert/update/delete enabled toggle may not be needed anymore given the improvement in the default handling. One possibility is to change its meaning to something like "must be updatable". In which case the validation problems will need to be separated out by procedure type and then elevated to errors.
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 3 months
[JBoss JIRA] Commented: (TEIIDDES-215) Autoincrement incorrectly imported for SQL Server 2008
by Barry LaFond (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-215?page=com.atlassian.jira.plug... ]
Barry LaFond commented on TEIIDDES-215:
---------------------------------------
SQL Server 2000 docs states: "The IDENTITY property can be assigned to tinyint, smallint, int, bigint, decimal(p,0), or numeric(p,0) columns."
So we need to take these other datatypes into account.
Also, after converting the datatype during the import, we'll need to make sure the exported DDL is generated back as "int identity"
> Autoincrement incorrectly imported for SQL Server 2008
> ------------------------------------------------------
>
> Key: TEIIDDES-215
> URL: https://issues.jboss.org/browse/TEIIDDES-215
> Project: Teiid Designer
> Issue Type: Bug
> Components: Import/Export
> Affects Versions: 6.1.0
> Environment: Windows XP, Eclipse 3.4.2, SQL Server 2008, JDBC driver by Microsoft
> Reporter: Michael Riedmueller
> Assignee: Barry LaFond
> Fix For: 7.3
>
>
> Table attributes with type int and autoincrement set to true are imported with data type "int identity", autoincrement is NOT set in the properties.
> This should be data type "int" and autoincrement set to true.
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 3 months