dromara / hmily

Distributed transaction solutions
https://dromara.org
Apache License 2.0
4.11k stars 1.4k forks source link

not found service provider for : org.dromara.hmily.core.service.HmilyTransactionHandlerFactory #300

Open jzjie007 opened 3 years ago

jzjie007 commented 3 years ago

Question

Springboot begin is OK when I begin my app and test hmily method, It happened , org.dromara.hmily.spi.ExtensionLoader : not found service provider for : org.dromara.hmily.core.service.HmilyTransactionHandlerFactory

log follow: [2021-05-17 22:49:15:697] [,] INFO [hmily-hmily-tcc-self-recovery-1] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting... [2021-05-17 22:49:15:720] [,] INFO [hmily-hmily-tcc-self-recovery-1] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed. [2021-05-17 22:49:17:486] [,] INFO [http-nio-9601-exec-1] org.apache.catalina.core.ContainerBase.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet' [2021-05-17 22:49:17:486] [,] INFO [http-nio-9601-exec-1] org.springframework.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet' [2021-05-17 22:49:17:487] [,] INFO [http-nio-9601-exec-1] org.springframework.web.servlet.DispatcherServlet : Completed initialization in 1 ms [2021-05-17 22:49:30:842] [,] ERROR[http-nio-9601-exec-1] org.dromara.hmily.spi.ExtensionLoader : not found service provider for : org.dromara.hmily.core.service.HmilyTransactionHandlerFactory [2021-05-17 22:49:30:971] [,] INFO [http-nio-9601-exec-1] com.alibaba.druid.pool.DruidDataSource : {dataSource-1} inited

cherrylzhao commented 3 years ago

we have done some refactor for that,pull the latestest master branch source,then try to build it again

dousp commented 3 years ago

mee too