2009/10/22 Jukka Zitting <[email protected]>: > Are you using the TransientRepository class? Then it could be that the > entire repository gets started up when you run login(). You can avoid > that by either keeping one long-lived session open, [...]
Wouldn't the finalizer in Session call the close() method internally at some point, if the session is not referenced elsewhere? -- -Tor
