jboss 7 AS datasource for sqlserver

前端 未结 6 1419
轻奢々
轻奢々 2020-12-29 07:55

I run jboss in standalone mode and have set my datasource in the standalone.xml to the following:



        
6条回答
  •  我在风中等你
    2020-12-29 08:22

    got the same error like you before

    instead of %jbosshome%\modules\com\microsoft\sqlserver\jdbc\

    try %jbosshome%\modules\com\microsoft\sqlserver\jdbc\main

    and put the .jar of the jdbc driver and the module.xml overthere.

提交回复
热议问题