jboss 7 AS datasource for sqlserver

前端 未结 6 1427
轻奢々
轻奢々 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:09

    using Jboss AS 7.1.1, as well as putting the module in %jbosshome%\modules\com\microsoft\sqlserver\jdbc\main I had to make a slight change to the xml - the driver element in standalone.xml should be :

     
          
               com.microsoft.sqlserver.jdbc.SQLServerDriver
          
     
    

    and the module.xml should be:

    
    
    
    
        
            
        
        
            
            
            
        
    
    
    

提交回复
热议问题