ObjectDB Database Search
51-71 of 71 resultscan't get HashMap out of the database ObjectDB versions in both the pom.xml and the . classpath files. support Support I've tried | |
Maven Enhancement with OSGi Plugins must also be available in the classpath , otherwise load would fail. If you run ObjectDB in an OSGi environment in | |
Gradle-Kotlin Code Contributions.objectdb.Enhancer" classpath = sourceSets["main"].runtimeClasspath args = listOf( "-cp", "build | |
drop a column from table change in your application to register the change, or run the Doctor with a classpath that contains your entity classes. support Support | |
Add class to objectdb ? with all the classes in your classpath . To add a new 'MyEntity' class - run a dummy query: " SELECT e | |
500Mb ObjectDb database opening issue the following simple test (with your persistent classes in the classpath ): import javax.persistence | |
Schema Evolution Question the server with a classpath that includes the new class files, although your workaround is also fine | |
how explorer queries work your classes to the classpath of the Explorer and the Server, since methods are not stored in | |
Unexpected exception during open the database for old ObjectDB jar files in the classpath . support Support Yes, you are right. We use also different | |
type.loader java.lang.ClassNotFoundException - please try to isolate the problem. The server should work well with no entity classes in the classpath . support Support | |
Embedded Entity in EmbeddedId not persisted. Error 631 at select./persistence.xml file in the classpath 19:05:31.464 [main] DEBUG org.hibernate.jpa | |
Custom Classloader: Issues with the Enhancer Agent because I can't seem to detect the classes on the classpath even at the moment when the LinkageError | |
Enhancement from gradle build file.Enhancer' classpath = sourceSets.main.runtimeClasspath args '-cp', 'src/main/groovy | |
ArrayIndexOutOfBoundsException: -1 I've attached a test which fails with the error "ArrayIndexOutOfBoundsException: -1". It runs 10 threads which create and persist objects. The objects are based on application objects so its not a single class test I'm afraid but it is standalone. I'm running as follows: java - classpath objectdb | |
Can not connect to replication node available in the classpath . support Support Thanks for your suggestion.. It solved my problem | |
ArrayIndexOutOfBounds with Critera API and function call (and possibly all your application jars) to the classpath of the server to make the method available on the server side. support Support | |
com.objectdb.o.InternalException: java.lang.NoClassDefFoundError: java/sql/Date idea why java.sql.Date is not found in the classpath ? Which Java version are you using? Do you use | |
Entity field renaming does not work after the change has to be available on the classpath . Otherwise the upgrade will fail. Could you please confirm | |
ObjectDb Doctor : Failed to locate set method for field property com.test.Video$VideoId.sourceId using reflection (error 316) in the classpath . support Support Just tried running the Doctor on a database with your model | |
Database access error , Doctor hanging on trying to repair, production shutdown at our biggest customer. Could you please double check it (sometimes the old objectdb.jar file remains in the classpath and the wrong | |
ObjectDB 2.0.0 Improved processing of some sorts of queries. Added support for using ObjectDB with JPA 1 jar in the classpath . Changed server start avoiding new process creation. Added logging for class loading and method finding problems. Fixed a bug in the results of IS [NOT] NULL queries. Fixed a bug in |