hi
try this on your config file
<JDBCDataSource JNDIName="myDataSource" Name="myDataSource"
PoolName="myDataSource" Targets="myserver"/>
This is for the pool cos the datasource would refer to a jdbc connectoin pool
<JDBCConnectionPool CapacityIncrement="2"
DriverName="weblogic.jdbc.informix4.Driver" InitialCapacity="5"
MaxCapacity="25" Name="myDataSource"
Properties="user=;db=;port=;password=;server="
Targets="myserver" URL="jdbc:weblogic:informix4
ool@server
ort"/>
regards
riaz