jakarta准备统一使用commons API中的DBCP就这样。很简单。并且在下一个版本1.2.0中将会去掉这个GenericDataSource
并且推荐使用database或者container实现的DataSource原文如下:
In Struts 1.2.0, the GenericDataSource has been removed, and it is recommended that you use the Commons BasicDataSource or other DataSource implementation instead. In practice, if you need to use the DataSource manager, you should use whatever DataSource implementation works best with your container or database.