Niclas Hedhman wrote:
3) Write my entry to the space. spaceService.write( new StorageEntry( id, entry ), currentTransaction(), 6000 );If I commit that and read it back --> No problems. But if I abort the transaction after writing the entry to the space, I can then start a new transaction and still receive the written entry.
Are you sure you aren't just reading the previously committed entry again? - Bob
