bsc-dom / javaclay

dataClay Java codebase
https://www.bsc.es/dataclay
BSD 3-Clause "New" or "Revised" License
5 stars 1 forks source link

Session interface bitmaps not being stored #45

Open dgasull opened 3 years ago

dgasull commented 3 years ago

Interface bitmaps associated to Session objects are not properly serialized and stored into SQLite database array. Array delimiter in SQLite can be present in interface bitmap, thus IndexOutOfBounds exceptions appear when retrieving Session from DB. Temporary solution implemented: interface bitmaps are not being stored/read from DB.