Internal Website Search

181-190 of 200 resultsRefresh

How to have a distribuited GWT application with ObjectDB and Spring?

.  so there are multiple hosts, each one with its own database and client.

OutofMemory error with Object DB 2.0

> It may be the result of creating multiple PersistenceManager

How force always recreate database on redeployment.

other on rerunning my web application. Currently, to avoid multiple models in the database, I

Multi-Threading/Distributed-Database Questions...

primary keys instead of references, but in this case queries on multiple databases are not be available. support Support

How does objectdb deal with conflicting schemas?

Suppose we have an objectdb network server with multiple clients connecting to it. Some clients have the latest object schema, matching that of the server. But some have an older schema, not using fields that have since been added. Will this work? FastModel Ben Schreiber

Error: Failed to write value of field X using reflection (oneToMany relation)

Hi there! I have been all day trying to solve this. I have read multiple sites and documentation, but I can go through this. I have a clase named Pedido, that have a reference ManyToOne to a clase Cliente. @Entity public class Pedido

evictAll() behavior

">PersistenceManagerFactory, i.e. shared by multiple EntityManager /

ArrayIndexOutOfBoundsException: -1

connected to the multiple threads. I haven't been able to narrow it down further so I'm hoping

Unexpected error when loading all entity instance

). Using this approach it will be impossible for multiple processes to access the database file.

Retrieving Metamodel without Connection

Hello! I use Spring Data JPA. It uses the Metamodel to create repository beans. This triggers a connection to the ObjectDB server. It happens on every start of the Context. If it fails the application isn't available at all. I had the situations multiple times