ObjectDB Database Search

151-200 of 200 results

Storing objects problem

include any indication that the child devices are not empty . Please follow the posting instructions

impossible to drop a table with 50 million objects

when trying to execute in explorer (max heap size 1GByte) delete from LogEntry l it comes up with a Java heap error after 20 minutes of executing. How to empty such a table ?     hgzwicker Hans-Georg Zwicker This may be because the transaction size is limited by the heap size

First query before any of the object has been stored

;NoResultException to be thrown, and coded to handle that as an empty result. What's really getting thrown

Getting com.objectdb.o.UserException:

You should be able to disable logging now with ObjectDB 2.4.3_01 by specifying an empty path .   support Support

Replication failed

). Other ideas: verify that both servers on 6136 and 6000 are running, start with an empty database or

@ElementCollection query returning extra result per element in collection

. Could be that I'm being confused about JPA2 criteria again.  Here is the example output, with a new DB ( empty

Database(*.odb) file size on disk

are reused but the the file not resized. The database is at the end empty again, but larger

Changes in detach behaviour?

the transaction and the em. With 2.3.5_04 I get an empty detached user object back. Only the id is correct

Database absolute filepath

The drop parameter  indicates a request to discard an old database (if exists) and create a new empty

persitencia (Preguntas y respuestas)

to retrieve them or starting a new empty database every request - more details are needed. To view

getting "Unexpected total page count" error when diagnosis mu db by ObjectDB doctor.

.Skill.Campaign.Id=: campid And agsk.Skill.Queue.Channel=:chan" for this query am getting empty result

Database size is much larger than expected (x2)

unlimited debugging services. Please understand that it doesn't matter for ObjectDB if you store an empty

Compare old and new schema

without entity classes in the classpath but the metamodel is empty . How does your explorer get to metamodel

Bidirectional OneToMany is slow on updated items

the cost of these operations, and mainly the addressSet retrieval when the database is not empty

ObjectDB Explorer very slow with remote con

Hi! I started to use ObjectDB Explorer to administrate a remote DB (on a server), but it seems to be very slow. The database is quite empty now, just between 5-20 records / entity, but it's still very very slow. That's the only thing that is slow on my server... How can I speed it up? zmirc Mircea

Failing in embedded mode, correct javax.persistance?

should mention that I have tried running NetBeans in admin mode, and I have tried creating an empty "punkter

Unable to persist TreeMap

} Maybe you have an existing database in that path, which contains a Person#1 instance with an empty

Using Enum type in NamedQuery: Field is not found in type

