Which error are you reffering to? The datasource not bound or the other one? 
This is how your mssql-ds.xml should look:

<datasources>
  |   <local-tx-datasource>
  |     <jndi-name>MSSQLDS</jndi-name>
  |     
<connection-url>jdbc:microsoft:sqlserver://w2k-praktikant\webfactory;SelectMethod=cursor;DatabaseName=KVN_Allershaus
  | en</connection-url>
  |     
<driver-class>com.microsoft.jdbc.sqlserver.SQLServerDriver</driver-class>
  |     <user-name>sa</user-name>
  |     <password>webfactory</password>
  |         <!-- sql to call when connection is created
  |         <new-connection-sql>some arbitrary sql</new-connection-sql>
  |         -->
  | 
  |         <!-- sql to call on an existing pooled connection when it is 
obtained from pool 
  |         <check-valid-connection-sql>some arbitrary 
sql</check-valid-connection-sql>
  |         -->
  |       <!-- corresponding type-mapping in the standardjbosscmp-jdbc.xml 
(optional) -->        
  |       <metadata>
  |          <type-mapping>MS SQLSERVER2000</type-mapping>
  |       </metadata>
  |   </local-tx-datasource>
  | 
  | </datasources>      

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

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


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to