Floggy

Galera, preciso de help de vocês. estou o Floggy para persistência de dados. O Software perde todos os dados quando fecho. Está dando a seguinte msg no console:

Floggy Persistence Weaver - 1.4.0
CLDC version: 1.1
Look up for classes that implements Persistable!
Bytecode NOT modified.
Bytecode NOT modified.
Bytecode NOT modified.
Bytecode NOT modified.
Bytecode NOT modified.
Bytecode NOT modified.
Bytecode NOT modified.
Bytecode NOT modified.
Bytecode NOT modified.
Bytecode NOT modified.
Bytecode NOT modified.
Bytecode NOT modified.
Bytecode NOT modified.
Bytecode NOT modified.
Bytecode NOT modified.
Bytecode NOT modified.
Bytecode NOT modified.
Bytecode NOT modified.
Bytecode NOT modified.
Bytecode NOT modified.
Bytecode NOT modified.
Bytecode NOT modified.
Bytecode NOT modified.
Bytecode NOT modified.
Bytecode NOT modified.
Bytecode NOT modified.
Bytecode NOT modified.
Bytecode NOT modified.
Bytecode NOT modified.
Bytecode NOT modified.
Bytecode NOT modified.
Bytecode NOT modified.
Bytecode NOT modified.
Bytecode NOT modified.
Bytecode NOT modified.
Bytecode NOT modified.
Bytecode NOT modified.
Bytecode NOT modified.
Bytecode NOT modified.
Bytecode NOT modified.
Bytecode NOT modified.
Bytecode NOT modified.
Bytecode NOT modified.
Bytecode NOT modified.
Bytecode NOT modified.
Bytecode NOT modified.
Bytecode NOT modified.
Bytecode NOT modified.
Bytecode NOT modified.
Bytecode NOT modified.
Bytecode NOT modified.
Bytecode NOT modified.
Bytecode NOT modified.
Bytecode NOT modified.
Bytecode NOT modified.
Bytecode NOT modified.
Bytecode NOT modified.
Bytecode NOT modified.
Bytecode NOT modified.
Bytecode NOT modified.
Bytecode NOT modified.
Bytecode NOT modified.
Bytecode NOT modified.
Bytecode NOT modified.
Bytecode NOT modified.
Bytecode NOT modified.
Bytecode NOT modified.
Bytecode NOT modified.
Bytecode NOT modified.
Bytecode NOT modified.
Bytecode NOT modified.
Bytecode NOT modified.
Bytecode NOT modified.
Bytecode NOT modified.
Bytecode NOT modified.
Bytecode NOT modified.
Bytecode NOT modified.
Bytecode NOT modified.
Bytecode NOT modified.
Bytecode NOT modified.
Bytecode NOT modified.
Bytecode NOT modified.
Bytecode NOT modified.
Bytecode NOT modified.
Bytecode NOT modified.
Bytecode NOT modified.
Bytecode NOT modified.
Bytecode NOT modified.
Bytecode NOT modified.
Bytecode NOT modified.
Bytecode NOT modified.
Bytecode NOT modified.
Bytecode NOT modified.
Bytecode NOT modified.
Bytecode NOT modified.
Bytecode NOT modified.
Bytecode NOT modified.
Bytecode NOT modified.
Bytecode NOT modified.
Bytecode NOT modified.
Bytecode NOT modified.
Bytecode NOT modified.
Bytecode NOT modified.
Bytecode NOT modified.
Bytecode NOT modified.
Bytecode NOT modified.
Processing 0 bytecodes!
-------------------------------------------------------------------------------------------------------------------
The PersistableManager.shutdown() method is not being called. Please call it from MIDlet.destroyApp(boolean) method
-------------------------------------------------------------------------------------------------------------------

Como Resolvo isso?

Geralmente quando isso acontece é por que o WTK está excluíndo automaticamente os RMSs toda vez que você inicia a aplicação. Eu não sei exatamente que configuração é essa mas já vi acontecer antes.

Obrigado pela resposta tmoreira2020. Estou usando o NetBeans com a WTK 3.0(Java™ Platform Micro Edition SDK 3.0) essa por padrão sempre limpa o dados. Ainda não consegui descobri como desabilitar. Acho que é mais fácil usar a versão 5 que não limpa os dados.