Hi Luca, Yup, they were disabled (by default) ORIENTDB_SETTINGS="-Dcache.level1.enabled=false -Dcache.level2.enabled=false -Djava.util.logging.config.file=$ORIENTDB_HOME/config/orientdb-client-log.properties -Djava.awt.headless=true"
I think somehow its taking from cache. Its bit tedious, as I need to reconnect every time if I want to check the data inserted/updated by my app. Thanks Aym On Saturday, December 28, 2013 1:25:48 AM UTC+8, Lvc@ wrote: > > Hi Aym, > could you check your bin/console.sh script if the cache is disabled? > > Lvc@ > > > On 21 December 2013 15:21, Aymer <[email protected] <javascript:>> wrote: > >> Hi, >> >> I've inserted couple of records to a DB using Java API >> (via OObjectDatabaseTx). And I had console open to the same DB. >> I couldn't see those records when I browse via console (or with SQL >> select * from <Class>). But its getting available after reconnecting to the >> DB. >> Any caching issue? >> >> Using OrientDB 1.6.2 on Ubuntu 13.04 (java version "1.7.0_45") >> >> Thanks >> Aym >> >> -- >> >> --- >> You received this message because you are subscribed to the Google Groups >> "OrientDB" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected] <javascript:>. >> For more options, visit https://groups.google.com/groups/opt_out. >> > > -- --- You received this message because you are subscribed to the Google Groups "OrientDB" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
