
atomikos
^止境^
读可取,乐。
You got a dream, you gotta protect it.
如果你有梦想的话,就要去捍卫它 。 ——《当幸福来敲门》
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Atomikos的使用过程中要注意的事
在使用Atomikos过程中遇到的一些问题,以作记录: MySQL does not support TMJOIN MySQL does not allow for joining an existing XA transaction branch, as mentioned here:http://dev.mysql.com/doc/refman/5.0/en/xa-restrictions....原创 2019-04-16 15:21:19 · 2200 阅读 · 0 评论 -
Connection pool exhausted - try increasing 'maxPoolSize'
错误: [ERROR][-- ::,][org.hibernate.engine.jdbc.spi.SqlExceptionHelper]Connection pool exhausted - try increasing 'maxPoolSize' and/or 'borrowConnectionTimeout' on the DataSourceBean. [ERROR][-- ...原创 2019-04-16 15:22:37 · 5821 阅读 · 0 评论 -
Atomikos连接池配置
/**min-pool-size最小连接数**/ privateintminPoolSize; /**max-pool-size最大连接数**/ privateintmaxPoolSize; /**max-lifetime连接最大存活时间**/ privateintmaxLifetime; /**b...原创 2019-04-18 18:05:47 · 4390 阅读 · 0 评论