ObjectDB Database Search

51-85 of 85 results

Removing objects where ManyToMany relationships exist

responsibility to prevent broken references. When an OtherEntity object is deleted the application

Filename.odb$ Persisting Issue

for all of those. So i'm still a bit confused on why this file lingers and why I can't delete it without waiting

Database is erased after deploying a new web application version

java I assume that if I'll back up the .odb file, delete it and then restore it will fix the issue

Tutorial issue

database. support Support Looking through the code, there is no other 'point' declared. I deleted the db

Double persist of Entity field with Cascade.ALL

server because Netbeans kept deleting my database each time I deployed with stand-alone mode

Optimistic locking: prevent version increment on entity collection attribute

the collection and not delete any of the Readings from the DB. Also, refreshing or reading

Failed to commit transaction: Attempt to commit a rollback only transaction

indicates that the database is not corrupted. The two missing objects are probably the result of deleting

Problem with byte arrays in JDO - internal exception

.ObjectdbTest.main(ObjectdbTest.java:42) sjzlondon Steve Zara There was a bug in handling JDO delete

EntityManager refresh problem

;  odbFile. delete ();         EntityManagerFactory emf

Need help to make this test work and define proper annotations for entities Lists

;  new File("objectdb:$objectdb/db/test3.tmp"). delete ();        

List of Enum Values in an entity

Hello, I deleted the database a few times, so there are no Guests from before I added the list

Removing entity class

time ago and they were never really used. I deleted them from Java source code, but there are still in

How to resolve 404 errors with Eclipse/Maven Spring MVC

because there was only one project in it. I suppose deleting the class files in the bin directory

virtual servers and one file

the right format. You may delete it from your server. support Support No issues were found in the heap

Error occured during initialization of boot layer

-modular ( delete module-info) and included the objectdb.jar in the classpath. The program works now. Thanks for the help :) Sweetwater Marc

ObjectDB version 2.3 has been released

#453 ). Completed missing documentation (e.g. UPDATE & DELETE queries). Fixed memory leak issues

Database Files

.apply(em) will do stuff like persist, delete , etc.  I only have 1 instance of emf.   

Thanks for assistance

I apologize if this post is 'out of order'. If so, the moderators should feel free to delete it. I am sure that my recent questions have shown my incompetence with ObjectDB (although I have used many other SQL and non-SQL databases). Therefore, my questions must seem trivial. So often one sees

com.objectdb.o.InternalException: java.lang.NoClassDefFoundError: java/sql/Date

the compiler back to 1.8, deleted module-info.java, and put objectdb on the classpath, the application

BTree 8 is not found at com.objectdb.o.JPE.d(JPE.java:91)

) ... 1 more dmoshal David Moshal This issue resolved when I deleted the old database (it was just

ObjectDB Clustering VS Hadoop Hbase

delete a slave to change the redundancy of the clustering without restarting. TIA gzdillon Lai Yang

Vacuum - Reclaiming Unused Space In Odb

the vacuum. If there is no way to do this other than manually implementing code to read, delete , and write

Failed to read DB file while online backup is running

(QuantServerImpl.getInstance().getCompanyDB());     // delete all the backups in the backup dir

ObjectDB version 2.2 has been released

after index deletion . Changed default configuration (enabled recovery, disabled recording). Fixed

Referential Integrity

Currently ObjectDB doesn't prevent deletion of entity objects that are in use and referenced by other entity objects, and it is the application responsibility to avoid such deletion . During development and testing it is recommended to use the ObjectDB Doctor to verify

com.objectdb.o.InternalException NPE

navigation through a broken reference (probably a reference to a deleted object) during query execution

ObjectDB 2.8.7_03

Fixed an exception due to to an unused type referencing a deleted type.

Eager load Map

- the map is loaded and its contents are printed. On the second run (without deleting or clearing

Negative snapshot user count exception

could be to store many large objects and then to delete them, creating more space and avoiding resizing

ObjectDB 2.2.5

Added support of navigation through collections  (as a JPQL extension). Added version display to the Server and Explorer About dialog boxes. Fixed an UPDATE/ DELETE query bug in client-server mode. Fixed an ArrayIndexOutOfBoundsException in retrieval of large objects. Fixed Explorer display

ObjectDB 2.3.0

to memory leak ( issue #453 ). Completed missing documentation (e.g. UPDATE & DELETE queries). Fixed

ObjectDB 2.8.8

Added initial support of Record entities. Implemented a new query method:  containsAnyKey . Improved field type error and internal error messages. Improved the Doctor output. Fixed a bug in using inner classes for query results. Fixed an error due to to an unused type referencing a deleted

ObjectDB 2.6.1

Added an option to disable temporary file deletion . Added support of using entity classes with missing dependent types. Added support of composite indexes with components of different lengths . Fixed a bug in reflection mode in detecting changes after flush ( issue #1602 ). Fixed

NullPointerException when using multithreading

.  Based on the implementation, you will need to delete the odb file between each execution

ObjectDB 2.8.7_02

Fixed an exception due to to an old interface referencing a deleted type.