Berin Loritsch wrote:
Leif Mortenson wrote:I knew that. Sorry its late :-)
Berlin,
(Berin)
<snip>I was wondering if you have any ideas on this. My application defines a component which encapsulates an HSQLDB server. Then another ResourceLimitingJdbcDataSource components is configured to connect to the interval HSQL component:
Ok, I think that I understand the issues. I am just worried about the rare
timing problem where the HSQL server is not yet up when the rl-jdbc
component tries to open a connection to it. I don't really like the idea
of subclassing ResourceLimitingJdbcDataSource with a component that
creates the dependency either. But that seems like the safest option.
HSQLDB has a way where the Connection object is a simplified server itself. I don't know how it works if you have multiple connections, but that is an option.
-- "You know the world is going crazy when the best rapper is a white guy, the best golfer is a black guy, The Swiss hold the America's Cup, France is accusing the US of arrogance, and Germany doesn't want to go to war. And the 3 most powerful men in America are named 'Bush', 'Dick', and 'Colon' (sic)".
-----Chris Rock
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
