jokeyuHhhh opened a new issue, #18056: URL: https://github.com/apache/shardingsphere/issues/18056
## Bug Report An exception is reported when using XA to commit transactions to sharding-proxy   The use of springboot + jta+sharding-proxy The springboot dataSource configuration is as follows   The springboot transaction configuration is as follows   jta configuration is as follows   sharding-proxy turns on the default XA transaction configuration  Check out some configurations of jta.properties  ### Which version of ShardingSphere did you use? ShardingSphere 5.1.1 ### Which project did you use? ShardingSphere-JDBC or ShardingSphere-Proxy? ShardingSphere-Proxy ### Expected behavior Committing the XA transaction statement succeeded ### Actual behavior SQLSyntaxErrorException: This version of ShardingSphere-Proxy doesn't yet support this SQL. 'You have an error in your SQL syntax' ### Reason analyze (If you can) The Sharding-proxy configuration is faulty or has a bug ### Steps to reproduce the behavior, such as: SQL to execute, sharding rule configuration, when exception occur etc. Failed to execute the XA statement in the proxy database The sql is :XA START 0x31302e382e302e362e746d313635333739393036353235313030303038,0x31302e382e302e362e746d3134,0x41544f4d ### Example codes for reproduce this issue (such as a github link). -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
