Thank you very much, David! I thought that it could be possible cause of the architecture of jboss. I understood that (because of JMX) everything is manageable also when the server is running So its easier to create a new DatabaseConnection through an Mbean instead of configure an existing one
So I have then another question: Where is the actual size of the Connectionpool saved? If it isnt possible to reconfigure the pool, so it would be helpful for me to know how many connections could still be created until the MaxSize is reached. yours sincerely Sjus > The only thing I wanna do is to reconfigure the connectionpool of a > database > when the number of requests exceeds the number of the preconfigured > Connections to the database. you can't do this while the pool is running, I believe. It might work if you stopped and restarted the mbean, although I haven't had much luck with this and it will result in a service interruption. Can you estimate load and resources before you start your application? david jencks -- GMX - Die Kommunikationsplattform im Internet. http://www.gmx.net _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
