ObjectDB Database Search
101-150 of 200 resultsClassNotFoundException messages in the log file.java:86) at com.objectdb/com.objectdb.jdo.JdoQuery. compile (JdoQuery.java:728) at com.unilogical | |
Get the last occurence of a list attribut.persistenceId ASC But it's look like it's not a correct query, the compiler does not like the parentheses | |
Verify Error with Java 1.7 ObjectDB enhanced classes fail when compiled to Java 1.7 [ObjectDB 2.2.9_08 Enhancer] 28 persistable types have been enhanced: ... com.vaisala.jx.db.gdm.model.SourceType stack trace from jUnit test com.vaisala.jx.db.gdm.facade.BaseFacadeTest Time elapsed: 0 sec | |
Option or strategy to disable/skip runtime enhancement checks (to improve load time)? Maven-based compile -time enhancement applied to entity modules (only), so I know these checks | |
Undeployment of an remote Glassfish application locks objectdb log file; Compile and deploy the WebApplication to an remote Glassfish server. Don't forget to set an admin | |
significant performance decrease program cache - no query compilation is needed and a cached query program is used. However the query | |
Hitting Evaluation Limit After Code Rollback In error, we deployed code to production that was compiled on a machine without a valid license key. We have since rolled the code back, however our other production servers that access the same database files (that were touched by the unsigned code) are still encountering | |
Embedding ObjectDB on server application like a classpath issue. Maybe objectdb.jar is available only in compilation and not at runtime | |
Project runs in Eclipse but not when exported to runnable jar the build path, and are present in the compiled file, as is the test GliderCalcs.odb file created by | |
Password Protect Database File/etc) so that it's compiled and unreadable. Not sure what you can do about decompiling tools | |
object creation during pmf.getPersistenceManager() initializers which are generated by compiler into each constructor so now getting pm is very fast | |
Possible issue for default id generator;deliberate. Technically the generator element is defined as optional (and you don't get a compilation error | |
InternalException - reporting as requested an exception during query compilation . Could you please check build 2.5.5_12 that may fix the exception | |
Sorting problem are not parsed as part of the query when the query is compiled . It is essential for better | |
Entity object parameter in Explorer parameter parameter for an update? Any time that I need to do a bulk update, I need to compile a special | |
Query performance in general is that something that the query compiler /optimizer is doing automatically? For example, Entity TestObject has fields id | |
Enhancement from gradle build file Just wondering if it's possible to add enhancement in the gradle build file after compilation ? an example of this, for an IntelliJ gradle based project would be very helpful. David dmoshal David Moshal The following seems to work: task enhance(type: JavaExec) { main = 'com.objectdb | |
createQuery method error : false; } Once I compile it, Error: C:\Users\xxx\xxxxx\vobs\xxxxx\xxxxx\src\main\java\com\xxxx\ xxxx | |
Should I be able to persist a JFrame (or gui components in general)?, it all compiles , but I get a runtime error-- Exception in thread "AWT-EventQueue-0" java.lang | |
Log4j error Hi, We are using OBjectDB OEM Enhancer as part of our build process and we encountered following log4j error: compile : [echo] Start enhancement of ORS entities for use in ObjectDB [java] log4j:ERROR A "org.apache.log4j.xml.DOMConfigurator" object | |
Annotations not supported in -source1.3 (use -source 5 or higher ..) Netbeans and copied the points package over into it, and added the objectdb.jar library and it compiled | |
Log is almost empty (log level 'trace') config file) has only database open/close messages, some query. compiler info but nothing more..  | |
query on calendar class Walezy There are several possible causes of failure mentioned in your post : The {} syntax ... with dates, please post a simple single top class running example (as explained in the posting instructions ) that demonstrates all the issues. support Support | |
Evaluation License get a free commercial license? (According to the post below, this might be possible). Hi ... on 2010-05-03 User Post #144 ouba64 Ouba Mahamane That answer was given in the forum ... , articles, blog posts ), giving lectures, etc." That program is inactive now but if you think | |
Does ObjectDB support @Parent for @Embeddable reference to parent? shown on the first post . support Support This should probably work with ObjectDB as well, Quick test ... , rather than the annotated fields, as shown on the first post . Sorry, excuse lazy copy-and-paste from stack forum posting (I had already noticed it). webel Dr Darren Kelly | |
Join query problem with new statetment the database - the old embeddable objects and the new entity objects. For more precise diagnosis - please post ... ticket if you cannot post it publicly). support Support Both entities Inspiration and Product ... earlier post , that changing query to: select new InspirationsPerSupplierResult(insp.name, p.name | |
EntityManager getMetamodel() causes crash expected). NB: this last may be the subject of another post . Crispy Chris Powell Please provide a minimal runnable program that demonstrates the issue (see posting instructions ). Does it happen ... expected with the persistence XML provided I do not get the entity list - but as noted in the post | |
Beginners questions Please split this post to 3 separate threads: ObjectDB and JPA Entity name Relationships and tracking changes You can post as many questions as you want, but please follow the posting instructions | |
Indexing a field results in internal Exception More details are required. Please follow the posting instructions . If you got an exception please post the full stack trace. If it is reproducible, try to create and post a test case | |
Performance of "InsertTest" You provided the "InsertTest" in the following post , and say "On Intel Core 2 Quad Q6600 ... always supported, so please try one of the other methods. support Support The "InsertTest" in the post #252 ... can run faster or slower according to the way you run it. Have you tried #11 in post 256 support Support | |
Dirty checking really like to know after a commit what objects changed in the prior commit. in other words a ' post ... neither) are mutated. So these projections can only be calculated post commit. So, based on current ... , just List collections. Regarding rollback, the JPA state diagram seems to indicate that post commit | |
500Mb ObjectDb database opening issue also initial post with Log4J output! Harman Alexander Golyshkin The database file is opened | |
First query takes 4+ minutes to complete to receive your recommendation on how to improve this result with this post . Test ... , please post your test and we will try to check this issue further. support Support Hi support, we spent ... the manual. If you need more details, we will be happy to answer, but please follow the posting instructions and use a topic per thread. support Support | |
Exception in thread "main" java.lang.NoSuchFieldError: __odbTracker is inevitable - it is similar to JVM errors in case of incomplete compilation of a project. support Support | |
ObjectDB 2.3.5 compilation (issue #599 ). Fixed an enhancement bug in reading special fields. Fixed map type | |
Threaded Test - Failed to commit transaction: Unexpected internal exception compilation ). It reproduces the deadlock, which is now fixed in build 2.2.7_01, but the other exception | |
Different behavior for two equal queries through null in one of the OR components. Navigation should be compiled as LEFT OUTER JOIN to avoid losing | |
Enhancing a class causes it to not save changes. classes? As they are being compiled at the same time as the model classes... emilycrutcher Emily | |
ObjectDB 2.8.0 compilation time of queries with many (10) JOINs ( issue #2423 ) Fixed the new option in 2.7.6_01 | |
ObjectDB 2.3.3 Improved compilation performance of OR queries with many elements. Fixed eager fetch of maps and nested embedded objects. Fixed a bug in removing a new flushed entity object before first commit ( issue #562 ). Fixed a NullPointerException in accessing inverse (mapped by) collection fields | |
performance issues, database after adding statistics, after doctor. Your report will accelerate the need to address this issue. Queries are compiled for reuse | |
stackoverflow big sur eclipse debug since we changed to big sur we have in eclipse a stack overflow on starting our application. The code where it happens (it is just the start) is (everything is unchanged compared to the before big sur time, the compiled app works as expected, we also tried different databases, all the same | |
ObjectDB 2.4.0 compilation of path expressions in queries. Fixed handling null values in JOIN and path expressions in | |
'DROP TABLE' in ODB? kind of compiled classes into the schema? But under the "File" Menu none such option is provided | |
DISTINCT key causing internal exception on 2.6.4.b10 Alexander Golyshkin More details are needed. First, the query in your post is invalid since a closing ... should be posted . Finally, if you can follow these posting instructions and provide a simple test case | |
Best practice for history tracking Avishay Ben Natan Could you please post the questions again to the ObjectDB forum ? The issue ... addition, every post should discuss one topic, so I think it would be better to separate the last question about UUID PK and post it as a separate thread. These questions are of great value | |
How to change properties in urls2.xml ? request, so it should have been posted to the forum and not to the issue tracking system. Please read and follow the posting instructions . The post was moved to the forum and the issue will be closed. support Support | |
Memory leak in com.objectdb.o.CST using the wrong size for pooling. Trianglehead Json Error Just to add to my last post (since forum edit ... ; Trianglehead Json Error Sorry for all the posts . I think you can safely skip most of what I posted earlier. It seems like if I do several heavy queries I ObjectDB can crash. How do I avoid | |
ObjectDB needs "insert ignore" could do it with a few memory. I agree the point in the following post , but I cannot reply it. So I ... The post was added as a new feature request. support Support Without the function "IGNORE", I ... when many entity objects" and "In that case - you should use a query." in the post : https://www | |
com.objectdb.o.InternalException: null the database file with the Doctor and post the result report? support Support The cause of the original ... the database. If you have the full stack trace of the PrePersist exception please post it. Unfortunately ... ? Any additional details may help. If possible, please post the ObjectDB server configuration file |