ObjectDB Database Search
101-142 of 142 resultsExplorer doesn't open file Explorer doesn't open file...see attached error message and odb. Explorer doesn't cleanly close the connection either (due to error I presume). Many thanks Russ russ0ne Russell Martin Should add that Doctor doesn't find any issues and file works fine programmatically. russ0ne Russell Martin | |
Query can't see recently persisted object) { myObject = new MyObject(oid); mem.persist(myObject); // Flush is required for query to find object | |
Server closes if large query runs out of memory, and so should be able to fail safely if it finds too many objects being retrieved to fit into memory | |
List of Enum Values in an entity; entity = em. find (MyEntity.class, id);   | |
JRebel integration feature on this issue and finding a solution. Class loading in Java is sometimes very tricky, so unfortnately | |
How to Remove records from many to many relationship tables in JPA = entityManager. find (Conclusion.class, id); entityManager.getTransaction().begin(); entityManager.remove | |
List managed entities for a given entity manager Hi, Is there a way to find the number of managed entities given an entity manager? My application has some memory leaks - I am doing clear() on the entity manager(s) but may be I forgot some - so if there is a way to know how many entities are managed by each my entity mgr - it would be helpful | |
ObjectDB CRUD Examples and Transactions? I'm finding these examples: http://www.objectdb.com/java/jpa/persistence/crud | |
WebSphere Liberty Configuration of an older version (I can't find that post now) jpa was removed from ojbectdb completely. As far as | |
Composite Index error 328 = entityManager. find (UsrlistEntity.class, gid); // (UsrlistEntity, id1) pwd2, access2 = (UsrlistEntity | |
Is there any faster select method? their primary key (object ID) directly using the find method, so in this specific case | |
Repeated long Index Activation to find a way, how to diagnose both: why it is happening why it is taking so long thamal Tomas Hamal | |
objectdb got hang after fetch some record.. Manoj Manoj Kumar Maharana please find the attachment of thread dump for your reference | |
Starting Explorer programmatically JAR file and it is not available on ObjectDB Maven repository. You can find it in the bin directory | |
Getting the database file size Hi, we are planning to implement monitoring feature for the increases in database size. I did not find if there is some query for that. Currently we are working on solution, that we simply read the size of filename directly from application. But in case of client-server use in future | |
errors on repair your full application (no source code is needed) in order to reproduce the problem and find the cause. support Support | |
after upgrade to 2.9.0 database destroys, urgent issue at our most important customer, production shutdown copy with the Doctor. With this arrangement you should find issues when they start (in that case | |
Standalone server needs dependencies? When I connect to embedded server it works good. But when I connect to a standalone server, it will have invocation errors like can't find getters and setters. To solve this I had to export my persistence classes to a jar in the server and add it to the class path when starting | |
UserException: Package com.example.model is not found by the enhancer: Could not find or load main class java Java Result: 1 Also where does the .odb file get stored | |
Single Server License and Embedded Mode, find the location of the objectdb.jar file. If it is in a lib, bin or build directory go one level | |
Modifying something with Explorer -> app JPQL with Enum doesn't work anymore yet how to reproduce it, try to find a way to repeat it consistently. Another thing that you can check | |
any plan for monitoring tool ? hello , is there any plan you have for monitoring objectdb realtime. Tracking queries and finding bottlenecks? kadirbasol Kadir BASOL There is a ticket created by me. You can subscribe to it: https://www.objectdb.com/issue/169 and add you own requirements. lwalkowski Lukasz Walkowski | |
Embedded & Activation & Scalation folder, however I've got a few questions I couldn't find answers for: How will locking take place | |
NullPointerException in ENH.g(ENH.java:401) the database and possibly repair it (by finding why the Doctor doesn't repair it and improving the Doctor | |
Failed to read DB file while online backup is running? Can you check build 2.6.2 and 2.6.1 to find the last build in which this doesn't happen? support Support | |
Doctor fails to run when running in parallel on more DB files. thread , and particularly the suggestion in #2, which you may find helpful. support Support | |
Should I Avoid Compressing Database Files? These are questions asked in the context of the proposed architecture described in the forum thread titled, "Sample JDO Architecture for Follow Up Questions". I saw a forum statement, which I can't find now, that led me to believe that ObjectDB database files do not compress well (in | |
Significant I/O costs during batch update or insert data. Our application has some complex entities. We do batch update(merge detached entity) every 2 minutes. We find the period significant IO costs these days, and disappeared when turn off the batch updating. 1.ObjectDB is in embedded mode. 2.ObjectDB version is 2.3.7 3.Database file size is nearly | |
[ObjectDB 2.6.0_04] Unexpected exception (Error 990) com.objectdb.jpa.JpaQuery.getResultList) at com.btc.ep.base.dal.internal.BaseRepositoryImpl. find (BaseRepositoryImpl.java:70) at com.btc.ep | |
javax.servlet.ServletException: Annotated methods must follow the JavaBeans naming convention. __odbHidden_getPropertyName object via a @Stateless facade session bean using em. find (entityClass, id). The strange thing | |
new objects not available in mappedBy associations. I'll try to find a 'real' example, and I'll also examine the FlushModeType.AUTO option as suggested | |
auto-generated uuid fields you for your comments. If you find additional issues in supporting JDO please file issues using the "JDO Feature" category. support Support | |
Hard it is to add a record with explorer This shows how hard it is to add a record with explorer. When you add it, you have to find it in the list, if the list is real big you're in trouble., and since new object has no IDs you can't really search for it easily. Should pop up a window to let you add values before adding | |
ClassCastException thrown when running count query Hello! Attached you find a full stacktrace. The query was: SELECT COUNT(t) FROM Position t WHERE ((t.unit = :unit165w7ppbtu9ao AND t.receiveTime = :receiveTimes232ne30kd42) AND (t.latitude :latitudehjgtlyt6s6dg AND t.longitude :longitude14pwryko038jd)) The strange thing is that it only happens | |
Deleting archive log folder causes exception (The system cannot find the path specified) at java.io.RandomAccessFile.open(Native Method) at java.io | |
Server NPE issue solves the problem. Thanks for your pointer which helped find it. felixobjectdb Richard Szurgot | |
Issue / Forum Reply Problem Sorry for answer through a new ticket, but I can't find the post reply option in the original one ( https://www.objectdb.com/issue/2470 ). I am using Chrome in OSX. I see the link in the other last issue that I have posted (853), but there is no link in the 2470 (see attachments). Pablo Berra | |
Negative snapshot user count exception the transaction. If you can check the client side logs, and then find the specific query and context on the client | |
Lazy retrieval by access not working correctly MyServiceBean { ... public Locale getLocaleWithName() { Locale locale = entityManager. find | |
Navigation through lazy loading from Detached Objects; e1 = em. find (MyEntity.class, 1);   | |
ObjectDB 2.3.2 when an entity object is retrieved using find with a PK of a different type (e.g. Integer | |
Collection update does not increase entity version and is not persisted that the attachments field is still empty). You find a complete use case at http://www.objectdb.com/database |