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

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

Hello,

this example work fine on multiple systems:



<?xml version="1.0" encoding="UTF-8"?>



<!-- ===================================================================== -->

<!--                                                                       -->

<!--  JBoss Server Configuration                                           -->

<!--                                                                       -->

<!-- ===================================================================== -->



<!-- $Id: mysql-ds.xml,v 1.1 2002/07/22 22:57:24 d_jencks Exp $ -->

<!-- ==================================================================== -->

<!--  Datasource config for AS/400 using 2.0.11 driver                     -->

<!-- ==================================================================== -->







  <local-tx-datasource>

    <jndi-name>legacy</jndi-name>

    <connection-url>jdbc:as400://10.1.2.50;block size=128;extended 
dynamic=true;package=JBOSS;package cache=true;package library=QGPL</connection-url>

    <driver-class>com.ibm.as400.access.AS400JDBCDriver</driver-class>

    <user-name>user</user-name>

    pwd

  </local-tx-datasource>








-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to