whq0512 opened a new issue, #7821:
URL: https://github.com/apache/incubator-seata/issues/7821

   ### Check Ahead
   
   - [x] I have searched the [issues](https://github.com/seata/seata/issues) of 
this repository and believe that this is not a duplicate.
   
   - [ ] I am willing to try to fix this bug myself.
   
   
   ### Ⅰ. Issue Description
   
   我用的业务数据库为oceanbase4(oracle)商用版,数据库驱动包为oceanbase-client2.4.13,数据源配置信息为:
   ```
   spring:
     datasource:
       type: com.alibaba.druid.pool.DruidDataSource
       driver-class-name: com.alipay.oceanbase.jdbc.Driver
       url: 
jdbc:oceanbase:loadbalance://ip:port/XXX?defaultFetchSize=1000&useServerPrepStmts=true&usePieceData=true&allowMultiQueries=TRUE&useLocalSessionState=TRUE&useUnicode=TRUE&characterEncoding=utf-8&socketTimeout=30000000&connectTimeout=60000000&autoReconnect=true&sessionVariables=ob_query_timeout=28800000000,ob_trx_idle_timeout=3600000000,ob_trx_lock_timeout=-1,ob_trx_timeout=86400000000
       username: XXXXXX
       password: XXXXXX
       druid:
         XXXXXX
   ```
   
   项目集成seata后,访问业务功能报错:Caused by: 
io.seata.common.loader.EnhancedServiceNotFoundException: not found service 
provider for : io.seata.sqlparser.druid.SQLOperateRecognizerHolder 
io.seata.sqlparser.druid.SQLOperateRecognizerHolder
   
   
   
   ### Ⅱ. Describe what happened
   
   _No response_
   
   ### Ⅲ. Describe what you expected to happen
   
   _No response_
   
   ### Ⅳ. How to reproduce it (as minimally and precisely as possible)
   
   _No response_
   
   ### Ⅴ. Anything else we need to know?
   
   _No response_
   
   ### Ⅵ. Environment
   
   _No response_


-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to