I use MS SQL 2000. All bean methods are defined as "transaction required". My 
datasource for entities is defined in this way:
<?xml version="1.0" encoding="UTF-8"?>
<local-tx-datasource>
<jndi-name>AFPSDB</jndi-name>     
<connection-url>jdbc:jtds:sqlserver://192.168.1.102:1433/AfpsEntwicklung;tds=8.0;lastupdatecount=true</connection-url>
<driver-class>net.sourceforge.jtds.jdbc.Driver</driver-class>
<user-name>AfpsServer</user-name>
<check-valid-connection-sql>SELECT 1</check-valid-connection-sql>
<type-mapping>MS SQLSERVER2000</type-mapping>
</local-tx-datasource>


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

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


-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to