ObjectDB Database Search
51-100 of 200 resultsObjectDB version 2.2 has been released ObjectDB 2.2 has been released and it includes important additions and fixes : Added full support ... after index deletion. Changed default configuration (enabled recovery, disabled recording). Fixed a critical database corruption bug ( issue #187 ). Fixed a critical bug in schema evolution | |
ClassCastException on SELECT NEW ... after UPDATE over Java RMI ... all work fine. DB Doctor does not fix the problem. We need guidance on how to debug and fix the problem. Thank you Emil prolancer ... RecordingMetaData r For object #1 the id is Integer rather than Long in the second database. You can fix | |
Merge Issue: Attempt to reuse an existing primary key value we expect that the database will contain 2 B instances at the end of the test. Until that fix 3 B ... .6_17. The fix includes using new entity objects without merging them, which affects your test case ... me if i am wrong, i have just launched your test case with 2.4.5 version ( so before the fix ). Test | |
remove & persist in same transaction => Attempt to reuse an existing primary key value this without the workaround. support Support ObjectDB version 2.7.0 fixes this issue. Thank you for the report. support Support Thank you for the fix . It works. btc_es BTC EmbeddedSystems Build 2.7.5_07 fixes this issue again after unknown regression. support Support A conflict was found between the fix | |
ObjectDB version 2.1 has been released ObjectDB 2.1 has been released and it includes important additions and fixes : Added Online Backup ... ( issue #142 ). Fixed a bug in distinct queries (duplicates due to bad optimization). Fixed a bug in viewing TreeSet and TreeMap in the Explorer. Fixed detachment of entities by replacing proxy objects | |
Date field Index is corrupted due to time change move during commit different values can be obtained for the same field. Hopefully a new build that fixes ... should fix this issue. support Support Thank you for making a build that contains the fix available ... all indexes) should fix the corrupted indexes. Also, can we assume that all version prior to 2.6.4_02 | |
objectdb-2.6.9_02 (with "objectdb.temp.no-enhancement-crc-check") vs. generic classes with interfaces: detailed investigation.EnumValue is not enhanced. The " fix ": I discovered that if I include these in the IValue interface the runtime error on attempting to persist disappears (but this does not " fix " the log ... with EnumValue::setOldValue occurs on that attempted persistence. To " fix " the error include | |
Exception after update of indices of Entity class.ClassCastException: com.objectdb.o.PIX cannot be cast to com.objectdb.o. FIX at com.objectdb.o.EIX. (EIX ... (Thread.java:748) Is there any way to fix this? Best regards, Markus Ritter doppelrittberger Markus ... .objectdb.o.PIX cannot be cast to com.objectdb.o. FIX at com.objectdb.o.EIX. (EIX.java:70) at com | |
c.o.jpa.type.EntityTypeImpl.getIdType() returns null only for ID classes and not for simple single field IDs. Version 2.2.3_01 should fix this. Thank ... You should use 2.2.3_01 (the fix was applied after the release of 2.2.3). I just added it to the Maven ... to my mvn repo and this fixed the problem. thank you very much for this very quick fix ! btw | |
EntityManager JPA or JDO impl and different behavior Build 2.3.4_04 should fix the new "Failed to write to file" error. Thank you for the "mvn ... for the quick investigation. That has indeed fixed that issue. However there appear to be two more. First, as ... the posting instructions may help in providing support and fixing issues more quickly. Thank | |
ObjectDB 2.6.9 Added support for integration with WebSphere / Liberty application server. Fixed deletin g large transaction temporary files (in the experimental large transactions feature ). Fixed empty log directory creation when logging is disabled. Fixed a bug in using nested embedded objects. Fixed a query | |
ObjectDB 2.8.8 . 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 type. Fixed a primary key query issue. Fixed a bug in comparing embedded objects in queries ( issue | |
ObjectDB 2.9.0 . Fixed A NullPointException when using EntityManagerFactory with different class loaders. Fixed a missing call to @PostUpdate when object change is detached by JDOHelper.makeDirty . Fixed a bug of classifying inherited inverse fields as dependent. Fixed improper use of indexes on collections | |
ObjectDB 2.2.8 Fixed a critical bug in extensive removal operations of large objects. Improved the performance of navigation through an inverse (mapped by) field if the owner field is indexed. Fixed a LEFT OUTER JOIN bug . Fixed a bug in parsing queries with parenthesis followed by NOT . Fixed a bug in running | |
ObjectDB 2.5.2 Framework versions (with JPA 1.0). Fixed "InternalException: InterruptedException" due to application interrupts in embedded mode. Fixed a class loading conflict with Log4j. Fixed very slow processing of a composite BETWEEN query. Fixed NullPointerException when using AND TRUE in WHERE clause (issue | |
ObjectDB 2.5.5 that is already running (avoiding further attempts). Fixed a memory issue with using ObjectDB with JBoss. Fixed query execution issues with using composite indexes. Fixed a bug in using LIKE operator in some combinations of different wildcards. Fixed a bug in handling dates ( TemporalType.DATE | |
ObjectDB can't be activated to provide a fix as early as we can next week. support Support Yes, this is the one that failed ... .5.5_06, which includes an attempt to fix this issue. support Support No its not fixed ... cannot see any new activation by you today. To test the fix please run activation again using the new build | |
InternalException when using MEMBER OF on a large list in a query. A similar issue was fixed a few years ago and since then this is the first report. First, please check your database with the Doctor. If the error repeats, try to fix the database by running the Doctor ... you very much for this test - it wouldn't be possible to understand and fix the issue without this help | |
ObjectDB 2.6.4 to collections. Fixed large transaction temporary files implementation ( feature request #1658 ). Fixed a bug in handling large objects with long primary keys as query results ( issue #1717 ). Fixed detachment of embedded objects to collections. Fixed database page objects reuse to release to be cleared | |
ObjectDB 2.7.5 ( issue #2299 ). Fixed a bug in restricting server access to a range of IPs ( issue #2292 ). Fixed a bug in comparing array fields against parameters in queries ( issue #2289 ). Fixed a bug in retrieving new objects of other transactions after flush ( issue #228 0). Fixed a bug in version 2.7.4 in | |
Removed entities can be found by query in the same transaction.7.4_04. btc_es BTC EmbeddedSystems Build 2.7.4_04 fixes issue #2280 but seems to cause new ... (until commit). Build 2.7.4_04 fixed it by creating a new snapshot on query execution if changes ... EmbeddedSystems It is possible that the fix in build 2.7.4_04, which improves visibility of committed | |
combined index not used and provide a fix . support Support The reason for not using the composite index was found and can be fixed . As there are too many possible combinations for covering the filter: "a.type = 0 ... combinations to 10000 solves this issue so a quick fix is possible for this specific issue | |
ObjectDB 2.0.5 Fixed Java Agent / Java EE / Spring enhancement bug. Fixed a bug in merging detached entity objects. Fixed unexpected NullPointerException in client server mode. Fixed an exception in AVG query on non numeric values ( issue #107 ). Fixed a bug in handling JOIN queries with primary key fields. | |
Querying error - java.lang.ClassCastException: com.objectdb.o.STV) and either start with a clean database or fix this database by running the Doctor in repair mode (and then verify the fix by using the Doctor in diagnosis mode). Check if your application can bring ... Following your report I could reproduce the exception, I found the bug and fixed the problem. Version 2 | |
ObjectDB 2.2.2 Changed log format to include date and time . Changed class loader management. Fixed handling multiple order expressions in inverse (mapped by) fields. Fixed the behavior of CacheStoreMode setting in L2 shared cache. Fixed TreeSet and TreeMap element comparison bugs. Fixed an Explorer | |
ObjectDB 2.2.4 objects in criteria queries . Improved Explorer performance by disabling EAGER fetch. Fixed critical bugs in using flush. Fixed bugs in cascading merge. Fixed a multithreading deadlock bug . Fixed a bug in using JOIN FETCH with DISTINCT. Fixed Metamodel API's getTypeId method to support single ID field . | |
Explorer bug ? Objects seem to be missing from database in Class view, but are present as references.BooleanValue [null](TEST: A readonly fixed true Boolean value) INFO: RequestBean []: Persisted: com.greensoft.entity.value.BooleanValue [64](TEST: A readonly fixed true Boolean value) INFO: RequestBean []: Updated: com.greensoft.entity.value.BooleanValue [64](TEST: A readonly fixed true Boolean value | |
Out of Memory - Slow leak? This is a continutaion of Issue 61 - unfortunately it doesnt seem that the fix in 2.2.9_03 has fixed the problem. The scenario is still the same: I have two "producer" processes which insert ... themselves!) felixobjectdb Richard Szurgot The fix of issue 61 fixed an important memory leak but unfortunately | |
ObjectDB 2.3.1 UnsupportedOperationException error message. Fixed a pessimistic lock timeout bug ( issue #520 ). Fixed a ClassCastException in using a composite index in queries ( issue #521 ). Fixed handling derived Id fields in composite PK embedded IDs. Fixed default ObjectDB home path ( $objectdb ) in NetBeans RCP | |
NullPointer on query, but then there should be a recovery file that should be used to fix the database automatically. Did you get this error after a process ... that could could this and has not been fixed yet. If this is the case and your test can cause it - posting the test ... . At least it might be worth trying. support Support Just looked again at the page cache fix (issues | |
[ObjectDB 2.3.7_25] Unexpected exception (Error 990) the problems with these 2 Person instances without throwing an exception, but fixing these instances ... . support Support Build 2.4.0_02 fixes the Doctor as explained above. support Support I tried the new ... :22) [ObjectDB 2.4.0_02] null lorenz2304 Benjamin Lorenz You are right. The previous fix handled | |
Negative snapshot user count exception ObjectDB 2.3.x to 2.5.2. Corruption of the database that cannot be fixed by the Doctor (due to the  ... .3.x would be a problem because development work I did this year relies on fixes and enhancements ... in the log after that restart, so hopefully the Doctor fixed these index issues. In that case | |
stress test -> com.objectdb.o.InternalException: null. If I decrease the load, it doesn't happen. If I increase it, I get it very often. Any solution/ fix ... , we will need a sample project (even large and with no source code) in order to reproduce and fix ... - #11 above) have been fixed in build 2.5.5_11. The cause was unexpected order of invocation | |
ObjectDB 2.5.7 database connection details. Fixed unstable activation in Mac OS. Fixed a bug in using FETCH JOIN in criteria queries. Fixed a bug in cascading remove when orphan removal is set. Fixed an IllegalAccessError exception when using abstract non public persistable types. Fixed the result type of a sum query on a single value. | |
ObjectDB 2.6.3 for very large transactions ( feature request #1658 ). Fixed an online backup bug (no access during backup operation). Fixed JOIN FETCH bugs. Fixed a performance issue with mapped by fetch. Fixed the ObjectDB Maven repository and Maven examples to work with TomEE . Fixed handling merge of an entity with PK == 0 ( issue #1667 ). | |
ObjectDB 2.6.8 of pessimistic locks on client-server connection failure. Fixed an OptimisticLockException bug on commit after flushing a removed modified entity object. Fixed a NullPointerExeption on new index building . Fixed a NullPointerExeption on flush ( issue #1840 ). Fixed a bug in using temporary files in | |
ObjectDB 2.7.6 lock free Synchronization ( issue #2327 ). Fixed a regression optimistic lock exception bug (due to fix of issue #2280 ). Fixed a regression bug on remove and persist of an object in the same transaction ( issue #2027 ). Fixed a bug in UPDATE queries that modify more than 10000 objects | |
ClassCastException during query the entity package, this has organization reasons. And I tested your fix with the last ObjectDB patch 2.7.6_02, but the fix does not work. We got the same exception as before. I analyzed the bug ... ;And I tested your fix with the last ObjectDB patch 2.7.6_02, but the fix does not work. Changes in | |
ObjectDB 2.8.5 Fixed a bug in using AS in SELECT NEW (breaks some Spring Data JPA queries). Fixed a bug in tracking changes to new collections after flush ( issue #2640 ). Fixed a StackOverflowError on no access permission to objectdb.conf ( issue #2643 ). Fixed a bug in managing pessimistic locks after using | |
References to objects of missing obsolete entity classes) btc_es BTC EmbeddedSystems It is unclear how this new issue is related to the fix of issue #2640 ... , so if possible, is is recommended to try fixing the database by running the Doctor. A possible ... was indeed removed. This is abnormal state for a database, so if possible, is is recommended to try fixing | |
ObjectDB 2.8.6 Fixed an issue with viewing class Ids in the Explorer (see issue #2677 ). Fixed a regression bug (in version 2.8.5) in using AS in JOIN ( issue #2666 ). Fixed a connection pool issue related to memory release ( issue #2663 ). Fixed an Enhancer issue in supporting Java 9 modules and packages | |
ObjectDB 2.8.9 activation is found in the configuration ( issue #2817 ). Fixed the error message when required enhancement is missing ( issue #2828 ). Fixed recording of large transactions over 2GB in size ( issue #2834 ). Fixed a bug in executing compound range queries using an index ( issue #2853 ). Fixed a bug | |
ObjectDB 2.0.2 Fixed a bug in queries on embedded objects in C/S mode. Fixed a bug in setting log directory path (missing URL decoding). Fixed a bug in automatic byte code enhancement in Java EE server. Fixed a bug in multi variable queries. | |
ObjectDB 2.1.0 to NonTransactionalWrite enabled ( issue #142 ). Fixed a bug in distinct queries (duplicates due to bad optimization). Fixed a bug in viewing TreeSet and TreeMap in the Explorer. Fixed detachment of entities by replacing proxy objects with ordinary objects. Fixed a schema evolution bug when adding a new super entity class . | |
Object DB Explorer fails to open database_03 that was fixed in build 2.05_04. I just opened your sample odb file using the Explorer of 2.1.0 ... . Version 2.1.1 fixes this issue. support Support Thanks for the quick fix . Version 2.1.1 fixed the issue. mithu1408 Md. Towfique Imam | |
ObjectDB 2.2.1 Added support for using ObjectDB with JBoss AS 6.0 / 6.1 . Fixed several bugs in handling eager fetch. Fixed a pessimistic locking bug . Fixed a bug in using primary key fields in queries. Fixed a bug in queries on deleted objects before commit / flush. | |
ObjectDB 2.2.3 to the bundled examples. Fixed a schema evolution bug in renaming user types. Fixed a bug in handling schema evolution (regression of 2.2.0). Fixed a bug in queries on large objects . Fixed a bug in using persistent properties with incomplete enhancement. | |
Once served to JSF page via @EJB query bean, many list fields are null (but same query ok after fresh persist in @PostConstruct) hours of my time. Please attend to this as soon as possible and fix this carefully. I look forward to having this fixed and to having a robust ObjectDB working on my problem, as I am greatly encouraged ... Support Setting fetch=FetchType.EAGER on 'ownedElements' does seem to fix it (the lists load non-null | |
ClassCastException thrown when running count query? Could you please provide the parameter values for getting the first exception? support Support I could fix ... parameters for testing the first query and if the problem is solved a new build with the fix ... Ralph Moser Please try build 2.3.1_04 that should fix these exceptions. For the following query | |
New entity objects are duplicated on merge cascading; } support Support Fixing this bug may require totally new implementation of merge operations. So unfortunately an immediate fix is not possible. But this issue has a high priority and hopefully will be fixed soon. support Support This bug can also cause an "Attempt |