Hi, have you considered changing WEB-INF/hibernate.cfg.xml? I've changed "xwiki" with "xwiki_dev" in the following lines: <property name="connection.url">jdbc:mysql://localhost/xwiki?useServerPrepStmts=false</property> <property name="connection.username">xwiki</property> <property name="connection.password">xwiki</property> and in the steps from http://platform.xwiki.org/xwiki/bin/view/AdminGuide/InstallationMySQL and now I have: http://localhost:8080/xwiki for xwiki scheme http://localhost:9090/xwiki for xwiki_dev scheme running simultaneously. Hope that helps. Marius
vmassol wrote:
On Jan 10, 2008, at 2:31 PM, rssh wrote:
Good day.
I just download xwiki, and see, that it is not possible to set name of default database scheme other than 'xwiki'. (Becouse xwiki.tableName is hardcoded in SQL statements)
Unfortunately. this means that it is hard to use xwiki as platform for web application, because usually we have situation 'one application/one database scheme' and want to use few applications (or few version of same application) simultaneously.
Question: if I change this and wull create path for configurable database scheme name of main xwiki instance, would this patches be accepted (?) or such using is out of scope of interest for xwiki community ?
We'd love that patch . However it's not an easy patch (you/we'll need to test it in lots of different conditions: XE, XEM, different databases).
Thanks -Vincent _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
Any news on this? I did just run into this issue... -- View this message in context: http://www.nabble.com/name-of-default-database-tp14734850p16043053.html Sent from the XWiki- Users mailing list archive at Nabble.com.
_______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users