Does ur mssql-ds.xml looks like this

anonymous wrote : 
  | 
  | <local-tx-datasource>
  |     <jndi-name>name</jndi-name>
  |     
<connection-url>jdbc:microsoft:sqlserver://xxxx:1433;DatabaseName=xxxx;SelectMethod=cursor</connection-url>
  |     
<driver-class>com.microsoft.jdbc.sqlserver.SQLServerDriver</driver-class>
  |     <user-name>cc</user-name>
  |     ccc
  |     <min-pool-size>5</min-pool-size>
  |     <max-pool-size>10</max-pool-size>
  |     <blocking-timeout-millis>5000</blocking-timeout-millis>
  |     <idle-timeout-minutes>15</idle-timeout-minutes> 
  |     <transaction-isolation>TRANSACTION_SERIALIZABLE</transaction-isolation> 
  |   </local-tx-datasource>
  | 

Did you add the driver class here.
SInce this works good for me.

Hope this helps

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3862890#3862890

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3862890


-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to