ObjectDB Database Search
151-200 of 200 resultsDatabase Inconsistency or corruption, REVISION:=null, isPersisted:= false ... To confirm that the values are lost, I started the explorer ... markedDeleted = false ; @ManyToOne private Project project; @javax.persistence.OneToMany | |
pesimistic Lock semantic(); pm1.currentTransaction().setOptimistic( false ); pm1.currentTransaction().begin(); long numOfPictures ... .currentTransaction().setOptimistic( false ); pm2.currentTransaction().begin(); Picture picture2 | |
Access entity version before commit transaction = transaction.getEntity(id, false );   ... ; Flight flight = transaction.getEntity(id, false );   | |
Where Does ObjectDB Block/Lock?.currentTransaction()? 3) Does it lock at transaction.begin() if optimistic= false ? 4) Does it lock ... and therefore ObjectDB 1.0 Manual's statement suggests datastore transactions (optimistic= false ) would be faster | |
Glassfish 3.1.2.1 and ObjectDB 2.4.3-keep-alive-seconds 60 thread-queue-capacity 2147483647 allow-core-thread-timeout false INFO: SEC1002 ... thread-queue-capacity 2147483647 allow-core-thread-timeout false INFO: SEC1002: Security Manager | |
Foreign key constraint issue; @ManyToOne(optional = false , cascade = {}) @JoinColumn(name="PARENT_ID", nullable = false | |
Mapped (Inverse) LAZY @OneToMany vs. Unmapped LAZY @OneToMany]"b2"] When I set DO_VIEW_BEFORE_CLOSE false , so that the fields are only accessed ... = false . webel Dr Darren Kelly Actually there is no good reason for this. Build 2.3.7_05 removes | |
EM close causes an exception() == null ? true : false ; } catch (Exception e) { fileLocked = true; If fileLocked is false | |
Attempt to store an instance of a non persistable type(java.lang.Object object) { if(this == object) return true; if(object == null) return false ; if(this.getClass() != object.getClass()) return false ; return Objects.equals(this.getUuid(), this.getClass | |
JBOSS AS7 7.1.1 - Entity not persisted and createNamedQuery fire exception; false WEB-INF/lib/objectdb*.jar   ... ; ${plugin-war.version} false   | |
Version 2.2.7 build 7/8 issue; @Basic(optional= false ) private String name; @OneToOne(cascade= CascadeType.ALL, fetch= FetchType.EAGER, optional= false ) private Address address; public Customer(String name){ this.name = name; } public | |
Need disk usage and delete some old files;host, port, username, password, false ); and specific directory (and possibly file) using: File dir ... , path, false ); support Support what about backup ? can we make backup by | |
Activation license not picked up in Jenkins:34 #17 query.manager] Query "SELECT a FROM common.model.Site a WHERE a.deleted= false " = 0 results in ... .manager] Query "SELECT a FROM common.model.Person a WHERE a.deleted= false AND a.username='dummy_3'" = 0 | |
@Transient are presented (e.g. false in your searched field). Try to store a true value and see that the Explorer still shows false value. The Explorer knows that a searched field exists because transient fields | |
Problem on JPA Merge Entity. which methods it is true and in which false ? In addition, verify that the same EntityManager is used | |
Replaying recorded requests...; Questions: 1) Why am I seeing this if I've set recording enabled to false ? 2 | |
Filename.odb$ Persisting Issue; primaryStage.setResizable( false ); initRootLayout(); showMainMenu(); } private | |
JPA inheritance issue with ObjectDB - Field not found in type error = new HashMap (); m.put("ret", false ); System.out.println("Parameters: " + m); items = getFacade | |
License Activation Change and Checking Activation", boolean.class).getSingleResult(); support Support This query always returns false in my case | |
@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 | |
Problem with @UniqueConstraint" }) }) public static final class CI { @Id @GeneratedValue long id; @Column (name = "NAME" , nullable = false | |
Join query problem with new statetment;@Id private long id; @Column(nullable = false )   | |
Error occured during initialization of boot layer boolean verified = false ; public RequirementDBEntity() { } RequirementDBEntity(String reqID, String | |
Composite Index error 328 == null || getClass() != o.getClass()) return false ; UsrlistEntity that = (UsrlistEntity) o; return | |
@ElementCollection query returning extra result per element in collection to a ' false ' condition, and extra entity is returned. Any help is appreciated! ObjectDB Version | |
newbie - lots of exeptions_DataSync-ejb_jar] doneCalled = false Parent - org.glassfish.internal.api.DelegatingClassLoader | |
Issue with compile time enhancement(Migrator.java:486) ... 6 more com.objectdb.jpa.Provider META-INF/orm.xml false paceap Joel Goldberger | |
disabling JDO in objectdb embedded mode/applications/metamodel-ear-1.0-SNAPSHOT/lib/metamodel-ejb-1.0-SNAPSHOT.jar] doneCalled = false Parent | |
PersistenceManager.getObjectsById(Collection,boolean) throwing JDOException, but it seems to only be failing irregularly when only a single oid is present). I'm passing false in as the verification | |
UPDATE query to set a new field after schema change I've added a new property/field to one of my objects and want to set the value of this (boolean) property to false for all existing entities in the DB. I tried to execute an update statement with the Explorer tool. The statement ends and tells me that 1000 entities have been updated. I then save | |
Unable to delete the .odb file programatically(); // getting false value for deleted boolean } When i am calling pm.close | |
ObjectDB License Error I got-view= false kadirbasol Kadir BASOL It is unclear from your post why the activation does not work | |
"Attempt to lock a non entity object" error.currentTransaction().setRestoreValues( false ); To keep the entity objects managed but restore | |
Optimistic locking failure] WRITE B2 version=2 value=30 A1 version=2 value=10, B2 version=2 value=30 Sequential= false Lock=WRITE | |
IN expression in a Criteria Query Hello, I am trying to migrate my Spring project from Hibernate to ObjectDB. On ObjectDB page, it is written that ObjectDB is 100% compatible with JPA. However, I have problem with this JPQL query: SELECT e FROM Employee e WHERE e.present = false AND NOT EXISTS (SELECT c FROM Computer c WHERE c | |
OptimisticLockException. what happens if locking version-check is set false ? are the changes from process B lost if process | |
Query only works correctly when debug printing results; private String description; private String reqID; private boolean verified = false ; //Constructor | |
persistence.xml classes not respected by ObjectDB, so specifying true, false or no value at all made no difference | |
Conflicting modifiers .... (javax.persistence.Id, javax.persistence.ManyToOne))) return false ; CompoundKeyMapItemId other = (CompoundKeyMapItemId) o; return container.equals | |
ObectDb 2.3.6 in OSGi environment = "SELECT rvn FROM RuleValueNode rvn where rvn.value.not = false and rvn.parent = :parent") }) public | |
Apache Tomee 1.5.2: Failed to use JTA (TransactionManager is not found) false I get the following error at deployment time: Failed to use JTA If I set transaction-type | |
EntityManagerFactory Fails To Swtich Over To Slave When Master Is Unavailable.util.*; public class Main { private static boolean WRITE_DATA_TO_DATABASE = false ; public static | |
Schema-Update: Rename superclass and remove one subclass ChildClassB(); entity3.onlyRecordLastStep = false ; em.persist(entity3); em.getTransaction().commit(); em ... public boolean onlyRecordLastStep = false ; protected ChildClassB() { } } Then we rename SuperClass | |
Query Execution Error // do return false ?? Alex quasado Alexander Adam This is the result of a change done today. Try 2.3.6_11. support Support | |
[ObjectDB 2.2.5_02] Unexpected exception (Error 990) com.objectdb.o.InternalException: java.lang.NullPointerException: null firstResult) { return findChartEntities( false , maxResults, firstResult); } private List | |
cannot delete objects after crash (see issue 2283) Hans-Georg Zwicker You are using recovery in sync=" false " mode: In this mode, commit returns | |
NullPointerException using with "refresh" method configuration. If it set to sync=" false " (default, for faster operation) you may want to try sync="true | |
Unexpected exception (Error 990) on find @Column(unique = true, nullable = false , length = 127) private | |
ObjectDB 2.9.3 Fixed unstable activation issues. Fixed issue #2954 - using IS NULL (or == null) on parameters in queries. Fixed automatic schema update on renaming or moving an enum type. Fixed issue #2964 (critical) - concurrent update of large objects with version-check= false . | |
Doctor bug? Benjamin Lorenz The database seems to be healthy and the reported errors are indeed false alarm |