Subject | AppServerConnectionPoolDataSource and defaultResultSetHoldable |
---|---|
Author | Lutz Müller |
Post date | 2008-08-25T12:13:11Z |
Hi,
I need to set the "defaultResultSetHoldable" property in an Application
running in Glassfish Appserver. I know this param is evil and all but the
combination of hibernate mapped maps and spring osiv seems to require this,
since Hibernate tries to select the map keys in single statements while the
resultset for the map entries is still open.
Now my problem is this: FBConnectionPoolDataSource has
"defaultResultSetHoldable" property for this situation, but
AppServerConnectionPoolDataSource (which is needed for Sun App Servers) has
not. Any advice?
Thanks for reading,
Lutz
[Non-text portions of this message have been removed]
I need to set the "defaultResultSetHoldable" property in an Application
running in Glassfish Appserver. I know this param is evil and all but the
combination of hibernate mapped maps and spring osiv seems to require this,
since Hibernate tries to select the map keys in single statements while the
resultset for the map entries is still open.
Now my problem is this: FBConnectionPoolDataSource has
"defaultResultSetHoldable" property for this situation, but
AppServerConnectionPoolDataSource (which is needed for Sun App Servers) has
not. Any advice?
Thanks for reading,
Lutz
[Non-text portions of this message have been removed]