[JBoss JIRA] (TEIID-5445) Atomic block is ignored when working with execute immediate command
by dalex dalex (JIRA)
[ https://issues.jboss.org/browse/TEIID-5445?page=com.atlassian.jira.plugin... ]
dalex dalex commented on TEIID-5445:
------------------------------------
[~shawkins] thx a lot for the quick fix, it worked.
> Atomic block is ignored when working with execute immediate command
> -------------------------------------------------------------------
>
> Key: TEIID-5445
> URL: https://issues.jboss.org/browse/TEIID-5445
> Project: Teiid
> Issue Type: Bug
> Components: Query Engine
> Affects Versions: 10.2
> Environment: teiid-10.2.0 on WildFly Full 11.0.0.Final (WildFly Core 3.0.8.Final)
> Reporter: dalex dalex
> Assignee: Steven Hawkins
> Fix For: 11.1, 10.3.4, 11.0.2
>
>
> When calling in atomic block a proc which is throwing an exception after updating some rows these changed rows won't be rolled back. That is running the following query:
> {code:sql}
> begin atomic
> call test_upd.upd();
> end ;;
> {code}
> all changes done in the test_upd.upd virtual procedure won't be rolled back in case of a thrown exception there. If I'm not mistaken such behavior was introduced in scope of TEIID-4504 issue (after introducing the Program.instructionsRequireTransaction method).
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 4 months
[JBoss JIRA] (TEIID-5456) Relax scope on methods for EmbeddedServer
by Ramesh Reddy (JIRA)
Ramesh Reddy created TEIID-5456:
-----------------------------------
Summary: Relax scope on methods for EmbeddedServer
Key: TEIID-5456
URL: https://issues.jboss.org/browse/TEIID-5456
Project: Teiid
Issue Type: Enhancement
Components: Embedded
Reporter: Ramesh Reddy
Assignee: Steven Hawkins
Priority: Trivial
Fix For: 11.x
Relax the package private usage of methods to protected for ConnectionProviders and TranslatorRepository
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 4 months
[JBoss JIRA] (TEIID-5453) With TransactionSupport set to LOCAL the transaction is not propogated
by Steven Hawkins (JIRA)
[ https://issues.jboss.org/browse/TEIID-5453?page=com.atlassian.jira.plugin... ]
Steven Hawkins resolved TEIID-5453.
-----------------------------------
Fix Version/s: 10.3.4
11.0.2
Resolution: Done
Propogating the transaction is dependent upon a transaction manager that supports multi-threading - arjuna does, but other embedded environments need more investigation. For now it is simplest to narrow the previous change so that only NONE is forkable.
> With TransactionSupport set to LOCAL the transaction is not propogated
> ----------------------------------------------------------------------
>
> Key: TEIID-5453
> URL: https://issues.jboss.org/browse/TEIID-5453
> Project: Teiid
> Issue Type: Bug
> Components: Connector API, Query Engine
> Reporter: Steven Hawkins
> Assignee: Steven Hawkins
> Fix For: 11.1, 10.3.4, 11.0.2
>
>
> Setting a translator override with TransactionSupport as LOCAL still allows the work to fork, but the transaction is not propagated / resumed at the connector work item.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 4 months
[JBoss JIRA] (TEIID-4340) add encoding as "UTF-8-BOM" in the file translator override property
by Steven Hawkins (JIRA)
[ https://issues.jboss.org/browse/TEIID-4340?page=com.atlassian.jira.plugin... ]
Steven Hawkins resolved TEIID-4340.
-----------------------------------
Fix Version/s: 11.1
(was: Open To Community)
Assignee: Steven Hawkins
Resolution: Done
Added the utf-8-bom charset and updated the file execution factory. Added/updated the docs as well.
> add encoding as "UTF-8-BOM" in the file translator override property
> --------------------------------------------------------------------
>
> Key: TEIID-4340
> URL: https://issues.jboss.org/browse/TEIID-4340
> Project: Teiid
> Issue Type: Feature Request
> Components: Misc. Connectors
> Affects Versions: 8.7.8.6_2
> Reporter: Debbie Steigner
> Assignee: Steven Hawkins
> Priority: Minor
> Fix For: 11.1
>
>
> it will be good if teiid supports Encoding to "UTF-8-BOM" since other middleware technologies supports similar to this and also even editor such as Notepad++ supports to convert / save file as "UTF-8-BOM".
> Currently we have added Translator override for File to include "Encoding Property to UTF-8" so similarly we should be able to set it to "UTF-8-BOM" , instead of writing code manually to add BOM to generate a file.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 4 months
[JBoss JIRA] (TEIID-4340) add encoding as "UTF-8-BOM" in the file translator override property
by Steven Hawkins (JIRA)
[ https://issues.jboss.org/browse/TEIID-4340?page=com.atlassian.jira.plugin... ]
Steven Hawkins updated TEIID-4340:
----------------------------------
Priority: Minor (was: Trivial)
I'll implement this upstream by adding a utf-8-bom / utf_8_bom encoding and I'll add allow the file translator to use the engine encodings so that it includes hex, base64, and the new utf 8 bom charsets.
> add encoding as "UTF-8-BOM" in the file translator override property
> --------------------------------------------------------------------
>
> Key: TEIID-4340
> URL: https://issues.jboss.org/browse/TEIID-4340
> Project: Teiid
> Issue Type: Feature Request
> Components: Misc. Connectors
> Affects Versions: 8.7.8.6_2
> Reporter: Debbie Steigner
> Priority: Minor
> Fix For: Open To Community
>
>
> it will be good if teiid supports Encoding to "UTF-8-BOM" since other middleware technologies supports similar to this and also even editor such as Notepad++ supports to convert / save file as "UTF-8-BOM".
> Currently we have added Translator override for File to include "Encoding Property to UTF-8" so similarly we should be able to set it to "UTF-8-BOM" , instead of writing code manually to add BOM to generate a file.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 4 months