Hi, I am using Castor JDO with Informix database. I am trying to configure an Informix data-source so as to use pooled connection, but it does NOT work. What is the problem in this configuration?
Please help. <!DOCTYPE databases PUBLIC "-//EXOLAB/Castor JDO Configuration DTD Version 1.0//EN" "http://castor.exolab.org/jdo-conf.dtd"> <database name="mysampledb" engine="informix" > <data-source class-name="com.informix.jdbcx.IfxDataSource"> <params description="Pollux" ifxIFXHOST="sun02" portNumber="17620" user="ayu" password="imtfimtf" serverName="onl1_sun02_soc" databaseName="pollux"/> </data-source> <mapping href="mapping.xml" /> </database> Thanks in advance. Albert ----------------------------------------------------------- If you wish to unsubscribe from this mailing, send mail to [EMAIL PROTECTED] with a subject of: unsubscribe castor-dev
