Preparing to Upgrade to LiveCycle® ES from 7.x document error: page 85,
when configuring the JMS with Microsoft SQL Server 2005 for JBoss 4.0.3
SP1. Step 5: Modifiy element .....
jdbc:microsoft.sqlserver ..... , in
mssql-ds.xml file:Should be: jdbc:sqlserver://....
Notice the word "microsoft" needs to be removed as this
is SQL 2005, not SQL 2000.Also, in the same JMS configue file,
com.microsoft.jdbc.sqlserver.SQLServerDriver should be changed to
com.microsoft.jdbc.sqlserver.SQLServerDriver as...