linghengqian commented on issue #28331: URL: https://github.com/apache/shardingsphere/issues/28331#issuecomment-1703700545
- It looks like you didn't provide the SQL file, I rewrote your project directly using h2database. I don't see this error in https://github.com/linghengqian/testSharding/commit/31549a816c26b4a8cee7b92dcfcf555b50df7db7. - First of all, `SINGLE` configuration single-table loading is a feature that has only been available since ShardingSphere 5.4.0. No 5.3.2 . - Secondly, you have not configured any implementation for JAXB for Java EE 8, which is being documented in https://github.com/apache/shardingsphere/pull/28303 . - I don't understand why your `./gradlew` file has been tampered with Unix permissions. It looks like you copied the Gradle Wrapper file from another file system. -- 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]
