Internal Website Search

131-140 of 200 resultsRefresh

Internal exception when updating date filed (TemporalType.DATE)

.updatePersonsBirthday(DataManager.java:42) at odbdatebugtestcase.OdbDateBugTestCase.main(OdbDateBugTestCase ... ) at odbdatebugtestcase.OdbDateBugTestCase.main(OdbDateBugTestCase.java:27) Caused by: com.objectdb.o ... ; import javax.persistence.*; public class T1312 {     public static void main

Broken @ManyToOne reference

attached. Please run the main() in the testobjectdb.Main class. In this method: # in ... .find(Child.class, Main.CHILD_ID);     Child child = em.createQuery("SELECT  e FROM Child e", Child.class).getSingleResult(); because Main

"Attempt to lock a non entity object" error

Exception in thread "main" [ObjectDB 2.4.7_15] java.lang.IllegalArgumentException Attempt to lock ... .EMImpl.lock(EMImpl.java:753) at Test.main(Test.java:34) at Enhance.main(Enhance.java:7) main(String[] args) {         EntityManagerFactory emf

em.flush(); em.clear(); loosing data and not persisting managed objects

"); em = emf.createEntityManager(); } public static void main(String[] args) { Test t = new ... flushing Exception in thread "main" [ObjectDB 2.2.3_06] Unexpected exception (Error 990 ... .main(Test.java:19)   awhawks Adam W. Hawks Thank

Schema Update: class hierarchy change

static void main(String[] args) {   System.out.println("start");   EntityManagerFactory ... : [Please note the changes in the Main method] package ... javax.persistence.Persistence; public final class Test { public static void main(String[] args

PostUpdate on array changes

> a) objectdb.conf file was no longer being found in src/main/resources when run by JUnit in ... any tests with: System.setProperty("objectdb.home", "<full path to src/main/resources> ... > 1) why does objectdb no longer pick up objectdb.conf in src/main/resources? 2) why am I

@Unique member combination not working

();         }     } } Main public static void main(String[] args) {     ... ; "objectdb:$objectdb/db/test.tmp;drop");     public static void main(String[] args

Start ObjectDB inside java code.

it also from your own code by calling the main method directly:     com.objectdb.Server.main(...); See also an option to use an   com.objectdb.Server.main   (test) ;

Remove an entity which attributes were changed - OptimisticLockException

.dal.tests.it and main.You can execute the unit test OptimisticLockTest as a JUnit Plugin Test ... ) at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main(RemoteTestRunner.java:192)main(String[] args) {        

Update query bug

"main" [ObjectDB 2.4.3] Unexpected exception (Error 990) Generated by Java HotSpot(TM) Client VM 1.7 ... .java:262) at ui.CmdUI.start(CmdUI.java:79) at main.Main.main(Main.java:22)