with an empty database: import java.util.*; import javax.persistence.*; public final class T1009 {   

Fetching Collections Puzzle

might look empty - but as soon as your application accesses its content (e.g. by invocation of the size

LEFT (OUTER) JOIN problem when mappedBy is defined

Hi all, I want to get objects with their lists, even when the lists are empty . So I've witten this query: "SELECT i FROM Invoice i LEFT OUTER JOIN i.itemList items" But this query never returns invoices without items! Only invoices with items. When I remove mappedBy from @OneToMany annotation

can't get HashMap out of the database

I'm trying to persist an Entity containing a HashMap. It stores the data in the database OK, but the map is always empty when I get the entity out of the database again. I've reproduced this problem in a simple variation of the Guestbook tutorial: Guest class: ===================== @Entity public

Dont want to use Proxy Class

Feature api of SubstrateVM, I could see the paramString and size of paramArrayOfByte is not empty

Some details about db behavior

Suppose I have two entities... A B - A B has a ManyToOne relationship with A. When my database is empty and I persist a valid B entity (that contains actual A reference) I observe some behavior that I'm not sure I understand. 1. In ObjectDB explorer I see Both B and A Entity classes available in

Conflicting modifiers .... (javax.persistence.Id, javax.persistence.ManyToOne)

lastInstanceInMap; protected Container() { // Empty constructor for JPA } public void generateMapItems

com.objectdb.o.InternalException: Unexpected internal exception

Hi, I am using objectdb.jar version 2.6.8 (installed via Maven). I am trying to authenticate a user. Initially, the database is empty . I have the following query: @javax.persistence.NamedQuery( name = "getPersonByName", query = "SELECT _person FROM metamodel.user.Person as _person WHERE _person

500Mb ObjectDb database opening issue

again. Without activation codes it should show different results. Please try also opening an empty database in

First query takes 4+ minutes to complete

", "startTime", "channelNumber"}) Start with a new empty database, in order to make sure that the new

Unexpeted internal exception

applying the attribute List jrchalaco Roberto Pinto Both databases in #5 above seem to be empty

Glassfish 4 AbstractMethodError: com.objectdb.jpa.EMF.createEntityManager

. rumblesnort Richard A new build, 2.5.3_02, adds empty implementation of the new JPA 2.1 methods. We haven't

Can't get arraylist/vector type attributes

the Vector dissapears and I get an empty vector. Something weird happens, if BEFORE closing

Persist error @ManyToMany how to define correct entities relationships

entity is created, the table is empty , however categories are well present within Product (as

JPA JPQL WHERE clause for IN :variable not working if variable is a list of Enums

(MyEnumType.VALUE1, MyEnumType.VALUE2)); Then query.getResultSet() *always* returns an empty list

Unexpected exception during open the database

any issue. Could you please try your conversion program with a new empty log file and then search

type.loader java.lang.ClassNotFoundException

in lower logging level (e.g. info ). The empty database might be the result of another issue

possible index required for improving query performance

the relationshipType index back and started a test with an empty database. It slowed down significantly

Like fails if both underscore and percent are used

()); //DB is empty em.getTransaction().begin(); em.persist(entry); em.getTransaction().commit

ODB lost?

the existence of a special empty file (a file whose name is active  in the odr directory). If this file

Compress ODB file with XML content

can remain empty in the database, and using JPA events  you can initialize value by

Replication issue, Replayer failing due to NullPointerException.

on from the start. It's worth noting that some of the databases may be totally empty (no objects

GWT RPC is throwing serialization exception when I have object db date value

will alway be empty after detaching. @OneToMany(fetch = FetchType.EAGER, cascade = CascadeType

Collection update does not increase entity version and is not persisted

that the attachments field is still empty ). You find a complete use case at http://www.objectdb.com/database

ObjectDB 2.6.9

Added support for integration with WebSphere / Liberty application server. Fixed deletin g large transaction temporary files (in the experimental large transactions feature ). Fixed empty log directory creation when logging is disabled. Fixed a bug in using nested embedded objects. Fixed a query

Explorer bug ? Objects seem to be missing from database in Class view, but are present as references

relationship constraints/constrainedElements test fails on test case, appears empty  (www.objectdb.com

ObjectDB BIRT Driver Update

\.plugins\org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb\db\ is empty ... Log dump: eclipse

user defined backup file

in an empty temp directory, scan the backup directory for a newly created backup database-file (in

Problem using "and" for joined entities and indexed fields

Using @Index for fields and filter more than one field with "and" predicate ends in empty result list. public class IndexTest {     @Entity     @Indices({         @Index(members = {"children.name"}),    

Index Rebuilder

When a new index is added to an existing entity classes that already has instances in the database, it cannot be used in queries, because it starts empty and unsynchronized with the existing primary data. The Index Rebuilder tool will enable rebuilding indexes, synchronizing their data

Table view freezes the program

The attached database seems to be empty . support Support Here is another.  Doesn't matter

Problem with JOIN and inheritance

Hello, Please run this query on the attached DB: SELECT DISTINCT $1 FROM com.quasado.serviceplaza.customer.VendorCustomer $1 JOIN $1.qubletFRAGMENTMAP $2, com.quasado.foundation.warehouse.contract.customer.CustomerContractsFragment $3 WHERE ((NOT (($2=$3) AND ($3.contracts IS EMPTY )))) The problem

Feature Request: Subclassed PersistenceException for Type Not Found in DB Schema

to the following posts: https://stackoverflow.com/questions/20752124/problems-searching- empty -user