Christian Müller ha scritto: > I think that all deployments in a J2EE container should use the > connection pooling of the chosen container. > I do not see the importance of a change but perhaps I have overseen > something. ?
Simple: setting up a JNDI connection pool is _hard_ for most of the people (go ask Ben how much time he wasted setting it up, and I can tell you I cursed Tomcat for a good two hours before I got my JNDI pool working). Also, setting up those silly things requires changing the .war, which is another thing most people will not want to do. The random user will keep on using whatever we provide out of the box, so it better be good. Cheers Andrea -- Andrea Aime OpenGeo - http://opengeo.org Expert service straight from the developers. ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Geotools-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geotools-devel
