[ 
https://jira.nuxeo.com/browse/NXP-6440?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Arnaud Kervern updated NXP-6440:
--------------------------------

    Description: 
When trying to display an array of String in Audit's history tab using 
ExtensionInfo, the value is recognized as a 
BlobInfo.
When trying to persist it in PostgreSQL, an exception is throwing saying the 
autocommit is true, and not permit.
The reason is a strange tomcat's behavior that set it to true sometimes 
althought if it is inside a transaction.

It must be fixed if tomcat datasources are defined as XA, because it explicitly 
set autocommit to false.

  was:
An exception is throwing due to the autocommit is true.
The reason is a strange tomcat's behavior that set it to true sometimes 
althought if it is inside a transaction.

It must be fixed if tomcat datasources are defined as XA, because it explicitly 
set autocommit to false.


> Cannot insert a blob in Audit using Tomcat / Postgresql
> -------------------------------------------------------
>
>                 Key: NXP-6440
>                 URL: https://jira.nuxeo.com/browse/NXP-6440
>             Project: Nuxeo Enterprise Platform
>          Issue Type: Bug
>          Components: Audit
>            Reporter: Arnaud Kervern
>            Assignee: Stéphane Lacoin
>             Fix For: 5.4.1
>
>
> When trying to display an array of String in Audit's history tab using 
> ExtensionInfo, the value is recognized as a 
> BlobInfo.
> When trying to persist it in PostgreSQL, an exception is throwing saying the 
> autocommit is true, and not permit.
> The reason is a strange tomcat's behavior that set it to true sometimes 
> althought if it is inside a transaction.
> It must be fixed if tomcat datasources are defined as XA, because it 
> explicitly set autocommit to false.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

       
_______________________________________________
ECM-tickets mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm-tickets

Reply via email to