ObjectDB ObjectDB

Internal Website Search

81-90 of 200 resultsRefresh
14

Wrong data stored in date only fileds

: start of recording in local time zone private Date startDate; // Date: date ... ; } When adding records to the DB close to time when a clock change is expected, for example 2am on the 25 ... . Here are the values used to set the fields before adding the objects (in the attached DB) to the DB: Record
14

JPA CriteriaQuery -- Iterate Expression<List<Object>>

. the searchString is always decorated with %searchString%. The Person object can contain many Record objects. I ... (String) of each element of the List of Records (see pseudo code). //using MetaModel Expression<List<Records>> records = root.get(Person_.records); Expression<String> param = builder.parameter
14

Replication issue, Replayer failing due to NullPointerException.

, starting a clean master and verifying it works as expected and the DB's are recording from ... be relevant since I have recording on from the start. It's worth noting that some of the databases ... " /> <recovery enabled="true" sync="false" path="." max="512mb" /> <recording enabled="true
13

Double persist of Entity field with Cascade.ALL

to the Book, there are two Chapter records (usually added in sequential id) on the Chapter table ... records). I have attached all the classes involved in the error case. I would like to know ... , when prompted first enter: 1 + enter to persist a Book record to database. Run Book_dberror enterprise app
13

Attempt to begin a new transaction when a transaction is active

release() { em.close(); emf.close(); } public void storeRecord(Record r) { em ... to the database in order to persist records. For example : @EJB RecordDao recordDao; recordDao ... execute is to retrieve records from database using : Record r = em.find(Record.class, recordNo
3

InternalException when using MEMBER OF on a large list in a query

FROM " + propertyClassName + " AS property, " + recordClassName + " AS record " + "WHERE property.uid MEMBER OF record.properties AND property.scopeID MEMBER OF ?1"; TypedQuery<String> q ... . The above exception occurs only when the Set record.properties contains more than 20.000 elements. The field
3

New issues with queries using build 2.7.6_08

, but we expected only one verdict object: Although there is only one record which has an executionConfig with uid = '23A' the query engine ignores this condition and select all records. SELECT ... .internal.dmos.execution.ExecutionRecordImpl as record, com.btc.ep.simulation.bl.internal.dmos
2

Database access error , Doctor hanging on trying to repair, production shutdown at our biggest customer

the system for awhile with recording enabled then if this happens again we may be in a position to reproduce the problem by running the recorded transactions. support Support to clarify the history of this database ... ? we are probably not able to use the recording as the system is permanently under heavy load. Recording
0

printStackTrace()

of the toString() method for this object. Remaining lines represent data previously recorded by
0

printStackTrace()

of the toString() method for this object. Remaining lines represent data previously recorded by

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