Hi
We are using Apache commons pool 2.2 for pooling connection object to connect between our REST framework to Siebel Server. Everything works fine for what I have implemented. But I want to enhance this framework. The existing implementation maintains the connection object for a particular group called ObjectManger1. Now I want to maintain the connection for multiple groups like ObjectManager1, ObjectManager2 . and so on. Is it possible to implement this kind using commons pool. I want a subpool to be maintained for each ObjectManager_x within the commons pool Thanks and Regards Krishnakumar