On 11 Nov 2010, at 07:21, Ista Pouss wrote: > 2010/11/11 Cech. Ulrich <[email protected]> > >> < No, I configure nothing ; the repository goes in an empty directory, as >> you can see with dirs.mkdirs().> >> Then, try to configure a repository.xml and choose simple FileSystem as >> PersistenceManager and so on and give this XML to the TransientRepository to >> check, if this makes some difference. >> >> > With BundleFsPersistenceManager, the same take only 3 secondes ! > > It seem that DerbyPersistenceManager, the default, is very time expensive, > for me, at startup.
Try h2. It is quite a bit faster to startup than Derby. It also has the benefit that a crash will usually not require manually deleting lock files. Rakesh
