ObjectDB Database Search
51-100 of 118 results"Unexpected query expression" using CriteriaQuery FetchParent Interface: Unexpected query expression end (non keyword identifier is expected)] with root cause com.objectdb.o.UserException: Unexpected query expression end (non keyword identifier is expected) at com.objectdb.o ... end (non keyword identifier is expected) (error 751) (position 9) at com.objectdb.jpa.JpaQuery | |
JPQL JOIN FETCH Error. identifiers identifiers left join fetch metadata.sources sources left join fetch metadata.languages ... metadata.formats LEFT JOIN FETCH metadata. identifiers LEFT JOIN FETCH metadata.sources LEFT JOIN FETCH | |
Need help to make this test work and define proper annotations for entities Lists identifier ; public String apiName ... ; identifier = ident;   | |
Updating existing persistence entries *within* the session, I can do it wherever and whenever I want and hibernate identifies the object by ... are identified automatically. Of course, you have to begin and commit a transaction (when SAVE | |
How to enable and disable auto schema update? a previous schema version. The fields are identified by their names only. If you add a new persistent ... then it will not remove the field as ObjectDB will identify it as an old schema. Anyway, this is not | |
Java FX tableview fill with an aggregated query.objectdb.o._PersistenceException: Unexpected query token 'value' (non keyword identifier is expected ... keyword identifier is expected) at com.objectdb.o.MSG.a(MSG.java:64) at com.objectdb.o.TKN.w(TKN.java:781 | |
Should derived fields of an EmbeddedId be manually maintained by app code?, of type ECompoundKeyMapItem, identified by their "key" within the EContainer class. The items ... "ECompoundKeyMapSubItem", identified by their keys. The embeddedId for the item class, ECompoundKeyMapItemId | |
Attempt to store an instance of a non persistable type()); } } itsme Martin Petzold Somehow this Log class is not identified as an entity class. Maybe ... is already very limited. The class has already been identified as non-persistable when the database was opened | |
InternalError on query of empty database Hi, I have reasons for sometimes trying to query the database before anything has been created. The problem is the database throws a InternalException when that happens. Is it possible to throw something that identifies that that is the issue, say something like "MissingSchemaException", ie | |
License Activation Change and Checking Activation your computer MAC address. Using MAC address as a machine identifier is a common practice in | |
Objectdb Doctor during development and testing can help in identifying failures. If the Doctor reports broken references | |
Mismatch client-server protocol prefix, until you can identify the specific part of the application that is relevant to the failure. support | |
Problem with distinct select, order by and equivalent alias/attribute path just removing the error is not enough and some analysis is needed in order to identify the order | |
virtual servers and one file." appears. I have attached a RAR archive with more logs. I hope this helps to identify the problem | |
Handling deleted references whatever check to identify previously deleted Entity instances profile = ....; // create new Profile | |
Optimistic locking failure ObjectDB in order to identify this conflict that your test demonstrates. support Support | |
Maintaining referential integrity can help in identifying conditions that require a fix during development. You may subscribe to this new | |
How to enhance the JPA/Spring/MVC to implement RESTfull for CURL client? The resource identified by this request is only capable of generating responses with characteristics not | |
Problem with 'where' and date() should identify the parameter as a date parameter and replace the text field in that case automatically with a date editor. support Support | |
Random license reactivation Ran into the problem again. Suddenly, on my development laptop, objectdb required me to regenerate a new license! dmoshal David Moshal Try to activate ObjectDB again on your development laptop. Maybe this activation will reveal the unexpected changes that cause ObjectDB to identify the laptop as a different machine. support Support | |
Updating Entities). As I identified (and is noted in the manual you linked) - objects within two separate | |
Entity Update - Is the documentation up to date?, because an object is identified as dirty by comparing its old content with the current content. With enhanced | |
JOD problems regarding detachCopy() can identify it correctly with enhanced classes but not with classes that are not enhanced. Note | |
AbstractMethodError ... __odbSetTracker(Lcom/objectdb/spi/Tracker;)V Support Hi, we identified the problem to be on our end: The OSGi Framework Manifest was a missing | |
Attempt to open a non existing file '/tmp/objectdb_xxxx/SortQueryItr_6.mrg' so you cannot identify the process of each temporary directory. In that directory a lock file, lock.lck | |
ODB lost?;this is not done when using a debugger. ObjectDB identifies a database file that was not closed by | |
NullPointerException while setting a new property value().begin(); for ( Identifiable o : entityCollection) { if (o.getIdentificator() == null) { em.persist(o | |
Performance Issues After Migrating to ObjectDB - Urgent Assistance Required. Could you please assist us in identifying the cause of these performance issues and suggest any possible | |
Query results are not up to date for entities, not primitives and open a new one if you think it could help. support Support I have identified that the problem lies | |
Database Inconsistency or corruption of ObjectDB, I could identified when the delete operation is executed! There is still something I don't | |
Drop the entire database, Change the schema createEntityManagerFactory method asks ObjectDB if it knows that persistence unit - ObjectDB cannot identify it as | |
ObjectDB is opening too many sockets there were very few of them, which we could not identify , but only at one timestamp which does not correspond to times of increasing sockets used | |
Help understanding Entity behavior with JPA dansmith Daniel Smith The combination of (type, ID) should identify entity objects uniquely | |
2.7.3_03 Erroneous "Attempt to modify a primary key of a managed object". There is still a question why StringIdentity is not identified as a subclass of SingleFieldIdentity in #7 | |
ClassCastException during query.ClassCastException: com.btc.ep.vector.accessor. Identifier $IdentifierKind2 cannot be cast to com.btc.ep.vector.accessor. Identifier $IdentifierKind2 at com.btc.ep.vector.tc.internal.dmos ... loader conflict. There are more than one version of the com.btc.ep.vector.accessor. Identifier | |
[ObjectDB 2.2.6_02] Unexpected exception (Error 990) at com.objectdb.o.OBC.aJ(OBC.java:961), TimePeriod identifier ) throws Exception { // obtain the moment Calendar now = Calendar.getInstance ... ); latestPoint.setY(y); // create and update a Chart ChartEntity chart = new ChartEntity( identifier | |
queries under 2.7.6_4 significantly slower than under 2.7.6, if you can identify the exact build in which these new issues started (_01, _02, _03 or _04) it could help ... ) it may help identifying a pattern and finding a solution. If the schema and indexes are the same | |
each 1-2 days objects on some objectdb level lock/block each other to identify the real issue. support Support attached a series of 5 thread dumps hgzwicker Hans-Georg ... requests before hitting ObjectDB? You can probably identify that activity in your log files (or in | |
Issue with DISTINCT Select It is getting more and more frustrating :( We've introduced distinct select instead of regular selection in our code (no changes else) and suddenly receive invalid identifiers in queries exceptions ... () of the CriteriaQuery at different points in time, it happens that we get the same identifier (namely, $1 | |
reading from table gives Unexpected exception van woerkom Unfortunately the information in this stack trace is not sufficient to identify | |
ArrayIndexOutOfBoundException specified in the configuration . Can you identify specific circumstances in which this happens? support | |
Exception in thread "ODB-StoreHandler-5094" java.lang.NullPointerException cause of these Exceptions and identify why they are not showing up in the ODB log | |
Issues with JDO Casting & Full Qualified Names Hi, As I've feared.. Fully Qualified Names in casting not working, throws an identifier expected exception: package com.test; import java.util.HashMap; import java.util.Map; import javax.persistence.Embeddable; import javax.persistence.Entity; import javax.persistence.EntityManager; import javax | |
several times a day queries take several minutes machine and identify unusual activity at the server when that happens? e.g. other operations | |
Internal objectdb exception when using different language on a machine ways to improve the check to identify and warn against partial enhancement in future versions | |
NullpointerException at a normal select When I run the following code: EntityManager em = getEm(); Customer result = null; try { logger.debug("Ident: "+ident); result = em.createQuery("Select c from Customer c where c. identifier =:id", Customer.class).setParameter("id", ident).getSingleResult | |
log entry and massive performance issues when the slow removal happens? It may help to identify the exact build in which this issue is started. 2 | |
Once served to JSF page via @EJB query bean, many list fields are null (but same query ok after fresh persist in @PostConstruct) to identify the state of an entity object by exploring it in the debugger. support Support After running | |
Error in production. Failed to commit transaction: Unexpected database state: BTree -152 is not found. How are these two stack traces related? Can you identify a problematic query that caused the problem? support Support | |
Feature Request: Subclassed PersistenceException for Type Not Found in DB Schema these exceptions, maybe you can identify them by getCause() , since the underlying exception could be different |