ObjectDB Database Search

151-200 of 200 results

using DbUnit with ObjectDb

().getAccessor().getConnection(), "PUBLIC"); but with objectDb this gives: Exception in thread " main ... think that the main limitation of this approach is that it is limited to small data sets that can fit into the main memory, doesn't it? Can you use it to load many GBs of data? If you load the data

Enhancement from gradle build file

David Moshal The following seems to work: task enhance(type: JavaExec) {   main = 'com.objectdb.Enhancer'   classpath = sourceSets. main .runtimeClasspath   args '-cp', 'src/ main /groovy

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

How to disable use of graphic windows by objectDB

:223) at com.objectdb.Server.run(Server.java:107) at com.objectdb.Server. main (Server.java:66) Caused by ... .objectdb.Server. main (Server.java:66) Caused by: java.net.UnknownHostException: GhostRider: Name or ... .objectdb.Server.run(Server.java:107) at com.objectdb.Server. main (Server.java:66) Caused by: java.net

EntityTransaction.commit() does not release a pessimistic lock

+= a; } } // Main .java package icke; import javax.persistence.*; import java.io.File; import java.util ... ; import java.util.concurrent.TimeUnit; public class Main { public static void main (String[] args

Request clarification of changes to accessor enhancement policy (non-getter prefix instead of getter suffix) AND annotations

, I prefer the new policy, however this has major consequences for my main web app development (broke ... a substantial migration in my main web app because of this change (as a side-effect of that fact that the old ... and it definitely used the old policy. The main point of this posting is to emphasise that annotations

PersistenceException: Failed to locate field

the problem. Exception in thread " main " java.lang.ExceptionInInitializerError Caused by: com ... . support Support ok, so problem resolves if I add programmatic enhancement: static void main ( args ... there first or have a proxy class which calls the main class, if I recall that was the recommended

Enhancement API - NullPointerException

:69) at com.objectdb.Enhancer.enhance(Enhancer.java:90) at my.package. Main . main ( Main .java:34) I

Should I be able to persist a JFrame (or gui components in general)?

GUIFormExamples (under samples). 2. Specifically, I worked with the ContactEditor as main . I made a new class ... ; public NewJFrame() { initComponents(); } //more stuff etc................................... // main from JavaApplication1.java..................................... public static void main (String[] args

How to create dynamic Entity class.

is it next time it throws following exception.: Exception in thread " main " [ObjectDB 2.7.5] javax.persistence ... ) at packone.DMain. main (DMain.java:53) Caused by: javax.persistence.PersistenceException: com.objectdb.o ... to use your class loader. Changing the code in your test main as follows seems to solve the exception

Pre-detach loading: retrieval by navigation not working in if statement

reports regarding using ObjectDB javaagent enhancer. Note that the main difference between build time ... ; support Support  the main difference between build time enhancement and on the fly javaagent ... files. webel Dr Darren Kelly The main activity of the Enhancer is to encapsulate persistent fields by

Reading 1.x odb files in ObjectDB 2.x without upgrading

.objectdb.Converter. main (new String[] {oldOdbFileName, newOdbFileName}); support Support Sometimes i ... am doing conversion inside the jaa applications by using the following code com.objectdb.Converter. main (new ... .Converter. main (new String[] {oldOdbFileName, newOdbFileName}); I always gets corrupted database. 

"where in" query

operator is currently not supported and will be implemented with subqueries  (since its main use ... {     public static void main (String[] args)     {     ... void main (String[] args)     {        

Empty temporary dat files in the temp folder

due to lack of memory. Some information to our scenario: We use one main database file ... the observed use case the database’s are very small ( main DB ~ 3MB and three additional DB’s ... ; public class pagesTempFiles { public static void main (String[] args) {   System.setProperty

Left join fetch behaviour doesn't retrieve children?

;  public static void main (String[] args)  {          ... case : public class ObjectDbTest { public static void main (String[] args) {   ... ObjectDbTest { public static void main (String[] args) {   EntityManagerFactory emf = Persistence

Convert embedded database to server

is of course better performance of the main application that accesses the database in embedded mode, which is faster. The main drawback is that the embedded server depends on the main application, so will not

Mysterious "Attempt to persist a reference to a non managed instance" error

.objectdb.Enhancer; public class ODBTest { public static void main (String[] args) {     ... : Exception in thread " main " [ObjectDB 2.2.6_03] javax.persistence.RollbackException Failed to commit ... ) at com.objectdb.jpa.EMImpl.commit(EMImpl.java:277) at failing.ODBTest. main (ODBTest.java:38) Caused by

multiple connection using share folder

). You can also run the server by calling com.objectdb.Server. main (...) from your application, as ... use in other processs com.objectdb.Server. main (args); i have put this line in main class and again i

The server cannot start in CentOS

(Server.java:96)         at com.objectdb.Server. main (Server.java ... it get this message: Exception in thread " main " java.lang.ExceptionInInitializerError at fpg.TrieTree. (TrieTree.java:14) at src.run.Exec. (Exec.java:22) at src.run.Exec. main (Exec.java:375) Caused by: com

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

Once served to JSF page via @EJB query bean, many list fields are null (but same query ok after fresh persist in @PostConstruct)

). Darren PS: We do not want to have to fork our main web application to go through it and tediously ... changes in my main project (although these won't hurt switching between ObjectDB and EclipseLink, we want to keep that option open if possible until the evaluation runs and is proven on our main web app

com.objectdb.o.InternalException: java.lang.ArrayIndexOutOfBoundsException: null

, no exceptions. Exception in thread " main " [ObjectDB 2.5.3_03] Unexpected exception (Error 990) Generated ... .JpaQuery.getResultList(JpaQuery.java:686) at test.MyTestCase. main (MyTestCase.java:38) at sun.reflect ... .application.AppMain. main (AppMain.java:120) uncol Dmitry Zakharov Thank you for this bug report

"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