connection pool with AS400

Hello, i have a prob creating connection pool via AS "wizard"

i've tried both com.ibm.as400.access.AS400JDBCDataSource and com.ibm.as400.access.AS400JDBCDriver

both doesnt work for me...

i have the following parameters:

<property name="hibernate.connection.driver_class">com.ibm.as400.access.AS400JDBCDrive r</property>

<property name="hibernate.connection.password">xxxx</property>

<property name="hibernate.connection.username">xxx</property>

<property name="hibernate.connection.url">jdbc:as400://xx.xx.xx.xx</property>

<property name="hibernate.default_schema">ssss</property>

<property name="hibernate.default_catalog">ccccc</property>

How do i configure these to Sun AS connection pool?

Thank you in advance.

[864 byte] By [SunNnusa] at [2007-11-26 19:12:49]
# 1

You can refer :

1) creating jdbc-connection-pool, jdbc-resource

http://docs.sun.com/app/docs/doc/819-4733/6n6s6u1bn?a=view

2) configuration for various database vendors

http://docs.sun.com/app/docs/doc/819-3658/6n5s5nklk?a=view

AS400 is not listed above, still it will work if the jdbc driver is jdbc-30 complaint.

You need to provide "datasource-classname" and necessary parameters like user, password, URL, server, databasename etc.,

Thanks,

-Jagadish

Jagadish.Prasatha at 2007-7-9 21:11:43 > top of Java-index,Application & Integration Servers,Application Servers...
# 2
Thanks,Anybody with working as400 configuration ?
SunNnusa at 2007-7-9 21:11:43 > top of Java-index,Application & Integration Servers,Application Servers...