copy msbase.jar,mssqlserver.jar,msutil.jar to your server//{server_config}/deploy/lib
folder
your mssql-ds.xml should look like something like this
<?xml version="1.0" encoding="UTF-8"?>
<local-tx-datasource>
<jndi-name>YourJNDIName</jndi-name>
<connection-url>jdbc:microsoft:sqlserver://servername:1433;DatabaseName=DatabaseName</connection-url>
<driver-class>com.microsoft.jdbc.sqlserver.SQLServerDriver</driver-class>
<min-pool-size>100</min-pool-size>
<max-pool-size>1000</max-pool-size>
<blocking-timeout-millis>5000</blocking-timeout-millis>
<user-name>x</user-name>
y
hope it helps
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3848959#3848959
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3848959
-------------------------------------------------------
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM.
Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user