ObjectDB Database Search

51-100 of 151 results

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

Jboss 6 persistence.xml startup error

that was just released (2.2.0_03) fixes the main problems and seems to work well with JBoss AS 6.0

mapping file is not being loaded

; import javax.persistence.Persistence; public class T824 {     public static void main

Error using query with MAX() function

(); } public static void main (String[] args) { Test t = new Test(); t.doit(); } public void doit() { for(int i=1;i

Problem with Criteria Querys

.Root; public final class MyTestCase {     public static void main (String[] args) 

Can I Disable the Creation of the "log" Directory?

main (String[] args){ String currentDirectory = System.getProperty("user.dir

Embedded List

void main (String[] args) {         EntityManagerFactory emf = null

Bug: ClassCastException by retrieval

; */ public static void main (String[] args) {   EntityManagerFactory emf = Persistence

SelfTest and com.objectdb.Doctor

your application using:     Doctor. main (new String[] { ... }); Output will be written

Objectdb recovery

affected? Thanks Marta Maruta M Sedlakova The main purpose of the recovery is to preserve the integrity

ObjectDB throws `NullPointerException` in internal code (`com.objectdb.o.ENH.b`)

)     at hr.hydraorm.apps.workers.drivers. main .DriversMain. (DriversMain.java:71)    

InternalError on query of empty database

(RemoteTestRunner.java:390) at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner. main

Performance and memory usage of queries

; public static void main (String[] args) {   EntityManagerFactory emf = Persistence   

Failed to create a new file 'target\objectdb\log\archive' (error 112)

; Resulting error: [11:47:18]: [com.rbccm.felix.server:integration-test] 11:47:18,588 main WARN

problem with lazy loading - unittest project attached

.jdt.internal.junit.runner.RemoteTestRunner. main (RemoteTestRunner.java:197) [.cp/:na] Caused by: org

Cascading makeTransient

the following error:   Exception in thread " main " [ObjectDB 2.6.3_01] Unexpected exception (Error

explorer NullPointerException

is gray and disabled(has no stack trace),just like the picture I have uploaded。 so,the main problem

DB Explorer and Doctor unable to open DB file

.Doctor. main (Doctor.java:22) Caused by: java.lang.NoClassDefFoundError: quant/phdsc_new/model

Activation Issue

.SurefireBooter. main (SurefireBooter.java:980) Caused by: com.objectdb.o.UserException: Too many persistable

ObjectDB Manual

.objectdb.com/database/issue/21 Actually chapters 5 and 6 of the manual are general. The main work

Connection performace after upgrade to objectdb 2

;  public static void main (String[] args)  {         for (int i = 0; i

Problem with @UniqueConstraint

It seems there is a problem with @UniqueConstraint. Same annotations using hibernate works fine - an error will be thrown - duplicate name. ObjectDB - no exception will be thrown. with best regards Peter import javax.persistence .*; public final class Test2 { public static void main ( String

Extended mapping-definitions

MetaClass with MetaClass.className= "Dog" As consequence I would get a huge main -table with the default

Is 2 level cache in use?

 by setting its size to 0. The main problem with the default implementation is that the server

Index on map key

static void main (String[] args) {         EntityManagerFactory

ORDER BY problem, when String starts with language specific character

.*; public final class T352 {     public static void main (String[] args)   

Error with org.springframework.data.jpa.domain.AbstractPersistable

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

Configure ObjectDB in spring context

ApplicationConfig { @Resource private Environment environment; public static void main (String[] args

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

retrieval again and again started

in this log seem different than in the original post, so hopefully build 2.9.0_02 did solve the main

reading from table gives Unexpected exception

;   at com.objectdb.jpa.JpaQuery.getResultList(JpaQuery.java:716)     at main

UTF Error

, the exception did not appear. However, I can not upgrade the main database server now... because many

spuriously objectdb objects have null references

 but why can we have such a behaviour ? The main goal is to make sure that unloaded fields

JDO PersistenceManager.getSequence() returns null sometimes

javax.jdo.datastore.Sequence; import testcase.Thing; public class Testcase { public static void main

Unexpected exception

.RemoteTestRunner.run(RemoteTestRunner.java:464) at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner. main

Bug when using SIZE in combination with date lower parameter

the Tester. main (), both queries should return the same results. I use the latest ObjectDB 2.7.2_05

Cascade.ALL with LAZY fetchtype does not clean up all references on remove

;http://www.objectdb.com/database/support/665 Please start the Tester. main () with the generate() method