ObjectDB Database Search

51-65 of 65 results

ArrayIndexOutOfBoundsException

to be all using the same classes. I'll double check.   Thanks, Eitan eitane Eitan Eibschutz OK, the database

Doctor - high memory usage

threshold and didn't notice that - sorry. After double checking, every thing works exactly as you say. Thanks for explanation. lwalkowski Lukasz Walkowski

LDAP and ObjectDB

Hello, Is there any advantage in using LDAP with ObjectDB? I notice that I would still have to query the config for the credential, as well as query LDAP, a doubling of the work.   Thanks st.clair.clarke St Clair Clarke Most applications manage users and permissions in the database

Replication issue, Replayer failing due to NullPointerException.

even though there was no writing to the DB, they double in size exactly the amount of the resize value. This means everytime

Safe Settings

2 separate mechanisms for recovery from failure: Recording (transaction log). Recovery ( double

Is it possible get the All PrimKeys for a given entity class in the DB?

Hi, I would like to retrieve all the primKeys (user defined) by doing something like: TypedQuery query = em.createQuery("SELECT mif.primkey FROM MyClass mif", MyClassPrimKey.class); The only alternative I can think of - would be to store the primkey on the object - but sounds like it is double

Running ObjectDB on a node that does not have internet connectivity

The package.jdo files already begin with the line: However, after double checking that line, I did

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

your bin files worked was double clicking your jar files (none of the exe's worked--couldn't find java

EM close causes an exception

. support Support Please also double check that when the exception is thrown with 2 JVMs running the test

Multiple joins did not return expected result

)? There are more WHERE clauses which must be doubled if I use 2 variables. Thanks Markus doppelrittberger Markus Ritter

java.lang.ClassCastException in OSGi runtime when loading data from DB

would mean doubling the classes and having to move data around between the Entities and DTOs. Many

Remove not working

in this and similar cases. support Support I double and tripple checked

ObjectDB 2 JDO Manual

Support First, my apologies for the double post; I didn't see my first and thought for some reason

Weird issue with variable naming

and order by. Removing the addition of order stuff solves the issue of double naming though doesn't help

Issue with DISTINCT Select

, what is the desired, JPA-Conform way of NOT having a result with doubled $1 and stilll use something like our code