ObjectDB Database Search
151-200 of 200 resultsHomepage and forum nearly inaccessible Homepage and forum nearly inaccessible from France/Germany, takes minutes to react. hgzwicker Hans-Georg Zwicker I'm guessing that the cause of the page delays is already known, but as an additional data point I'm experiencing a 15 or so second delay here in Canada where a second | |
Feature request - ability to refresh an open database view in explorer The ability to refresh view in explorer automatically. Fine if this is read-only. Extra points if you can do this with local databases as well as remote. dmoshal David Moshal ie: "Real-time" auto refreshing explorer views. dmoshal David Moshal alternatively, clicking on a class name gets | |
Updating Entities.getTransaction().commit(); By updating the object references to point to the same object I could then update | |
Updating existing persistence entries have either (I'm using ObjectDB 2.4.4_15 atm). Please can someone point me into the right direction? Thank | |
A few questions on object database design whether my colleague has a point here. I mean, there seem to be a lot of info in each character (list of items, skills | |
alter table.! That is a good point . After changing the class and before running the Doctor - the class | |
First query takes 4+ minutes to complete on why this is happening and how we can avoid it will be very much appreciated. Our next test point is 500,000 | |
On ensuring ID available after persist This is a good point . Notice that the most portable generation strategy is TABLE , because: AUTO - each JPA | |
AbstractMethodError ... __odbSetTracker(Lcom/objectdb/spi/Tracker;)V entry for the buddy class loading of the objectdb bundle. Thanks for pointing us in the right | |
turn off auto-serialization point - falling back to serialization (automatically, unintentionally) causes a lot of problems.  | |
Fields in objects not populated in query result. at some point in the past, but may have been a victim of an objectDB upgrade. dhosek Don Hosek | |
How to use JOIN FETCH? a performance point of view. JonMoore Jonathan Moore A similar problem is discussed in this forum thread | |
Problem with merging / persisitng objects with @Embeddable field is wrong. I realized that some time after the post. Sorry for false alarm and thanks for pointing error in my model. lwalkowski Lukasz Walkowski | |
Geospatial functions Hi, is it possible to implement geospatial functions (e.g. calculating distance between too points given latitude/longitude) ?Normally you would calculate the distance like: double cx = Math.toRadians(fromLat); double cy = Math.toRadians(fromLon); double px = Math.toRadians(toLat); double py | |
Object DB vs EclipseLink/TopLink: Unloaded relationships in detached entities the point at which the stateful session bean that declares a dependency on an entity manager of type | |
possible index required for improving query performance can be specified by type and primary key separated by # (e.g. Point #1). A collection can be specified as | |
Changing existing objects from Entity to Embedded Hi, I realised that I have a mistake (from application logic point of view) in one of my JDO metadata files: All of these 3 | |
objectdb-2.6.9_02 (with "objectdb.temp.no-enhancement-crc-check") vs. generic classes with interfaces: detailed investigation:4541795750714405524) There must be some point of difference between the web app and the console test app provided | |
JPQL JOIN FETCH Error "MetadataString" (see attachments). But actually, there is no point in my continuing the evaluation | |
Usage of Inherited Class Hi, I found a problem in ObjectDB which may be incompatible with EclipseLink and JPA. The type nodes2 derives from nodes1, the type nodes1 derives from nodes. Whether the number is random may be not important. The point is adding 10 nodes2 + 10 nodes1 + 10 nodes resulting no nodes1 from ObjectDB | |
locks on pure query activities configuration (we have a 16 cpu cores, 32 GByte machine): another point : we see a thread | |
Server vs embedded mode in multi-instance scenario itself. Then if we ever have to boot up another instance, we can point objectdb of those new instances at the first instance as | |
Corrupted Database or error in ObjectDBExplorer? was null. But before it was set. Any idea? Another point : Can we hope for a fix | |
Spring Transactions (@Transactional) within ObjectDB and when the same Spring Data / JPA moved to point to objectDB is giving issues. Do you know | |
exception during online backup hi from time to time i get exception during online backup in server/client config: Exception in thread "Thread-0" com.objectdb.o.UserException: Failed to read from file 'D:\twozniak\Desktop\db\objectdb-2.2.8\db-files\ points .odb' at com.objectdb.o.MSG.d(MSG.java:74) at com.objectdb.o.LFL.T | |
Repair broken references in entities type with the same primary key, and then references to the old entity should point to the new one (eliminating broken references). support Support | |
Spring MVC Errors still get error in Eclipse that points to pom.xml part (execution line): org.codehaus.mojo exec-maven | |
NullPointerException while setting a new property value and re-setting some properties to entities from the collection. NPE is thrown at some point | |
Performance Issues After Migrating to ObjectDB - Urgent Assistance Required classes for better performance). There is no point in guessing. We can look at specific issues when sufficient information is provided. support Support | |
Glassfish 4 JTA Data Source Support that I'm not missing a vital point or unnecessarily re-inventing something that exists | |
Object Relations Error after Schema Change Hi we have a problem with relations in OBjectDB 2.4.6, the problem occured after we changed relations in few clases. Specificaly we deleted relation pointing to one class and created new relation to third class. If we restart both ObjectDB and Jboss everything works fine for a short period | |
Replication issue, Replayer failing due to NullPointerException.;password=password" and the above config. I was expecting I should be able to point that slave | |
Request clarification of changes to accessor enhancement policy (non-getter prefix instead of getter suffix) AND annotations and it definitely used the old policy. The main point of this posting is to emphasise that annotations | |
Remove an entity which attributes were changed - OptimisticLockException during the operations with one plugin and with multiple plugins and find the exact point | |
Concerning coding style of the example in the posting instructions to read and more IDE portable. However, regarding your second point , properties can be used | |
@Unique added afterward is not taken into account Hello, I encounter an issue with the @Unique annotation. The annotation was added on a given field itemID (String), important point : the annotation was added afterwards (after objects were already added to the table). As a consequence the unique constraint is not taken into account | |
Embedable & Reference? the TopLevelClass does still keep the old name why?? I was under the impression that they both point | |
How to configure where the ODB is stored? Hi, The documentation is lacking in this respect. How do I configure where the ObjectDB database file is stored. I need to know where it is so I can inspect it with 'database explorer'. The docs say to set it to "$objectdb/db/ points .odb" and that this defaults to "the installation directory | |
Externalising persistence.xml properties in Glassfish? which point to my shared object db development instance. I do this manually but I have a half-working | |
Class loading problem with private packages in OSGi environment similar to the previous dependency issue (from your point of view) it is actually different code | |
remove & persist in same transaction => Attempt to reuse an existing primary key value (another table). On this point we get no conflicts. If we remove additional data for Entity (B | |
ObjectDB and Spring Boot - sharing a simple working example; return txManager; } ak11 ak11 Nice github project, thanks! Useful as a starting point for using ObjectDB with Spring Boot. support Support | |
Blocked by find? Could you give me some information around what is happening at this point so I can try to avoid the block | |
Query in nested transaction returns detached entity if lazy-loaded would like to point out that reverting the changes made in 2.7.4_04 would re-introduce the original bug | |
Server out of memory exceptions sizes (not just the page cache) in the configuration. support Support Fair point - I hadn't considered | |
JPA Composite Key make Object Db throws "Unexpected exception (Error 990)" have pointed out the problem. It's comes from the "enum" type which is not correctly taken into | |
Null pointer exception being thrown from within ObjectDB. { ***** POINT OF FAILURE***** */ reportDownloadObjects = query | |
InternalException me a starting point at least - and will let you know if/when I have any success. felixobjectdb | |
JPQL Update & Delete (JPA 1.0); chris Christoph Ernst Interesting point . At least the implementation of delete queries should be easy | |
ClassCastException in Tuple.get) point to the instance of EntityChild , while untyped is expected to refer to instance of EntityClass |