Hi All,
I am attempting to set up DB2 Connection pooling using the class, DB2ConnectionPoolDataSource, unfortunately there is very minimal documentation on this class.
I have the correct .jar file, and the system is looking for it in the correct place. My problem is getting the correct properties for it. I am attempting to use the "url", "username", and "password" properties, however the "url" one does not seem to work, I am getting the error message:
"
Invalid property 'url' of bean class [com.ibm.db2.jcc.DB2ConnectionPoolDataSource]: Bean property 'url' is not writable or has an invalid setter method. Does the parameter type of the setter match the return type of the getter?
"
Any amount of help would be much appreciated.
Thanks,
~Dave
Edit/Delete Message