TomohitoNakayama wrote:
> Talking with people,
> I came to think processing in dataSourcePermissions_net.java is
> special as processing of program which use ConnectionPooling,
> because such programs generally do not close database by themself.
>
So would just closing the pooled connection work?
For instance, in dataSourcePermissions.java we have code line this ....
checkConnection(ds.getPooledConnection("FRANCES", "isabella"));
shutdown();
Could we just close the PooledConnection before calling shutdown in the
test?
Kathey