This portal-sqlserver-ds.xml is right? The 192.168.25.23 is a remote database.
| <?xml version="1.0" encoding="UTF-8"?> | <datasources> | <local-tx-datasource> | <jndi-name>MSSQLDS</jndi-name> | | <connection-url>jdbc:microsoft:sqlserver://192.168.25.23:1433;databaseName=bts</connection-url> | <driver-class>com.microsoft.jdbc.sqlserver.SQLServerDriver</driver-class> | <driver-class>com.microsoft.jdbc.base.BaseDriver</driver-class> | <driver-class>net.sourceforge.jtds.jdbc.Driver</driver-class> | | <user-name>HFDEV</user-name> | <password>HFDEV</password> | | <!-- corresponding type-mapping in the standardjbosscmp-jdbc.xml (optional) --> | <metadata> | <type-mapping>MS SQLSERVER2000</type-mapping> | </metadata> | </local-tx-datasource> | </datasources> | Thanks, Pedro View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3915850#3915850 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3915850 ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
