This content has been marked as final.
Show 2 replies
-
1. Re: Failed to add datasource MySQL in Wildfly 10.1.0
husseinco Feb 21, 2017 9:02 AM (in response to jonnathan.corredor)Same issue but for MS sqlserver Please help
-
2. Re: Failed to add datasource MySQL in Wildfly 10.1.0
husseinco Feb 22, 2017 3:32 AM (in response to husseinco)I found a solution which is to remove the word (microsoft ) from the connection url ,
from <connection-url>jdbc:microsoft:sqlserver://localhost:1433;DatabaseName=URDB</connection-url>
to be like this <connection-url>jdbc:sqlserver://localhost:1433;DatabaseName=URDB</connection-url>
and it will do the magic