On Sat, 15 Mar 2008 07:32:20 -0700 (PDT), squirrely_wrath wrote > Thomas Mortagne wrote: > > > > the only "problem" for me is than if this feature is enabled the number of > > hibernates query in non-virtual mode grows to one more by hibernate > > transaction used to ensure the selected database is the provided one. > > Note that this is not worst than actual virtual mode which do almost > > exactly the same thing for the same reason. > > Here my +1. > > > > Thomas Mortagne > > > > Does that mean there will be even more (for me, as a non-techie-user, > there are already too much) connections to my database (MySQL)? >
Number of connections left the same. (And can be configurated in hibernate config). (Changes are: we set name of database during creating/'getting from pool' of each connection [which is during each transaction]) > -- > View this message in context: http://www.nabble.com/-VOTE--Apply- > XWIKI-2006%3AAllows-to-configurate-name-of-database-schema-tp16067758p16068577.html > Sent from the XWiki- Dev mailing list archive at Nabble.com. > > _______________________________________________ > devs mailing list > [email protected] > http://lists.xwiki.org/mailman/listinfo/devs -- Ruslan Shevchenko GradSoft. http://www.gradsoft.ua _______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs

