[JBoss JIRA] (TEIIDDES-2377) Merge various fixes from master into 8.3.5
by Johnathon Lee (JIRA)
Johnathon Lee created TEIIDDES-2377:
---------------------------------------
Summary: Merge various fixes from master into 8.3.5
Key: TEIIDDES-2377
URL: https://issues.jboss.org/browse/TEIIDDES-2377
Project: Teiid Designer
Issue Type: Task
Components: Patch Release
Reporter: Barry LaFond
Assignee: Johnathon Lee
Priority: Blocker
Fix For: 8.3.4
*Candidates*
* NONE
*Completed Upstream*
* NONE
*Merged*
* TEIIDDES-1998 Connection Profile loses Binding Type
* TEIIDDES-2017 NPE while using Teiid Connection Importer
* TEIIDDES-2018 DDL importer creates wrong data type for "integer"
* TEIIDDES-2089 Teiid connection import throws "java.lang.IllegalArgumentException: The supplied model folder refers to an existing non-model project" on Windows
* TEIIDDES-2111 NPE trying to Preview Data (partial merge)
* TEIIDDES-2131 With Teiid Designer, user can't set "System Table Access" for "VDB Data Role" with a small display
* TEIIDDES-2138 Restrict "New VDB" wizard's "Add model" to the current project
* TEIIDDES-2139 2 Connections to same VDB in JBDS seem to share one password
* TEIIDDES-2142 & TEIIDDES-2131 New VDB Data Role' Dialog needs layout improvement
* TEIIDDES-2151 Create relational model from WS (SOAP) using default procedures generates both models in one subdirectory
* TEIIDDES-2154 Preview VDB is not updated after adding or modifying a translator override ( partial related commit)
* TEIIDDES-2156 Building Vdbs in eclipse should not throw runtime exceptions (*Already commited in 8.3.3 release*)
* TEIIDDES-2164 Editing teiid importer connection url can't be finished
* TEIIDDES-2170 Add VDB Version text entry to VDB Editor
* TEIIDDES-2186 SWT Illegal Argument exception from Teiid Server Editor page
* TEIIDDES-2189 Add ModelType validation in the New MED wizard to prevent creating MED without one selected
* TEIIDDES-2191 Create VDB Data Source Menu Item not i18n
* TEIIDDES-2192 VDB Context Menu in server view should have an option for creating vdb data source
* TEIIDDES-2196 Data Roles dialog issues (addresses TEIIDDES-2261)
* TEIIDDES-2205 Remove table name error validation for names that include '.' delimiter (related to TEIIDDES-2100)
* TEIIDDES-2214 Cannot generate CXF WAR from VDB created in 8.3.3
* TEIIDDES-2221 Deleted XSD schema from VDB can't be added back
* TEIIDDES-2244 Exception in TeiidServerVersion parsing "8.4.1-redhat-7"
* TEIIDDES-2260 Teiid Designer doesn't clean up vdb.xml properly (Data Roles - conditions)
* TEIIDDES-2266 Unexpected internal error near index 1 on Windows
* TEIIDDES-2267 JNDI Name selection on VDB Explorer does not function on Windows
* TEIIDDES-2274 Row-based Security creates incorrect permission
* TEIIDDES-2275 Invalid Model Name, when trying to use Teiid Connection Importer
* TEIIDDES-2139 - 2 Connections to same VDB in JBDS seem to share one password
* TEIIDDES-2237 - Server credentials for multiple Teiid instances sharing password
* [91fc48c8|https://github.com/Teiid-Designer/teiid-designer/commit/91fc48c8...] - Miscellaneous fixes found while debugging TEIIDDES-2139 and TEIIDDES-2237
* [35a73da0|https://github.com/Teiid-Designer/teiid-designer/commit/35a73da0...] - Removes debug messages erroneously added by TEIIDDES-2139
* TEIIDDES-2275 Invalid Model Name, when trying to use Teiid Connection Importer
* TEIIDDES-2291 (Windows only) New VDB datarole checkboxes problems
* TEIIDDES-2295 Issues with table viewer selection and editing on Windows (various jiras) (TEIIDDES-2276, TEIIDDES-2293, TEIIDDES-2294, TEIIDDES-2309, TEIIDDES-2302)
* TEIIDDES-2298 Wrong message in LDAP import dialog
* TEIIDDES-2304 VDB Reuse - View model says it is read only
* TEIIDDES-2314 VDB editor in TD 8.6 allows user to add source model from reused VDB
* TEIIDDES-2320 Creating masking on column using "Security" column in Edit VDB Data Role dialogue doesn't work
* TEIIDDES-2330 Unhandled event loop exception when creating Relational View Procedure
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
11 years, 6 months
[JBoss JIRA] (TEIIDDES-2375) Combo Box issues with Eclipse Luna
by Barry LaFond (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2375?page=com.atlassian.jira.plu... ]
Barry LaFond reassigned TEIIDDES-2375:
--------------------------------------
Assignee: Barry LaFond (was: Paul Richardson)
> Combo Box issues with Eclipse Luna
> ----------------------------------
>
> Key: TEIIDDES-2375
> URL: https://issues.jboss.org/browse/TEIIDDES-2375
> Project: Teiid Designer
> Issue Type: Bug
> Components: Eclipse Integration
> Affects Versions: 9.0
> Reporter: Barry LaFond
> Assignee: Barry LaFond
> Fix For: 9.0
>
>
> Combo box drop-downs show incomplete and overlapping lists.
> The attached JDBC importer's Connection Profile drop-down should show 20 items, but show multiple item text in same item spots.
> WidgetUtil.setComboItems() seems to be adding the proper String items to the combo widget.
> I did check other UI components, in luna and most seem to use Combo.setItems() rather than add them 1 at a time.
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
11 years, 6 months
[JBoss JIRA] (TEIIDDES-2375) Combo Box issues with Eclipse Luna
by Barry LaFond (JIRA)
Barry LaFond created TEIIDDES-2375:
--------------------------------------
Summary: Combo Box issues with Eclipse Luna
Key: TEIIDDES-2375
URL: https://issues.jboss.org/browse/TEIIDDES-2375
Project: Teiid Designer
Issue Type: Bug
Components: Eclipse Integration
Affects Versions: 9.0
Reporter: Barry LaFond
Assignee: Paul Richardson
Fix For: 9.0
Combo box drop-downs show incomplete and overlapping lists.
The attached JDBC importer's Connection Profile drop-down should show 20 items, but show multiple item text in same item spots.
WidgetUtil.setComboItems() seems to be adding the proper String items to the combo widget.
I did check other UI components, in luna and most seem to use Combo.setItems() rather than add them 1 at a time.
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
11 years, 6 months
[JBoss JIRA] (TEIIDDES-2289) Usability: Add option on VDB editor to deploy VDB
by Barry LaFond (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2289?page=com.atlassian.jira.plu... ]
Barry LaFond updated TEIIDDES-2289:
-----------------------------------
Fix Version/s: 9.1
(was: 9.0)
> Usability: Add option on VDB editor to deploy VDB
> --------------------------------------------------
>
> Key: TEIIDDES-2289
> URL: https://issues.jboss.org/browse/TEIIDDES-2289
> Project: Teiid Designer
> Issue Type: Enhancement
> Components: VDB & Execution
> Affects Versions: 8.5.1
> Reporter: Van Halbert
> Assignee: Barry LaFond
> Priority: Minor
> Fix For: 9.1
>
>
> Since deploying a VDB is what its all about when you're creating the VDB, why not add an option on the VDB editor, so that right after you synch or add models, you can easily deploy the VDB. 3 clicks to deploy every time for something that's done when editing VDB's, should be quick.
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
11 years, 6 months