本帖最后由 samir007 于 2009-10-28 14:38:35 编辑

解决方案 »

  1.   

    http://hi.baidu.com/ggstudyblog/blog/item/4872dde94517483ab80e2d1b.html
      

  2.   

    Caused by: java.sql.SQLException: We are already in the process of making 11 connections and the number of simultaneous builds has been throttled to 10 是这个问题吗,connection最大连接是10,你要第11个连接,结果就超出连接最大上限了。
      

  3.   

    http://netliving.javaeye.com/blog/284886
    相应的解决方案也就出来了

    <simultaneous-build-throttle>10</simultaneous-build-throttle>
    改成
    <simultaneous-build-throttle>20</simultaneous-build-throttle>
      

  4.   

    还有这种说法
    http://www.cnblogs.com/cerxp/archive/2008/08/08/1263494.html
      

  5.   

    连接池配置问题proxool是什么版本?
      

  6.   

    有没有确切的解决方案?如果改了之后又出错,就要挨客户的批评了。我所用的连接池jar包如下:
    proxool-0.9.1.jar
    proxool-cglib.jar