[JBoss JIRA] (TEIIDDES-2224) web service returns 500 when concurrent access
by Barry LaFond (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2224?page=com.atlassian.jira.plu... ]
Barry LaFond reopened TEIIDDES-2224:
------------------------------------
Re-opening to and targeting 8.3.5
> web service returns 500 when concurrent access
> ----------------------------------------------
>
> Key: TEIIDDES-2224
> URL: https://issues.jboss.org/browse/TEIIDDES-2224
> Project: Teiid Designer
> Issue Type: Bug
> Components: Web Services Support
> Affects Versions: 8.5
> Reporter: Hisanobu Okuda
> Assignee: Ted Jones
> Fix For: 8.6
>
> Attachments: reproducer.tar.gz
>
>
> Description of problem:
> web service returns 500 when concurrent access. It works fine with a single access.
> Version-Release number of selected component (if applicable):
> How reproducible:
> Please find the attached reproducer kit reproducer.tar.gz which contains
> reproducer
> ├── accounts.csv // data source
> ├── command.log // test result
> ├── SampleJDV.zip // project source code
> ├── server.log // test result
> ├── SOAP_TEST2.jmx // config file for JMeter
> ├── WSTest.vdb // VDB which contains web service model
> └── WSTest.war // generated JBossWS-CXF War
> Steps to Reproduce:
> 0. add user/user in teiid-security-users.properties
> 1. add datasource in standalone.xml
> <datasource jndi-name="java:/WSTest" pool-name="WSTest" enabled="true">
> <connection-url>jdbc:teiid:WSTest</connection-url>
> <driver>teiid</driver>
> <pool>
> <min-pool-size>100</min-pool-size>
> <max-pool-size>100</max-pool-size>
> <use-strict-min>true</use-strict-min>
> </pool>
> <security>
> <user-name>user</user-name>
> <password>user</password>
> </security>
> 2. unjar WSTest.vdb, change the path to accounts.csv in SampleJDV/sandbox/WSTest_Source.xmi, rejar WSTest.vdb.
> 3. deploy WSTest.vdb
> 4. deploy WSTest.war
> 5. run jmeter, and open SOAP_TEST2.jmx
> 6. run test on jmeter
> Actual results:
> Expected results:
> Additional info:
--
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 resolved TEIIDDES-2375.
------------------------------------
Resolution: Done
Done. Committed to master, 9.0.x, 8.6.x
> 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)
[ https://issues.jboss.org/browse/TEIIDDES-2375?page=com.atlassian.jira.plu... ]
Barry LaFond updated TEIIDDES-2375:
-----------------------------------
Fix Version/s: 8.6.1
> 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: 8.6.1, 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-2229) Fixes in support of patch releases 8.6.1 and 9.0.1
by Barry LaFond (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2229?page=com.atlassian.jira.plu... ]
Barry LaFond updated TEIIDDES-2229:
-----------------------------------
Description:
*Candidates*
* TEIIDDES-2052 'Mark as Deployable' on a war not working for remote (OpenShift) server
* TEIIDDES-2125 REST procedures created in designer prior to version 8, don't transfer the properties (*BZ*)
* TEIIDDES-2185 Update the States Web Service Example
* TEIIDDES-2187 Teiid Connection importer- chosing a location isn't filled in unless you hit back button
* TEIIDDES-2213 JDBC Importer with PostgreSQL function that returns table imports parameters incorrectly (*BZ*)
* TEIIDDES-2222 Verify Teiid version discovery with remote servers
* TEIIDDES-2230 Update 8.6.x Designer branch to build Teiid 8.7 version client from Teiid 8.7.x branch
* TEIIDDES-2278 Starting server in JBDS(TD) gets stuck on "Performing pre-launch check" (Win 8.1) (*BZ*)
* TEIIDDES-2284 Preview Error for REST Web Service Source
* TEIIDDES-2285 Unable to scroll wizard window when creating web service war
* TEIIDDES-2288 "Starting JBoss EAP 6.1+...e Server" stays 0% on Windows (*BZ*)
* TEIIDDES-2324 Rest Importer: Use invokeHTTP procedure with Named Parameters
* TEIIDDES-2335 Profile and analyze for memory leaks
* TEIIDDES-2341 Starting server does not result in full Teiid connection requiring Refresh action
* TEIIDDES-2357 TeiidClientException when trying to query VDB that was created for REST consuption (*BZ*)
* TEIIDDES-2360 Remove associate sites from designer site configuration
*Completed Upstream*
*Merged*
* TEIIDDES-1037 Data types inported from flat file partially implemented in wizard
* TEIIDDES-2165 User can not use '.' for VDB name in order to version the VDB (also may be applied to 8.3.5)
* TEIIDDES-2194 On windows, when deploying VDB, and data source exist, it still wants to create datasource
* TEIIDDES-2210 Using Teiid Connection importer doesn't completely import the DDL
* TEIIDDES-2287 Error Generating REST Transformation with Teiid Reserved Word
* TEIIDDES-2301 & TEIIDDES-2276 XML File importer - issues with SQL generation
* TEIIDDES-2323 Rest Importer should encode the both "default" and provided values before submitting query
* TEIIDDES-2328 Rest Importer: Show the response document
* TEIIDDES-2336 Data lost performing Back and Next actions in WS to Source Model (REST) importer
* TEIIDDES-2342 Layout issues with second page of Teiid Import Wizard in Luna
* TEIIDDES-2347 Undeploying a Dynamic VDB results in TeiidAdminProcessing exception
* TEIIDDES-2350 Select Datatype Dialog UI issue
* TEIIDDES-2352 JDBC password lost after restart
* TEIIDDES-2354 Import -> Web Service Source >> Source and View Model(REST) is missing one quote in SQL
* TEIIDDES-2356 Import DDL file from workspace location does not work. File not found
* TEIIDDES-2362 removed column object type when trying to ADD row-base security filter
* TEIIDDES-2358 REST WS import issues with translator and data source
* TEIIDDES-2359 Teiid Designer sends header-accept="application/xml" when trying to import from REST JSON
* TEIIDDES-2368 Descriptions on newly created procedures not persisting
* TEIIDDES-2369 WS Rest Connection Profile property page issues
* TEIIDDES-2370 Refresh Widget value issues with WS Rest Import Wizard
* TEIIDDES-2375 Combo Box issues with Eclipse Luna
* TEIIDDES-2378 Virtual Procedure created via WS REST import option has errors
was:
*Candidates*
* TEIIDDES-2052 'Mark as Deployable' on a war not working for remote (OpenShift) server
* TEIIDDES-2125 REST procedures created in designer prior to version 8, don't transfer the properties (*BZ*)
* TEIIDDES-2185 Update the States Web Service Example
* TEIIDDES-2187 Teiid Connection importer- chosing a location isn't filled in unless you hit back button
* TEIIDDES-2213 JDBC Importer with PostgreSQL function that returns table imports parameters incorrectly (*BZ*)
* TEIIDDES-2222 Verify Teiid version discovery with remote servers
* TEIIDDES-2230 Update 8.6.x Designer branch to build Teiid 8.7 version client from Teiid 8.7.x branch
* TEIIDDES-2278 Starting server in JBDS(TD) gets stuck on "Performing pre-launch check" (Win 8.1) (*BZ*)
* TEIIDDES-2284 Preview Error for REST Web Service Source
* TEIIDDES-2285 Unable to scroll wizard window when creating web service war
* TEIIDDES-2288 "Starting JBoss EAP 6.1+...e Server" stays 0% on Windows (*BZ*)
* TEIIDDES-2324 Rest Importer: Use invokeHTTP procedure with Named Parameters
* TEIIDDES-2335 Profile and analyze for memory leaks
* TEIIDDES-2341 Starting server does not result in full Teiid connection requiring Refresh action
* TEIIDDES-2357 TeiidClientException when trying to query VDB that was created for REST consuption (*BZ*)
* TEIIDDES-2360 Remove associate sites from designer site configuration
*Completed Upstream*
*Merged*
* TEIIDDES-1037 Data types inported from flat file partially implemented in wizard
* TEIIDDES-2165 User can not use '.' for VDB name in order to version the VDB (also may be applied to 8.3.5)
* TEIIDDES-2194 On windows, when deploying VDB, and data source exist, it still wants to create datasource
* TEIIDDES-2210 Using Teiid Connection importer doesn't completely import the DDL
* TEIIDDES-2287 Error Generating REST Transformation with Teiid Reserved Word
* TEIIDDES-2301 & TEIIDDES-2276 XML File importer - issues with SQL generation
* TEIIDDES-2323 Rest Importer should encode the both "default" and provided values before submitting query
* TEIIDDES-2328 Rest Importer: Show the response document
* TEIIDDES-2336 Data lost performing Back and Next actions in WS to Source Model (REST) importer
* TEIIDDES-2342 Layout issues with second page of Teiid Import Wizard in Luna
* TEIIDDES-2347 Undeploying a Dynamic VDB results in TeiidAdminProcessing exception
* TEIIDDES-2350 Select Datatype Dialog UI issue
* TEIIDDES-2352 JDBC password lost after restart
* TEIIDDES-2354 Import -> Web Service Source >> Source and View Model(REST) is missing one quote in SQL
* TEIIDDES-2356 Import DDL file from workspace location does not work. File not found
* TEIIDDES-2362 removed column object type when trying to ADD row-base security filter
* TEIIDDES-2358 REST WS import issues with translator and data source
* TEIIDDES-2359 Teiid Designer sends header-accept="application/xml" when trying to import from REST JSON
* TEIIDDES-2368 Descriptions on newly created procedures not persisting
* TEIIDDES-2369 WS Rest Connection Profile property page issues
* TEIIDDES-2370 Refresh Widget value issues with WS Rest Import Wizard
> Fixes in support of patch releases 8.6.1 and 9.0.1
> --------------------------------------------------
>
> Key: TEIIDDES-2229
> URL: https://issues.jboss.org/browse/TEIIDDES-2229
> Project: Teiid Designer
> Issue Type: Task
> Components: Patch Release
> Affects Versions: 8.5.1, 8.6.1
> Reporter: Ted Jones
> Assignee: Barry LaFond
> Priority: Blocker
> Fix For: 8.6.1
>
>
> *Candidates*
> * TEIIDDES-2052 'Mark as Deployable' on a war not working for remote (OpenShift) server
> * TEIIDDES-2125 REST procedures created in designer prior to version 8, don't transfer the properties (*BZ*)
> * TEIIDDES-2185 Update the States Web Service Example
> * TEIIDDES-2187 Teiid Connection importer- chosing a location isn't filled in unless you hit back button
> * TEIIDDES-2213 JDBC Importer with PostgreSQL function that returns table imports parameters incorrectly (*BZ*)
> * TEIIDDES-2222 Verify Teiid version discovery with remote servers
> * TEIIDDES-2230 Update 8.6.x Designer branch to build Teiid 8.7 version client from Teiid 8.7.x branch
> * TEIIDDES-2278 Starting server in JBDS(TD) gets stuck on "Performing pre-launch check" (Win 8.1) (*BZ*)
> * TEIIDDES-2284 Preview Error for REST Web Service Source
> * TEIIDDES-2285 Unable to scroll wizard window when creating web service war
> * TEIIDDES-2288 "Starting JBoss EAP 6.1+...e Server" stays 0% on Windows (*BZ*)
> * TEIIDDES-2324 Rest Importer: Use invokeHTTP procedure with Named Parameters
> * TEIIDDES-2335 Profile and analyze for memory leaks
> * TEIIDDES-2341 Starting server does not result in full Teiid connection requiring Refresh action
> * TEIIDDES-2357 TeiidClientException when trying to query VDB that was created for REST consuption (*BZ*)
> * TEIIDDES-2360 Remove associate sites from designer site configuration
> *Completed Upstream*
> *Merged*
> * TEIIDDES-1037 Data types inported from flat file partially implemented in wizard
> * TEIIDDES-2165 User can not use '.' for VDB name in order to version the VDB (also may be applied to 8.3.5)
> * TEIIDDES-2194 On windows, when deploying VDB, and data source exist, it still wants to create datasource
> * TEIIDDES-2210 Using Teiid Connection importer doesn't completely import the DDL
> * TEIIDDES-2287 Error Generating REST Transformation with Teiid Reserved Word
> * TEIIDDES-2301 & TEIIDDES-2276 XML File importer - issues with SQL generation
> * TEIIDDES-2323 Rest Importer should encode the both "default" and provided values before submitting query
> * TEIIDDES-2328 Rest Importer: Show the response document
> * TEIIDDES-2336 Data lost performing Back and Next actions in WS to Source Model (REST) importer
> * TEIIDDES-2342 Layout issues with second page of Teiid Import Wizard in Luna
> * TEIIDDES-2347 Undeploying a Dynamic VDB results in TeiidAdminProcessing exception
> * TEIIDDES-2350 Select Datatype Dialog UI issue
> * TEIIDDES-2352 JDBC password lost after restart
> * TEIIDDES-2354 Import -> Web Service Source >> Source and View Model(REST) is missing one quote in SQL
> * TEIIDDES-2356 Import DDL file from workspace location does not work. File not found
> * TEIIDDES-2362 removed column object type when trying to ADD row-base security filter
> * TEIIDDES-2358 REST WS import issues with translator and data source
> * TEIIDDES-2359 Teiid Designer sends header-accept="application/xml" when trying to import from REST JSON
> * TEIIDDES-2368 Descriptions on newly created procedures not persisting
> * TEIIDDES-2369 WS Rest Connection Profile property page issues
> * TEIIDDES-2370 Refresh Widget value issues with WS Rest Import Wizard
> * TEIIDDES-2375 Combo Box issues with Eclipse Luna
> * TEIIDDES-2378 Virtual Procedure created via WS REST import option has errors
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
11 years, 6 months
[JBoss JIRA] (TEIIDDES-2378) Virtual Procedure created via WS REST import option has errors
by Barry LaFond (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2378?page=com.atlassian.jira.plu... ]
Barry LaFond resolved TEIIDDES-2378.
------------------------------------
Resolution: Done
Done
> Virtual Procedure created via WS REST import option has errors
> --------------------------------------------------------------
>
> Key: TEIIDDES-2378
> URL: https://issues.jboss.org/browse/TEIIDDES-2378
> Project: Teiid Designer
> Issue Type: Bug
> Components: Import/Export, Transformations, Validation
> Affects Versions: 8.6
> Reporter: Barry LaFond
> Assignee: Barry LaFond
> Fix For: 8.6.1, 9.0
>
>
> Creating a WS via google search URL (See TEIIDDES-2284) using the following connection profile info results in a transformation that has not been reconciled.
> {code:xml}
> <profile autoconnect="No" desc=""
> id="02b59450-4f06-11e4-abe2-af11d4a8f610" name="Google_Search"
> providerID="org.teiid.designer.datatools.profiles.ws.WSConnectionProfile">
> <baseproperties>
> <property name="rest_param:output" value="Query:toolbar" />
> <property name="responseType" value="XML" />
> <property name="EndPoint" value="http://www.google.com/complete/search" />
> <property name="rest_param:q" value="Query:receiver" />
> </baseproperties>
> </profile>
> {code}
> Debugging found that the TransformationNewModelObjectHelper.helpCreate() method was resulting in a DEFAULT SQL TEMPLATE being applied when it shouldn't have been.
> Need to add an if check: *if( defineDefaultTableSQL )* and only apply the template if it was explicitly asked for.
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
11 years, 6 months
[JBoss JIRA] (TEIIDDES-2378) Virtual Procedure created via WS REST import option has errors
by Barry LaFond (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2378?page=com.atlassian.jira.plu... ]
Barry LaFond updated TEIIDDES-2378:
-----------------------------------
Description:
Creating a WS via google search URL (See TEIIDDES-2284) using the following connection profile info results in a transformation that has not been reconciled.
{code:xml}
<profile autoconnect="No" desc=""
id="02b59450-4f06-11e4-abe2-af11d4a8f610" name="Google_Search"
providerID="org.teiid.designer.datatools.profiles.ws.WSConnectionProfile">
<baseproperties>
<property name="rest_param:output" value="Query:toolbar" />
<property name="responseType" value="XML" />
<property name="EndPoint" value="http://www.google.com/complete/search" />
<property name="rest_param:q" value="Query:receiver" />
</baseproperties>
</profile>
{code}
Debugging found that the TransformationNewModelObjectHelper.helpCreate() method was resulting in a DEFAULT SQL TEMPLATE being applied when it shouldn't have been.
Need to add an if check: *if( defineDefaultTableSQL )* and only apply the template if it was explicitly asked for.
> Virtual Procedure created via WS REST import option has errors
> --------------------------------------------------------------
>
> Key: TEIIDDES-2378
> URL: https://issues.jboss.org/browse/TEIIDDES-2378
> Project: Teiid Designer
> Issue Type: Bug
> Components: Import/Export, Transformations, Validation
> Affects Versions: 8.6
> Reporter: Barry LaFond
> Assignee: Barry LaFond
> Fix For: 8.6.1, 9.0
>
>
> Creating a WS via google search URL (See TEIIDDES-2284) using the following connection profile info results in a transformation that has not been reconciled.
> {code:xml}
> <profile autoconnect="No" desc=""
> id="02b59450-4f06-11e4-abe2-af11d4a8f610" name="Google_Search"
> providerID="org.teiid.designer.datatools.profiles.ws.WSConnectionProfile">
> <baseproperties>
> <property name="rest_param:output" value="Query:toolbar" />
> <property name="responseType" value="XML" />
> <property name="EndPoint" value="http://www.google.com/complete/search" />
> <property name="rest_param:q" value="Query:receiver" />
> </baseproperties>
> </profile>
> {code}
> Debugging found that the TransformationNewModelObjectHelper.helpCreate() method was resulting in a DEFAULT SQL TEMPLATE being applied when it shouldn't have been.
> Need to add an if check: *if( defineDefaultTableSQL )* and only apply the template if it was explicitly asked for.
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
11 years, 6 months
[JBoss JIRA] (TEIIDDES-2377) Merge various fixes from master into 8.3.5
by Johnathon Lee (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2377?page=com.atlassian.jira.plu... ]
Johnathon Lee updated TEIIDDES-2377:
------------------------------------
Description:
*Candidates*
* TEIIDDES-2165
* TEIIDDES-2376
*Completed Upstream*
* NONE
*Merged*
* NONE
was:
*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
> 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
>
> *Candidates*
> * TEIIDDES-2165
> * TEIIDDES-2376
> *Completed Upstream*
> * NONE
> *Merged*
> * NONE
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
11 years, 6 months
[JBoss JIRA] (TEIIDDES-2377) Merge various fixes from master into 8.3.5
by Johnathon Lee (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2377?page=com.atlassian.jira.plu... ]
Johnathon Lee updated TEIIDDES-2377:
------------------------------------
Fix Version/s: (was: 8.3.4)
> 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
>
> *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