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.

