ObjectDB Database Search

101-150 of 190 results

Attempt to open a non existing file '/tmp/objectdb_xxxx/SortQueryItr_6.mrg'

;   System.setProperty("objectdb.temp.no-temp-file-purge", " true ");     ... ("objectdb.temp.no-temp-file-clean", " true "); You can try setting these system properties before accessing

Setting temp directory location in ObjectDB

), JDOHelper.class.getClassLoader()); pmf.setMultithreaded( true ); pmf.setNontransactionalRead( true

Spring Transactions (@Transactional) within ObjectDB

setting a system property:     System.setProperty("objectdb.temp.auto-flush", " true "); before loading ObjectDB, or as a JVM argument: java -Dobjectdb.temp.auto-flush= true ... support Support

ClassCastException of same object type

();   for(XCCompetitorCount ico : list){    cop.add(ico);   }   this.loaded = true

_PersistenceException: Type is not found on getSingleResult.

= "estudiante", cascade = CascadeType.ALL, orphanRemoval = true )     private List

Problem on JPA Merge Entity.

which methods it is true and in which false? In addition, verify that the same EntityManager is used

Filename.odb$ Persisting Issue

;       emf CLOSED: " + !emf.isOpen()); } Output is true

JPA inheritance issue with ObjectDB - Field not found in type error

: " + item); } } return "/emr/reports/vtms?faces-redirect= true "; } buddhika75 M H B Ariyaratne

Possible cause for "Enhancement of type ... is old and cannot be used"

), and only when I had 'objectdb.temp.no-detach' true . When I had 'objectdb.temp.no-detach

Database is erased after deploying a new web application version

". If that's true , I'll be glad to hear about such a solution. Thanks in advanced, Yotam

Objectdb recovery

(disk)? Can setting sync= true (for recovery) help with this issue, how will be the performance

ObjectDB throws `NullPointerException` in internal code (`com.objectdb.o.ENH.b`)

to schema evolution, it typically occurs during development rather than in production. Is that true in

Multiple Collection Fields not update correctly

;          return true ;         

@Column length is not working.

I am using objectdb 2.8.3, I have a Entity class with a column that is declared as  @Column(unique = true , nullable = false, length = 16)  but when i m trying to insert a string for that column with a string that has more than 16 character, not able to get any error or exception from

deadlock with newest version 2.4.4_16

J visual vm is complaining of deadlock since upgrading to the 2.4.4_16 from _06 and using setting -Dobjectdb.temp.no-resize-clear= true The only other change is that we no longer create recovery or replay files as we were not using these. i have attached our full server strack trace

Failed to commit transaction: Attempt to commit a rollback only transaction

locking is off dmoshal David Moshal update 1: problem persists if optimistic locking set to true in

Update Entity references if we change the type of an entity

ObjectDB: System.setProperty("objectdb.temp.extended-ref-retrieval", " true ");     

Problem with distinct select, order by and equivalent alias/attribute path

;System.setProperty( "objectdb.temp.no-distinct-order-restrictions", " true "); Set the property before using

Configure ObjectDB in spring context

) look like this org.hibernate.dialect.HSQLDialect thread 10 true false false create-drop I need

Query can't see recently persisted object

( { @Index( name = "MyClass_ind_1", members = { "oid" }, unique = " true " ) } ) @Entity public class

Database corrupted after schema change

