MSSQL presets incorrect

Hi, in the “Data Settings - Stanard Connection” window (http://127.0.0.1:9090/setup-datasource-standard.jsp), the MSSQL “Database URL” presets seem to be incorrect.

When MSSQL is chosen from the “Database Driver Presets” pop-up menu, the “Database URL” field is populated with:

jdbc:microsoft:sqlserver://[host-name]:1433

when the correct value should be:

jdbc:microsoft:sqlserver://[HOST_NAME]:[PORT_NUMBER];databasename=[DB_NAME]

The documentation at http://www.jivesoftware.org/builds/messenger/docs/latest/documentation/database. html#sqlserver2000 has the correct value listed, so it would be nice if the preset was also correct.

Thanks for the bug report. I’'ve fixed this in CVS so it will be in the next release.

Regards,

Matt