I have use the following command to test the Microsoft SQL Server:
java -Djava.compiler= junit.swingui.TestRunner -noloading org.xmlBlaster.test.classtest.AllTests
the test results ok.
but I think the xmlBlaster.properties.template file has small bugs
1: it seems that you omit the oracle , just postgres and MicrosoftSQLServer
#QueuePlugin[JDBC][1.0]=${JdbcStorage[postgres]}
QueuePlugin[JDBC][1.0]=${JdbcStorage[MicrosoftSQLServer]}
2: the Microsoft SQL Server driver class need to be added
JdbcDriver.drivers=com.microsoft.jdbc.sqlserver.SQLServerDriver