ObjectDB Database Search

101-150 of 200 results

Pessimistic Lock Timeouts setting

.lock.timeout ) was just added in build 2 . 2 .3_02. Please check the documentation and try it. support ... are being blocked, subsequent threads are still getting errors (after the pause). Using TestNG, my settings ... you for the update. support Support Hi. I am using Objectdb version 2 .3.7_01. I am developing a test program

Replaying recorded requests...

;      Questions: 1) Why am I seeing this if I've set recording enabled to false? 2 ... directory has many files like this: mr.odb_nonclosed, mr_1.odb_nonclosed up to mr_10.odb_nonclosed 2 ... the contextDestroyed method of the ContextEventListener class. Is this wrong? ie: it gets calls

javax.persistence.PersistenceException: No Persistence provider for EntityManager named in Karaf 4.0.7 and OSGi DS test

server and Karaf running on localhost. When I try to persist the entity I'm getting the  javax ... to deploy to Karaf 2 ) the objectdb bundle I use 3) a zip file containing the source project (Eclipse ... the context class loader. Setting the context class loader, as suggested in # 2 above, is a known

Object belongs to another EntityManager - ERROR

Hi, From time to time we are getting following error in our project when trying to insert/update a record in database [ObjectDB 2 .4.6_13] javax.persistence.RollbackException 10:29:14,880 ERROR ... .server.communication.PushHandler$ 2 .run(PushHandler.java:158) 10:29:14,968 ERROR [stderr] (http--10.23.3

Deadlock in objectdb code

Running multi-threaded access to an embedded database using JDO, I'm getting a deadlock in objectdb code.  Thread dump attached. sjzlondon Steve Zara Thank you for this report. The thread dump ... during a run? Basic type registration was added now in build 2 .5.0_06. To see registered types add

Too many objects for this ObjectDB Edition

but have switched to a newer version and am still getting the error. Any help would be much appreciated, Thanks

Objectdb Doctor

Hi, I have deleted an instance of ClassA . However, if I try to access ClassB , which has a field of type ClassA , ClassB.classA , then, rather than getting a null pointer for classB.classA , I get an enormous exception. How does the ObjectDB Doctor help?   dmoshal David Moshal When objects

Attempt to begin a new transaction when a transaction is active

; I don't know why am I getting this.. Thank you very much! adibe Adi Be Apparently the transaction

Problem persisting a TreeSet field

Hello, I am getting a "java.lang.IllegalArgumentException: Can not set java.util.TreeSet field Message.children to java.util.HashSet" when persisting a Message object with a parent/children relationship: @ManyToOne private Message parent; @OneToMany(mappedBy = "parent") private TreeSet children

javax.persistence.PersistenceException

; This is another bug. I cannot get past the previously mentioned line. I keep getting given apersistence error

zip file or JAR manifest missing

thread "main" [ObjectDB 2 . 2 .5] javax.persistence.PersistenceException Type ItemList is not found ... .objectdb.o.QRR.b(QRR.java:143) at com.objectdb.jpa.JpaQuery.getSingleResult(JpaQuery.java:613) ... 2 ... i where i.taskid=?1 and i.itemname = ? 2 "; Query q2 = em.createQuery(sQ2); q2.setParameter(1, iTask

problem with lazy loading - unittest project attached

4 requests 1. save entity 2 . read an existing entity, add onetomany relation 3. read an existing ... , one entity with 2 related entities. if i use EAGER the test pass, if not the related entity list is empty ... (ReflectiveCallable.java:15) [junit-4.8. 2 .jar:na] at org.springframework.test.context.junit4

find() cost unreasonable time!

, why? Result: =========== find time @ 24.125000 getSons time @ 0.000000 1 : type:Nodes, sons: 2 child : 2 child : 3 Iterator time @ 0.000000 find time @ 0.000000 getSons time @ 0.000000 2 : type:Nodes, sons: 2 child : 4 child : 5 Iterator time @ 0.000000 find time @ 0.000000 getSons time @ 0.000000 3

combined index not used

the results of step 1e retaining only results that satisfy: (a.type=0). Step 2 : Process ObjectNode ... ---------------------------- Retrieve fields in ObjectNode (v$1) instances. Step 4: Process ObjectNode (v$ 2 ) instances ... ObjectNode (v$ 2 ) instances that satisfy: and(and((v$ 2 .objectNameUpper='SETUP'),(v$ 2 .classIdentifier='(TC

Can't open replicated database

is: [ObjectDB 2 . 2 .8] javax.persistence.PersistenceException Attempt to update types in read ... ! felixobjectdb Richard Szurgot Not sure if its related but I'm also getting the following null pointer

jakarta.persistence.criteria.CriteriaBuilder.treat(SetJoin,Class)

Jakarta Persistence (JPA) Method in jakarta.persistence.criteria.CriteriaBuilder SetJoin treat (    SetJoin join ,    Class type ) Downcast SetJoin object to the specified type. Parameters: join - SetJoin object type - type to be downcast to Returns: SetJoin object of the specified type. Since: Jakarta Persistence (JPA) 2 .1

jakarta.persistence.criteria.CriteriaBuilder.union(CriteriaSelect,CriteriaSelect)

of the results of the given queries. Since: Jakarta Persistence (JPA) 3. 2

jakarta.persistence.criteria.CriteriaBuilder.unionAll(CriteriaSelect,CriteriaSelect)

criteria query which returns the union of the results of the given queries. Since: Jakarta Persistence (JPA) 3. 2

jakarta.persistence.criteria.CriteriaBuilder.intersect(CriteriaSelect,CriteriaSelect)

the intersection of the results of the given queries. Since: Jakarta Persistence (JPA) 3. 2

jakarta.persistence.criteria.CriteriaBuilder.intersectAll(CriteriaSelect,CriteriaSelect)

: a new criteria query which returns the intersection of the results of the given queries. Since: Jakarta Persistence (JPA) 3. 2

jakarta.persistence.criteria.CriteriaBuilder.treat(ListJoin,Class)

Jakarta Persistence (JPA) Method in jakarta.persistence.criteria.CriteriaBuilder ListJoin treat (    ListJoin join ,    Class type ) Downcast ListJoin object to the specified type. Parameters: join - ListJoin object type - type to be downcast to Returns: ListJoin object of the specified type. Since: Jakarta Persistence (JPA) 2 .1

jakarta.persistence.criteria.CriteriaBuilder.treat(MapJoin,Class)

Jakarta Persistence (JPA) Method in jakarta.persistence.criteria.CriteriaBuilder MapJoin treat (    MapJoin join ,    Class type ) Downcast MapJoin object to the specified type. Parameters: join - MapJoin object type - type to be downcast to Returns: MapJoin object of the specified type. Since: Jakarta Persistence (JPA) 2 .1

jakarta.persistence.criteria.CriteriaBuilder.treat(Path,Class)

Jakarta Persistence (JPA) Method in jakarta.persistence.criteria.CriteriaBuilder Path treat (    Path path ,    Class type ) Downcast Path object to the specified type. Parameters: path - path type - type to be downcast to Returns: Path object of the specified type. Since: Jakarta Persistence (JPA) 2 .1

jakarta.persistence.criteria.CriteriaBuilder.treat(Root,Class)

Jakarta Persistence (JPA) Method in jakarta.persistence.criteria.CriteriaBuilder Root treat (    Root root ,    Class type ) Downcast Root object to the specified type. Parameters: type - type to be downcast to root - root Returns: Root object of the specified type. Since: Jakarta Persistence (JPA) 2 .1

jakarta.persistence.PersistenceContext.synchronization

: SynchronizationType.SYNCHRONIZED Since: Jakarta Persistence (JPA) 2 .1

jakarta.persistence.PersistenceUnitUtil.load(Object,String)

with an open persistence context or cannot be loaded from the database. Since: Jakarta Persistence (JPA) 3. 2

jakarta.persistence.PersistenceUnitUtil.load(E,Attribute)

persistence context or cannot be loaded from the database. Since: Jakarta Persistence (JPA) 3. 2

jakarta.persistence.PersistenceUnitUtil.load(Object)

or cannot be loaded from the database. Since: Jakarta Persistence (JPA) 3. 2

jakarta.persistence.PersistenceUnitUtil.isLoaded(E,Attribute)

if entity's state has not been loaded or if the attribute state has not been loaded, else true. Since: Jakarta Persistence (JPA) 3. 2

jakarta.persistence.criteria.CollectionJoin.on(Expression)

. Parameters: restriction - a simple or compound boolean expression Returns: the modified join object. Since: Jakarta Persistence (JPA) 2 .1

jakarta.persistence.metamodel.Metamodel.entity(String)

: IllegalArgumentException - if not an entity. See Also: jakarta.persistence.Entity.name Since: Jakarta Persistence (JPA) 3. 2

jakarta.persistence.criteria.CollectionJoin.on(Predicate...)

. Parameters: restrictions - zero or more restriction predicates Returns: the modified join object. Since: Jakarta Persistence (JPA) 2 .1

jakarta.persistence.criteria.CriteriaBuilder.tuple(List)

: IllegalArgumentException - if an argument is a tuple- or array-valued selection item. Since: Jakarta Persistence (JPA) 3. 2

jakarta.persistence.criteria.CriteriaBuilder.array(List)

: IllegalArgumentException - if an argument is a tuple- or array-valued selection item. Since: Jakarta Persistence (JPA) 3. 2

jakarta.persistence.criteria.CriteriaBuilder.createCriteriaUpdate(Class)

Jakarta Persistence (JPA) Method in jakarta.persistence.criteria.CriteriaBuilder CriteriaUpdate createCriteriaUpdate (    Class targetEntity ) Create a CriteriaUpdate query object to perform a bulk update operation. Parameters: targetEntity - target type for update operation Returns: the query object. Since: Jakarta Persistence (JPA) 2 .1

jakarta.persistence.criteria.CriteriaBuilder.createCriteriaDelete(Class)

Jakarta Persistence (JPA) Method in jakarta.persistence.criteria.CriteriaBuilder CriteriaDelete createCriteriaDelete (    Class targetEntity ) Create a CriteriaDelete query object to perform a bulk delete operation. Parameters: targetEntity - target type for delete operation Returns: the query object. Since: Jakarta Persistence (JPA) 2 .1

jakarta.persistence.criteria.CriteriaBuilder.asc(Expression,Nulls)

nullPrecedence - the precedence of null values Returns: ascending ordering corresponding to the expression. Since: Jakarta Persistence (JPA) 3. 2

jakarta.persistence.criteria.CriteriaBuilder.desc(Expression,Nulls)

nullPrecedence - the precedence of null values Returns: descending ordering corresponding to the expression. Since: Jakarta Persistence (JPA) 3. 2

jakarta.persistence.TypedQuery.setCacheRetrieveMode(CacheRetrieveMode)

the entity manager. Parameters: cacheRetrieveMode - cache retrieval mode Returns: the same query instance. Since: Jakarta Persistence (JPA) 3. 2

jakarta.persistence.TypedQuery.setCacheStoreMode(CacheStoreMode)

. Parameters: cacheStoreMode - cache storage mode Returns: the same query instance. Since: Jakarta Persistence (JPA) 3. 2

jakarta.persistence.TypedQuery.setTimeout(Integer)

milliseconds, or null to indicate no timeout Returns: the same query instance. Since: Jakarta Persistence (JPA) 3. 2

jakarta.persistence.UniqueConstraint.options

Jakarta Persistence (JPA) Method in jakarta.persistence.UniqueConstraint String options (Optional) A SQL fragment appended to the generated DDL which creates this constraint. Default: "" Since: Jakarta Persistence (JPA) 3. 2

Strange Error with Criteria API and Sorting

.objectdb.o.UserException: Invalid order expression '$ 2 ' for distinct results at com.objectdb.o.MSG.d(MSG.java:61) [objectdb- 2 .4.4_05.jar:] at com.objectdb.o.QNF.l(QNF.java:333) [objectdb- 2 .4.4_05.jar:] at com.objectdb.o.QNF.n(QNF.java:394) [objectdb- 2 .4.4_05.jar:] at com.objectdb.o.QNF.k(QNF.java:169

javax.servlet.ServletException: Annotated methods must follow the JavaBeans naming convention. __odbHidden_getPropertyName

;Glassfish3.0.1 objectdb- 2 . 2 .5_10 JavaEE6 web app The error reports as: javax.servlet.ServletException ... to something like getOdbHidden can solve the problem. Please try build 2 . 2 .6_01 that tries exactly ... priority, it is inconveniencing my work the most. webel Dr Darren Kelly Have you tried version 2 . 2 .6_01

NullPointerException in __odbGetNumMember

) the entity gets removed without any problems??? quasado Alexander Adam The stack trace may indicate

evalution limit error on digital ocean ubuntu

.MSG.d(MSG.java:61) ~[objectdb- 2 .5.4.jar:na] at com.objectdb.o.MST.UC(MST.java:1090) ~[objectdb- 2 .5.4.jar:na] at com.objectdb.o.WRA.UC(WRA.java:213) ~[objectdb- 2 .5.4.jar:na] at com.objectdb.o.TYS.x(TYS.java:768) ~[objectdb- 2 .5.4.jar:na] at com.objectdb.o.TYS.v(TYS.java:592) ~[objectdb- 2 .5.4.jar:na

Query Execution Error

JOIN $1.mitgliedschaft $ 2 LEFT JOIN $ 2 .abteilungen $3 LEFT JOIN $3.abteilung $4 WHERE (((NOT ((($ 2 ... FROM com.lexware.vereinsverwaltung.verein.mitglied.Mitglied $1 LEFT JOIN $1.mitgliedschaft $ 2 LEFT JOIN $ 2 .abteilungen $3 LEFT JOIN $3.abteilung $4 WHERE (((NOT ((($ 2 IS NOT NULL) AND ($3 IS NOT NULL

ArrayIndexOutOfBoundsException on flush

mentioned above is this: [ObjectDB 2 .3. 2 _08] javax.persistence.PersistenceException Attempt ... it but we're not clear what is happening yet 2 ) No replication is in use - the database in question ... ( ~2KB) are handled differently and many problems in early versions of ObjectDB 2 .x where related

UTF Error

Hi, I got this exception when accessing ObjectDB server 2 .8.4 w/ 2 .8.5_06. Regards, -- [ObjectDB 2 .8.5_06] Unexpected exception (Error 990) Generated by Java HotSpot(TM) 64-Bit Server VM 15.0. 2 ... and the server ( 2 .8.4 and 2 .8.5_06). Does upgrading to the same version,  2 .8.5_06, on both the client

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

. [ObjectDB 2 .6.0_04] Unexpected exception (Error 990) Generated by Java HotSpot(TM) 64-Bit Server ... EmbeddedSystems We get he same exception (same stack trace) with the newer Version 2 .6.1. btc_es ... . Is it possible that your application has a similar condition? Build 2 .6.1_01 should fix this exception