You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by GitBox <gi...@apache.org> on 2020/10/23 07:44:53 UTC

[GitHub] [shardingsphere] zhuxiao-java opened a new issue #7898: org.postgresql.util.PSQLException: Expected command status BEGIN, got null 0

zhuxiao-java opened a new issue #7898:
URL: https://github.com/apache/shardingsphere/issues/7898


   There is no problem with the query, and no problem without opening the transaction. The springboot transaction reports this error. I want to try with the native jdbc. I have tried both proxy.transaction.type configuration XA and LOCAL.
   ![Uploading QQ图片20201023154249.png…]()
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [shardingsphere] yu199195 closed issue #7898: org.postgresql.util.PSQLException: Expected command status BEGIN, got null 0

Posted by GitBox <gi...@apache.org>.
yu199195 closed issue #7898:
URL: https://github.com/apache/shardingsphere/issues/7898


   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [shardingsphere] yu199195 commented on issue #7898: org.postgresql.util.PSQLException: Expected command status BEGIN, got null 0

Posted by GitBox <gi...@apache.org>.
yu199195 commented on issue #7898:
URL: https://github.com/apache/shardingsphere/issues/7898#issuecomment-715241718


   if  you use XA tarnasaction,  Local transactions can no longer be used for nested purposes  ,   because  XA transaction is begin, not end..


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org