[JBoss JIRA] (TEIIDDES-2550) parseTimestamp function in Transformation Editor gives StringIndexOutOfBounds Exception
by Daan Creemers (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2550?page=com.atlassian.jira.plu... ]
Daan Creemers reopened TEIIDDES-2550:
-------------------------------------
Hi [~phantomjinx],
I tested your TestParseTimestamp.tar.gz project on Teiid Designer 9.1.0.Final and the issue is still there. In the transformation editor (it contains the query SELECT parseTimestamp('18:10:20', 'HH:mm:ss')) it gives ERROR: java.lang.StringIndexOutOfBoundsException: String index out of range: 1
Regards,
Daan
> parseTimestamp function in Transformation Editor gives StringIndexOutOfBounds Exception
> ---------------------------------------------------------------------------------------
>
> Key: TEIIDDES-2550
> URL: https://issues.jboss.org/browse/TEIIDDES-2550
> Project: Teiid Designer
> Issue Type: Bug
> Components: Modeling, Transformations
> Affects Versions: 9.1
> Environment: Teiid 8.7.1.redhat-8 and Teiid Designer 9.1.0.Beta1
> Reporter: Daan Creemers
> Assignee: Paul Richardson
> Fix For: 9.2
>
> Attachments: TestParseTimestamp.tar.gz
>
>
> When using the parseTimestamp function in the transformation editor while creating a relational view model, a StringIndexOutOfBoundsException is thrown. The query SELECT parseTimestamp('18:10:20', 'HH:mm:ss') is used in the transformation editor which gives 'String index out of range: 1'. I want to use the function with a column of my table but produces the same error.
> When deploying a virtual database and executing exactly the same query on the database, the query finishes successfully and gives the result.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
9 years, 4 months
[JBoss JIRA] (TEIIDDES-2153) Create relational model from SOAP WS with Service Mode MESSAGE can't be finished
by Matus Makovy (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2153?page=com.atlassian.jira.plu... ]
Matus Makovy closed TEIIDDES-2153.
----------------------------------
> Create relational model from SOAP WS with Service Mode MESSAGE can't be finished
> --------------------------------------------------------------------------------
>
> Key: TEIIDDES-2153
> URL: https://issues.jboss.org/browse/TEIIDDES-2153
> Project: Teiid Designer
> Issue Type: Bug
> Affects Versions: 8.3.2
> Reporter: Matus Makovy
> Assignee: Ted Jones
> Priority: Blocker
> Fix For: 8.6.1, 9.0.1
>
> Attachments: bug.png
>
>
> Description of problem:
> When I select Service Mode MESSAGE during the proccess of creating the relational model from SOAP WS it gets stuck and can't be finished.
> How reproducible:
> 1. Guides -> Generate relational model from WSDL
> 2. Select some Connection Profile and some Operations
> 3. Select Service Mode: MESSAGE, click Next>
> 4. Leave default settings and click Next> again
> 5. Nothing changes on the window only new error message in the top section of the window is displayed "No columns are defined for the response procedure result set for the operation: ... " and both buttons "Next>" and "Finish" are disabled
> [see attachment]
> JBDS 7.1.1.GA + TeiidDesigner 8.3.2
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
9 years, 4 months
[JBoss JIRA] (TEIIDDES-1816) VDB datasource contains incorrect connection url
by Ted Jones (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-1816?page=com.atlassian.jira.plu... ]
Ted Jones resolved TEIIDDES-1816.
---------------------------------
Resolution: Done
Corrected connection url for Create VDB Datasource and Deploy VDB in the REST action set. Also, removed "-ds.xml" verbiage from the Deploy VDB/Create Datasource dialog.
> VDB datasource contains incorrect connection url
> ------------------------------------------------
>
> Key: TEIIDDES-1816
> URL: https://issues.jboss.org/browse/TEIIDDES-1816
> Project: Teiid Designer
> Issue Type: Bug
> Components: VDB & Execution
> Affects Versions: 7.7.4
> Environment: JBDS 5.0.2.GA, Teiid Designer 7.7.4, java oracle jdk6 1.6.0_45, SOA 5.3.1.GA, EDS 5
> Reporter: Lucie Fabrikova
> Assignee: Ted Jones
> Fix For: 9.0.4
>
>
> VDB datasource (deploy/mysimplevdb-ds.xml) contains invalid connection url if created via Guides - Create REST WAR: <connection-url>jdbc:teiid:MySimpleVdb.vdb@mm://localhost:31443</connection-url>
> Steps to reproduce:
> 1. Take any VDB
> 2. Modelling actions -> Create REST WAR -> Deploy VDB
> 3. In dialog, select the VDB and choose "Create data source"
> Next, VDB is deployed and data source for the VDB is created, but contains invalid connection URL.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
9 years, 4 months
[JBoss JIRA] (TEIIDDES-2460) JDBC Importer changes integer type to biginteger type when importing schema (reusing) from VDB
by Barry LaFond (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-2460?page=com.atlassian.jira.plu... ]
Barry LaFond resolved TEIIDDES-2460.
------------------------------------
Resolution: Done
> JDBC Importer changes integer type to biginteger type when importing schema (reusing) from VDB
> -----------------------------------------------------------------------------------------------
>
> Key: TEIIDDES-2460
> URL: https://issues.jboss.org/browse/TEIIDDES-2460
> Project: Teiid Designer
> Issue Type: Bug
> Components: Import/Export
> Reporter: Barry LaFond
> Assignee: Barry LaFond
> Fix For: 9.2, 9.0.3
>
> Attachments: ErrorDialog.png, TEIIDDES2460.zip
>
>
> When the JDBC importer is used to import a schema from an existing VDB integer types will be converted into biginterger types. This error is similar to Bug 1026892 except no exception is raised
> Version-Release number of selected component (if applicable):
> Actual results:
> Imported schema has changed integer data type to biginteger data type.
> Expected results:
> Imported schema will be identical to original schema.
> Additional info:
> Imported schema is so long as the JPA entity reflects the biginteger type. This is problematic because now two separate JPA entities are needed, one for the original schema and another for the imported schema.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
9 years, 4 months