sorry did`nt have time to check your prob, but this code works on my as/400.

hope it helps

  |   <?xml version="1.0" encoding="UTF-8" ?> 
  | - <datasources>
  | - <local-tx-datasource>
  |   <jndi-name>as400</jndi-name> 
  |   <driver-class>com.ibm.as400.access.AS400JDBCDriver</driver-class> 
  |   <connection-url>jdbc:as400://IP ADDRESS;block size=128;extended 
dynamic=true;package=JBOSS;package cache=true;package 
library=QGPL</connection-url> 
  |   <connection-property name="libraries">LIB</connection-property> 
  |   <connection-property name="naming">sql</connection-property> 
  |   <connection-property name="user">USER</connection-property> 
  |   <connection-property name="password">PASSWORD</connection-property> 
  |   <connection-property name="access">all</connection-property> 
  |   <connection-property name="char.encoding">UTF-8</connection-property> 
  |   <application-managed-security /> 
  |   </local-tx-datasource>
  |   </datasources>
  | 

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

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


-------------------------------------------------------
This SF.Net email is sponsored by: InterSystems CACHE
FREE OODBMS DOWNLOAD - A multidimensional database that combines
robust object and relational technologies, making it a perfect match
for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to