Internal Website Search

161-170 of 200 resultsRefresh

Failed to synchronize replicated database

that we can harmlessly delete all recordings when ODB Server is offline, and it will create new basepoint ... to the basepoint and deleted later to save disk space?   thamal Tomas Hamal The recording ... seem to me as a good practise, so I would rather delete all transactions and create new base file. But I

ObjectDB JDO - foreign key constraints

for the Company and one entry for the Person in the db - as expected. When I try to delete my Person ... >Also, how can I control cascading updates and deletes in JDO? There seems to exist a @ForeignKey ... responsibility to avoid broken references (e.g. caused by deleting an object but keeping a reference

java.lang.UnsupportedOperationException

class="pre-java"> "DELETE l FROM License l WHERE l.id = ?1", License.class); query.setParameter ... > Another option is to run a JDO DELETE query, e.g. em ... .getTransaction().commit(); JPA DELETE queries are expected to be supported soon

Record is not clearing properly on remove

 but when i delete Agent ,it is removed from db but in AgentGroup it is not removed properly. Agent ... it from the collection and then delete it. Alternatively, if you use bidirectional ... ;with the agent as the owner side and the agent group as the mapped by side, you just have to delete

ArrayIndexOutOfBoundsException

- you may have to delete that specific entity object to make the database useful again. If you could submit ... after a create, update or delete operation the DB throws these errors again. I tried to run the Doctor ... behavior was experienced.   I then tried to delete the DB and create

locks on pure query activities

of our threads that are just doing simple queries (just selects, no update or delete ...) show locks like ... path="/" permissions="access,modify,create,delete" /> </user> <user username="$default" password="$$$###"> <dir path="/$user/" permissions="access,modify,create,delete">

Empty temporary dat files in the temp folder

> In the new build (2.6.8_08) the temporary file is deleted when the database file (represented ... until your report today. Still, ObjectDB deletes all unused temporary files periodically ... temporary files deletion" operation was completed more than 2 minutes ago. support Support

removing members in existing databases

, so the benefit is unclear. Alternatively you can move the references to objects for deletion to a special "queue" list and delete objects in the background in a low priority thread ... in practice you can only delete objects and the lists will be updated automatically. Mapped by

Exception Failed to read from file

.ObjectCacheDB.deleteInOpenTransaction(ObjectCacheDB.java:361) at com.ysoft.cache.objectdb.ObjectCacheDB.delete(ObjectCacheDB.java:356) at com.ysoft.cache.objectdb.ObjectCacheDB.delete(ObjectCacheDB.java:347) at eu.ysoft.safeq.ors.CacheDBWrapper.delete(CacheDBWrapper.java:73) at ysoft.sqcore.job

Schema-Update: Rename superclass and remove one subclass

="schemaupdate.delete"> <class name="SuperClass" new-name="RenamedSuperClass" /> < ... :719) at schemaupdate.delete.UpdateDB.main(UpdateDB.java:32) Exception in thread "main ... ) at schemaupdate.delete.UpdateDB.main(UpdateDB.java:32) btc_es BTC EmbeddedSystems