hjohn / MediaSystem

Entertainment center for searching and viewing your video collection. It will fetch metadata and subtitles from external sources and can be controlled by remote. The GUI is written using JavaFX and video playback uses VLC through vlcj.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Apache Derby is incompatible with PostgreSQL for rollback(savepoint): DERBY-5921

hjohn opened this issue · comments

It is essential for a 1.0 release that MediaSystem can run without setting a database yourself. Derby is used as the fallback built-in database that needs no configuration, but unfortunately it has some strange behaviour when rolling back save points (it closes results sets that were created before the savepoint).