ObjectDB Database Search

101-150 of 200 results

java.lang.NoClassDefFoundError: java/time/LocalDate

thread " main " [ObjectDB 2.8.6] Unexpected exception (Error 990) Generated by Java HotSpot(TM) Client ... .Main2. main (Main2.java:12) Caused by: java.lang.ClassNotFoundException: java.time.LocalDate at java ... .java:358) ... 15 more by the way, the following codes runs OK. public static void main (String[] args

Source not found error after downloading ObjectDB 2.3.7_04

.PersistenceManager; import javax.jdo.PersistenceManagerFactory; public class Main {    ... ; public static void main (String[] args) {         Employee

persisting object with long[][] arrays of array

;   return ret;     }     public static void main (String[] args ... ; return ret;     }     public static void main (String[] args) {  

EntityManager.merge gives EntityNotFoundException

for your assistance. Full error output is: Exception in thread " main " [ObjectDB 2.3.4] javax.persistence ... (EMImpl.java:456) at classdb.Test. main (Test.java:32) thepigs Matt Pepar You are right, merging non

Missing Data on Retrieval (0, null values)

support of polymorphism, type checking, etc.) is one of the main benefits of using JPA and by generating ... available you will still get an object that you can explore using reflection. The main idea of an object

Connection is closed Caused by: java.io.EOFException

:107) at com.objectdb.Server. main (Server.java:66) So the maximum of 100 connections has been exceeded ... ;  public static void main (String[] args) {        

Need help to make this test work and define proper annotations for entities Lists

void main (String[] args) {         Tester t = new Tester();   ... message: order.name: customer name Exception in thread " main " [ObjectDB 2.x] SELECT ord FROM  == OrderF

Storing objects problem

that you have described. support Support Main class:      EntityManagerFactory emf ... .persistence.*; public class Test { public static void main (String[] args) {   DeviceT router

EntityManager getMetamodel() causes crash

(" EntityType: " +e.getName())); : ObjectDB returns with: Exception in thread " main " com.objectdb.o ... */ public class MyTestCase { public static void main (String[] args) { EntityManagerFactory emf

Distinct Error

. 11:30:49.764 [ main ] ERROR c.c.handlers.SearchRequestHandler - Exception thrown during search request ... (RemoteTestRunner.java:390) [.cp/:na] at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner. main

Join performance in Objectdb

")     public static void main (String[] args) {        ... ;  public static void main (String[] args) {        

Issue with compile time enhancement

.AbstractMethodError: com.paceap.eden.jpa. main .Terms.__odbGetTracker()Lcom/objectdb/spi/Tracker; at com.objectdb.o ... .BootstrapTerms.loadDefaultTerms(BootstrapTerms.java:85) at com.paceap.migrator.eden.Migrator. main

com.objectdb.o.InternalException: java.lang.NoClassDefFoundError: java/sql/Date

I've seen this error in another thread, but there was no explanation for fixing the problem. I am using objectdb-2.8.7. Here is the stack trace. Exception in thread " main " [ObjectDB 2.8.7 ... .JavaObjectDBApp. main (JavaObjectDBApp.java:14) Caused by: java.lang.ClassNotFoundException: java.sql.Date

Starting Explorer programmatically

;   dmoshal David Moshal The Explorer is a Java program, so you can simply call its main method from your program:     com.objectdb.Explorer. main (new String[0]); support Support

"Unexpected query expression" using CriteriaQuery FetchParent Interface

with a test case. support Support public class App { public static void main (String[] args) {   ... thread " main " [ObjectDB 2.5.6_05] javax.persistence.PersistenceException Unexpected query expression

How to package orm.xml when using EJB in WAR?

;     both persistence.xml and orm.xml are located in src/ main /resources/META-INF ... -around seems to be to add a copy of orm.xml into src/ main /resources/META-INF of the web project that depends on the EJB

Size of recording directory keeps growing

, a hundred times bigger that the main database file (*.odb .. 182 MB). My question: How to limit ... ; Below are sizes of our database files: Main database: nef@l1:~/objectdb$ ls -lah db/cloudai/genose.odb -rw-r

Date field Index is corrupted due to time change

;      public static void main (String[] args)  {      

Standalone server needs dependencies?

.createEntityManager(); and it threw the exception  Exception in thread " main " [ObjectDB 2.8.3] javax.persistence ... . main (ODBService.java:119) Caused by: com.objectdb.o.UserException: Failed to locate set method

Query all objects that implements a given interface - is that possible?

thread " main " [ObjectDB 2.5.1_05] javax.persistence.PersistenceException Attempt to define unbound ... .Signal_Base. main (Signal_Base.java:176) Caused by: com.objectdb.o.UserException: Attempt to define

Cannot initialize db after inserting a java.util.List

.gwt.dev.DevMode. main (DevMode.java:282) Caused by: java.lang.ClassCastException: objectdb.java.util ... .gwt.dev.DevMode. main (DevMode.java:282)   gorilla77 Ji Kim It seems that there is a class

IN expression in a Criteria Query

public class T1108 {         public static void main (String[] args ... .*; @Entity public class T1108 {         public static void main

multiple LEFT JOINs do not work as expected

.*; import javax.persistence.*; public final class T616 {     public static void main ... void main (String[] args) { EntityManagerFactory emf = Persistence.createEntityManagerFactory

Merge failure with composite primary key

It was working well with previous releases and now is failling: Exception in thread " main " [ObjectDB 2.3.7_20] javax.persistence.EntityNotFoundException Entity is not found: MergeTest#('Hello',0) (error 631) at com.objectdb.jpa.EMImpl.merge(EMImpl.java:451) at MergeTest. main (MergeTest.java:19

Auto Date for Creation and Update

-with-prepersist/src/ main /java/comfortable/data/model/Author.java https://github.com/Nachtfeuer/comfortable ... . */ public class ObjectdbTest { public static void main (String[] arguments) { final var factory

com.objectdb.o.InternalException

.LauncherHelper$FXHelper. main (LauncherHelper.java:1051) Caused by: java.lang.RuntimeException: Exception in ... {         pruebaDatos();     }     public static void main

Conflicting modifiers .... (javax.persistence.Id, javax.persistence.ManyToOne)

.CreateDatabaseTestObjOnObjectDb. main (CreateDatabaseTestObjOnObjectDb.java:18) Caused by: com.objectdb.o ... + ", property=" + property; } } public static void main (String[] args) throws IOException

there is a free version?

you are running in Eclipse. According to your description it seems that your main class is the ObjectDB Activator (which is not needed for free users) rather than your main class or your web application. support Support

odb files and config file

Hi, I used the tutorial ( https://www.objectdb.com/tutorial/jpa/eclipse/web/project ) to use ObjectDB in my maven project. After that there was a db folder in src/ main /java/webapp/WEB-INF ... src/ main /java/webapp/WEB-INF/db/? I tried this: EntityManagerFactory emf = Persistence

Enhancer -s broken

;expansion , i.e. ObjectDB Enhancer does not get the * wildcard but a list of class files in the main ... ; What is the main difference that can make it work on Windows, splitting the arguments to two elements

alter table

, I restore the Meta to independent. But I get error like: Exception in thread " main " [ObjectDB 2.2.9 ... (EMImpl.java:277) at test.testString. main (testString.java:55) Caused by: javax.persistence

Improvement in replication

. The main idea is to take over master role by slave when original master dies. Now, after master ... up with current master. The main problem with solution is to choose master when both nodes are down and we start

"is not null" queries not working with index

; import javax.persistence.Persistence; public class Main {     public static void main (String

Strange Error with Criteria API and Sorting

.Join; import javax.persistence.criteria.Root; public class Test_OrderBy { public static void main ... ; this.other = other;   } } } And here's the output: Exception in thread " main " [ObjectDB 2.4.4_08

Unexpected exception (Error 990) com.objectdb.o.InternalException

main (String[] args) {         EntityManagerFactory emf =   ... .*; public final class T1620 {     public static void main (String[] args) {   

combined index not used

. Currently this is done by running a special query:     public static void main ... { public static void main (String[] args) throws Exception { System.setProperty("objectdb.temp

Remove of an entry from a @OneToMany collection is not possible if the enhancer is disabled

final class ChildEntityRemoveProblem { public static void main (String[] args) {   ... {     public static void main (String[] args) {        

docker documentation

Activation { static void main (String[] args) { PipedOutputStream piped = new PipedOutputStream() System.setIn(new PipedInputStream(piped)) Thread.start { Activator. main (args) } sleep(100) piped.println

Can not have unique index on Byte Array

== iWbldTBdz3etGCqHspWw3Q== Exception in thread " main " [ObjectDB 2.7.4_05] javax.persistence.RollbackException Failed ... .objectdb.ObjectDbTest. main (ObjectDbTest.java:19) Caused by: javax.persistence.PersistenceException: com

Eager Fetch of Map with Entities as Keys

main (String[] args) {         EntityManagerFactory emf =   ... .EMImpl.find(EMImpl.java:474) at T618. main (T618.java:26)   support Support

[ObjectDB 2.2.6_02] Unexpected exception (Error 990) at com.objectdb.o.OBC.aJ(OBC.java:961)

.ReproduceTest.performTest(ReproduceTest.java:61) at com.reproduce.error.ReproduceTest. main (ReproduceTest ... static void main (String[] args) { // initialise ReproduceTest test = new ReproduceTest(); TimePeriod

Navigation through lazy loading from Detached Objects

A main limitation of detached objects (as explained on the Detached Entities manual page) is: Retrieval by navigation from detached objects is not supported, so only persistent fields ... {     public static void main (String[] args) {       

unexpected exception

I received the following exception while trying to process a query: Exception in thread " main " [ObjectDB 2.0.4_01] Unexpected exception (Error 990) Generated by Java HotSpot(TM) Server VM 1.6.0_22 ... .MessageDB. main (MessageDB.java:68) zepinto Jose Pinto Closed as duplicate of Issue #107 . support Support

[ObjectDB 2.3.7_25] Unexpected exception (Error 990)

:163) at com.objectdb.Doctor. main (Doctor.java:22) [ObjectDB 2.3.7_25] null lorenz2304 Benjamin Lorenz ... .o.DMR.D(DMR.java:286) at com.objectdb.o.DMR.B(DMR.java:163) at com.objectdb.Doctor. main (Doctor.java

each 1-2 days objects on some objectdb level lock/block each other

above that hgzwicker Hans-Georg Zwicker Build 2.7.5_03 includes an attempt to improve concurrency by replacing two main ... solve the main problem, which seems to be that some frequent queries require too much cpu. The stack

java.lang.ClassCastException: com.objectdb.o.SCU cannot be cast to com.objectdb.o.PRU

(Unknown Source)   application log 2017-05-19 13:48:11,854 ERROR cl.intelidata.PcsIndexarCsv. main ... .intelidata.PcsIndexarCsv.procesar(PcsIndexarCsv.java:225) at cl.intelidata.PcsIndexarCsv. main

Issues with JDO Casting & Full Qualified Names

{ public static void main (String[] args) {   EntityManagerFactory emf = Persistence ... class F332 {     public static void main (String[] args)     {   

ObjectDB can't be activated

static void main (String[] args) throws Exception {         ... .SocketException; import java.util.Enumeration; public class Test2 {     public static void main

Can not connect to replication node

" main " javax.persistence.PersistenceException: No Persistence provider for EntityManager named objectdb ... (WebMapperHttpServer.java:221) at jp.asli.webmapper.WebMapperHttpServer. main (WebMapperHttpServer.java

Blocked by find

the "deletethreads" blocks. The aim of this database is to provide a data cache for the main ... that method. Using the delete query still halts the test though. My main app is using enhancement