java - Hibernate production use warning -
this warning comes evertime use hibernate.
mai 11, 2015 3:42:20 pm org.hibernate.engine.jdbc.connections.internal.drivermanagerconnectionproviderimpl configure warn: hhh000402: using hibernate built-in connection pool (not production use!) do have worried this? tables created without problem, warning makes me unsure hibernate.cfg.xml configuration file.
thx in advance support.
the built-in hibernate connection pool not suitable large scale production use (for read many clients). don't want use service lot of users. luckily, there huge number of java connection pools choose from:
http://www.codecommit.com/blog/java/wide-world-of-pool-providers-side-by-side-comparison
Comments
Post a Comment