ObjectDB ObjectDB

Internal Website Search

71-80 of 200 resultsRefresh
60

Visibility of changes in Transaction is not visible to a JPA QL Query

();   } catch The problem is that the items that I add in the transaction are not visible when I ... on Windows Server 2008 SP2 32bit. I have not added any objectdb jars in any other location apart from the EAR ... are not be visible to queries with no flush. Probably you do have a flush in that code. Maybe in
60

JPA-Query does not lead to any result

that works without a problem, but in case of this database that query does not have any results. Can anyome ... are two databases, one where the query has a result and one where the query does not has any results. skolb Sebastian Kolb The query is executed using an index on field userName. In not-working.odb
60

Running ObjectDB on a node that does not have internet connectivity

Upon initializing our ObjectDB database on a node that does not have a connection to the outside ... beta version, in which the dtd file is not available locally. Please switch to the last 2.0 RC ... to access the Internet might still happen if the XML headers of the package.jdo files do not match
60

Drop in Client/server mode not working

your example at it works as long as the Explorer is not connected to the database. ie: If explorer is connected to a c/s database then it is not dropped! I confirmed this with my code. In my view ... . David dmoshal David Moshal Drop is possible only for a database that is currently not open and in use
60

Items in list are doubled, when the entity class is not enhanced

are not enhanced, added items are doubled. Here is an example: @Entity public class Customer ... and this will be further explored (in addition to the difference between using enhancement or not and the new ... _03 and was changed in order to fix orphan removal). If Customer is not dirty - it doesn't cascade
60

Field not persisted in abstract class with two level of nesting

Hi, I have a field (embedded TZ1) which is not persisted in class MHD1 (TZ1 extends AS and AS ... because it is not public. Adding public to the definition of the abstract class (AS) solves the problem. This concrete subclass may be needed for some uses, but starting build 2.5.6_02 it will not
60

Objectdb ignores not null annotations

I'd like to mark field of an entity not nullable so that when developer tries to persist such entity exception gets thrown... I've tried @Column(nullable = false) (i even tried @NotNull which is not ... or primitive) not nullable... Regards vachagan Vachagan Please see the answer in this forum thread. support Support
60

enhanced object .. NOT enhanced

an error that this class has not been ehanced (what is important, this class has _odbTracker field ... it I got an error that this class has not been ehanced Please provide full error message (and stack ... serialization is not the result of no enhancement but of a missing @Entity / @PersistenceCapable
12

Sometimes cascade persist does not work during commit

A, afterwards not persisted entities B are added to entity A. At the end a commit is executed ... work correctly, so that entities B are not persisted. Unfortunately we cannot reproduce this bug in ... we currently do not have any information about such issue. support Support Hello, for this bug
12

DB persist operation results are not available for another Thread/EntityManager immdiately

a query. But there are not any results available. We debugged the problem. Thread B executes the query and prints the results to the console, but there are not results. After that the thread stops ... then the problem does not happen. Can you imagine or explain this timing problem? btc_es BTC

Getting Started

ObjectDB is very easy to use. Follow the Getting Started Tutorial and the Quick Tour manual chapter and in minutes you may be able to write and run first Java programs against ObjectDB.

Prior knowledge or experience in database programming (SQL, JDBC, ORM, JPA, etc.) is not required, but some background in using the Java language is essential.

Need Help?

  1. Search ObjectDB website
  2. Read the FAQ
  3. Follow the Tutorials
  4. View or post in the forum
  5. Search or file an issue
  6. Contact support