[JBoss JIRA] (TEIIDDES-1631) Toolbar buttons on difference report pages have sizing issues
by Barry LaFond (JIRA)
Barry LaFond created TEIIDDES-1631:
--------------------------------------
Summary: Toolbar buttons on difference report pages have sizing issues
Key: TEIIDDES-1631
URL: https://issues.jboss.org/browse/TEIIDDES-1631
Project: Teiid Designer
Issue Type: Feature Request
Components: Import/Export
Affects Versions: 8.1
Reporter: Barry LaFond
Assignee: Barry LaFond
Fix For: 8.1
Re-importing JDBC/DDL and displaying the Difference Report page shows up/down/select all/unselect all buttons to be extra large.
CompareTreePanel is utilizing a ToolBar and ToolBarManager
Since the toolbar is Not customizable, change to using simple panel and grid layout to better control the sizing issues
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years
[JBoss JIRA] (TEIIDDES-1630) Selecting File option in DDL Export wizard does not remove missing file system path error
by Barry LaFond (JIRA)
Barry LaFond created TEIIDDES-1630:
--------------------------------------
Summary: Selecting File option in DDL Export wizard does not remove missing file system path error
Key: TEIIDDES-1630
URL: https://issues.jboss.org/browse/TEIIDDES-1630
Project: Teiid Designer
Issue Type: Bug
Components: Import/Export
Affects Versions: 8.0, 8.1
Reporter: Barry LaFond
Assignee: Barry LaFond
Fix For: 8.1
* Launch Export DDL Wizard
* Select desired options and enter required info
* Select the *File" option at bottom for destination type
* Browse to select file folder
* Page error still states to specify absolute file system path
Note that Selecting an existing path (history drop-down) works fine.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years
[JBoss JIRA] (TEIIDDES-1629) DDL Import Wizard has issues with 'SelectAll' / 'DeSelectAll'
by Mark Drilling (JIRA)
Mark Drilling created TEIIDDES-1629:
---------------------------------------
Summary: DDL Import Wizard has issues with 'SelectAll' / 'DeSelectAll'
Key: TEIIDDES-1629
URL: https://issues.jboss.org/browse/TEIIDDES-1629
Project: Teiid Designer
Issue Type: Bug
Components: Import/Export
Affects Versions: 8.0
Reporter: Mark Drilling
Assignee: Mark Drilling
Fix For: 8.1
When re-importing (to update an existing model), the final page of the import wizard (difference report) seems to have issues with node selection.
If a node is unchanged, you cannot select or de-select it, but when you press the 'unselectAll' button it will unselect it. After it is un-selected, you cannot reselect it.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years
[JBoss JIRA] (TEIIDDES-1623) validation problems with trim and concat used together.
by Barry LaFond (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-1623?page=com.atlassian.jira.plu... ]
Barry LaFond commented on TEIIDDES-1623:
----------------------------------------
Fixed in 8.1
> validation problems with trim and concat used together.
> -------------------------------------------------------
>
> Key: TEIIDDES-1623
> URL: https://issues.jboss.org/browse/TEIIDDES-1623
> Project: Teiid Designer
> Issue Type: Bug
> Components: Validation
> Affects Versions: 7.7
> Reporter: Johnathon Lee
> Assignee: Barry LaFond
> Fix For: 7.7.3, 8.1
>
> Attachments: Trimtest.zip
>
>
> Using the latest JBDS 5.0 and the attached simplified Model Project Set (Trimtest.zip).
> On the view model CCH_V.memmasV change the transformation to [1] and perform a Save/Validate. It will be rewritten to [2] and give a parsing error.
> [1]
> SELECT
> ltrim(Memb.LSTNAM) || ', ' || trim('foo') ||' '|| trim(Memb.MIDNAM) AS MEMBER_NAME
> FROM
> CCH.MEMMAS AS Memb
> [2]
> SELECT
> ((((ltrim(Memb.LSTNAM) || ', ') || trim( FROM )) || ' ') || trim( FROM Memb.MIDNAM)) AS MEMBER_NAME
> FROM
> CCH.MEMMAS AS Memb
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years
[JBoss JIRA] (TEIIDDES-1627) NLS missing message issues with Teiid 8.3.x designer package
by Barry LaFond (JIRA)
Barry LaFond created TEIIDDES-1627:
--------------------------------------
Summary: NLS missing message issues with Teiid 8.3.x designer package
Key: TEIIDDES-1627
URL: https://issues.jboss.org/browse/TEIIDDES-1627
Project: Teiid Designer
Issue Type: Bug
Components: Teiid Integration
Affects Versions: 8.1
Reporter: Barry LaFond
Assignee: Paul Richardson
Fix For: 8.1
NLS missing message: procedureServiceXmlInvokeHttpTableSqlTemplate in: org.teiid82.runtime.messages
The plugins/teiid/designer/org/teiid83/runtime/Messages.java file has wrong package key in NLS definition:
{code}
static {
NLS.initializeMessages("org.teiid82.runtime.messages", Messages.class);
}
{code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years