isUpdating = true ; } public abstract class AbstractTC extends BDOWA {     

impossible to drop a table with 50 million objects

setting. Accordingly you can try running the Explorer with this setting (-Dobjectdb.temp.page-file= true ). support Support

EntityManager getMetamodel() causes crash

.MyEntity      true Otherwise, ObjectDB may search and register all the entity classes in the classpath. support Support

Query by array element

Hello, I have a class as follows: @Entity public class MyEntity {     boolean properties[]= new boolean[1024]; } I would like to query objects with feature '42': select me from MyEntity me where me.properties[42]= true Is it possible? Thank you! haromlabu Bela Haromlabu

Composite Index error 328

) { this.groupsHash = groupsHash; } @Override public boolean equals(Object o) { if (this == o) return true ; if (o

OrphanRemoval not working?

Dear all, I have entities Invoice and InvoiceItem, their relation is defined: public class Invoice implements Serializable { ... @OneToMany(mappedBy="invoice", fetch=FetchType.EAGER,              orphanRemoval= true , cascade=CascadeType

Join performance in Objectdb

for the @Id in JPA, right? That is true . 2, I add @index to each field of idxxxx; I am not sure

@ElementCollection query returning extra result per element in collection

an explicit DISTINCT as a workaround until a fix is released: query.select(companyRoot).distinct( true

newbie - lots of exeptions

(Thread.java:722) WARNING: LDR5207: ASURLClassLoader EarClassLoader : doneCalled = true doneSnapshot

NoSuchFieldError: __odbTracker on NetBeans 7.3 + JBoss 7.1.1

!= null && !this.id.equals(other.id))) { return false; } return true ; } @Override public String toString

multiple different applications access one odb file

.temp.no-schema-downgrade", " true "); (set this property before accessing ObjectDB or when running

Beginners questions

( true ). Is there a better way to manage such changes (maybe automatically?). Please consider that I

Date field Index is corrupted due to time change

;        return true ;        

Embedded in JDO metadata not working in objectDB 2.x ?

to embedded ones in objectDB 1 ? 2. Could be that ObjectDB 2 is ignoring the "embedded= true

Performance of "InsertTest"

is a known indication). Unfortunately enabling enhancement using agent=" true " is not

UserException - Object User#2 belongs to another EntityManager

my understanding of how @Stateless transactional methods & transactional EM work. Isn't that true ? Used

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

;  System.setProperty("com.objectdb.disable.optimization.small", " true "); Any ... .properties" But after adding the condition 3 4, which should always be true , the query works "SELECT

ObjectDB 2.5.1

switching in master-slave replication. Fixed a bug in applying orphanRemoval= true by default on mapped by

ArrayIndexOutOfBoundsException on flush

(orphanRemoval= true , cascade=CascadeType.ALL) private Map _nodes; The TaskNode contains a further Entity

Strange Error with Criteria API and Sorting

.get("name"))));   query.select(root).distinct( true );   List result = em.createQuery(query

combined index not used

.no-schema-upgrade", " true "); EntityManagerFactory emf = Persistence.createEntityManagerFactory("D:\\odb

Remove of an entry from a @OneToMany collection is not possible if the enhancer is disabled

{   @OneToMany(fetch = FetchType.LAZY, cascade = CascadeType.ALL, orphanRemoval = true )  

After using the enhancer, Lazy loaded collections are no longer loading. They are set as null

, CascadeType.PERSIST}, mappedBy="account", fetch = FetchType.LAZY) @JoinColumn(name = "project_id", unique= true

ArrayIndexOutOfBoundException

of running. We would like to avoid using synchronized=" true " due to performance reason. I am going to run

Navigation through lazy loading from Detached Objects

;  // System.setProperty("objectdb.temp.no-detach", " true ");       

Querying error - java.lang.ClassCastException: com.objectdb.o.STV

.objectdb.disable.optimization.small", " true "); But it might help (if at all) only with a new database

I can't get cascading delete to work in JDO

;   @Persistent(dependent=" true ")         private List dependents;    

Feature suggestion: auto-detection of entities via persistence.xml extension

, which should work unless exclude-unlisted-classes= true  is specified in the persistence.xml

Error reading UTF string (Serialized Objects in Explorer)

= true ) AND NOT (((com.lexware.vereinsverwaltung.abrechnung.api.model.mitglied

cannot delete objects after crash (see issue 2283)

always be able to complete a full recovery. Only  sync=" true " guaranties that the recovery