Hello,
When it is used embedded configuration of dbXML,
the database cannot be correctly shut down without
calling "System.exit()".
After calling method dispose() of an object of class
com.dbxml.db.embedded.EmbeddedDatabase there is still
active non daemon thread "Automatic Indexer", which
does not allow the JVM to shut down.
Attached example illustrates it.
Regards,
Yaroslav Sokolov.
p.s. my profile: dbXML-2.0, jdk-1.4.2_04, Linux (SuSe
9.2), i386
error behavior example
patch, which fixes this bug
Logged In: YES
user_id=972975
it has been added patch, which fixes described bug