Here is a cheatsheet with some examples of Datasources configurations which are valid for JBoss AS 7, JBoss EAP 6 and WildFly.
Configuring MS SQLServer Datasource in WildFly
In this tutorial we will learn how to configure Microsoft SQLServer Datasource on WildFly application server First of all, you need a JDBC Driver which is fit for your SQLServer version. You can download the JDBC Driver from Microsoft’s site: https://docs.microsoft.com/en-us/sql/connect/jdbc/microsoft-jdbc-driver-for-sql-server Some popular options include: mssql2017: mssql-jdbc-7.4.1.jre8.jar mssql2016: mssql-jdbc-6.4.0.jre8.jar Then, from the jboss-cli.sh connect and … Read more