ObjectDB Database Search
51-100 of 200 resultsNot Enhanced: ...: com.objectdb.o.TEX: Type ..._$$_javassist_1 is not found through @Inject. Both are not entities or anything related to ObjectDB. AuthB is used in a JSF page for login ... enhancement. As you noted, this class is not related to ObjectDB and does not need enhancement | |
NOT NULL not working I added a OneToOne Realtionship to one of my entity classes. To give this field a value in my existing datasets i wrote an upgrade method. The cool thing is that SELECT u FROM Unit u WHERE u.lastPosition IS NOT NULL returns no datasets. Is this a bug or am i missing something? mosi0815 Ralph | |
Pre-detach loading: retrieval by navigation not working in if statement: objectdb.temp.no-detach NOT USED This problems only seems to occur in my large web application ... web application parallel to the large web application, but the problem does not happen in ... , which is a "one size fits all" approach, does not meet my needs for all situations. I | |
JBOSS AS7 7.1.1 - Entity not persisted and createNamedQuery fire exception( "ManagedType Guest not found" ); // NamedQuery does not work // TypedQuery query ... " ) } ) ... // NamedQuery does not work // TypedQuery query = this.em.createNamedQuery( "Guest.getAll", Guest ... /examples/guestbook-jee6.zip does not even deploy on JBOSS AS7 stack trace is: 09:40:30,202 INFO [org | |
com.objectdb.o.TEX: Type ... is not found, for a class that's already been enhanced successfully. Noticing very poor performance from ObjectDB, not exactly sure what the problem is. Tried to implement Enhancement (because the log always says that the classes are not enhanced). The main class starts like this, and does not reference any persistent classes directly. static void main(String | |
Apache Tomee 1.5.2: Failed to use JTA (TransactionManager is not found)="resource-local", I can deploy, but not with JTA. May 20, 2013 11:50:32 PM org.apache.tomee.catalina ... (TransactionManager is not found): com.objectdb.o._PersistenceException: Failed to use JTA (TransactionManager is not found) at org.apache.openejb.assembler.classic.Assembler.createApplication | |
Remove not working is not found: ObjectManager of appnode1/127.0.0.1:6136 [2015-12-15 20:04:20 - 2015-12-15 20:04:20] - 226 ... and for some not . Best Regards Ralph mosi0815 Ralph Moser The following test case demonstrates a similar ... this ObjectDB exception: "com.objectdb.o._JdoObjectNotFoundException: Entity is not found | |
@Convert is not supported?; I've wrote a test on this, and seems that my Converters methods are not executed at all (like ... support of JPA 2.1 is not complete yet. Particularly, this feature seems to be useful mainly in ORM ... problem (but I think this feature might be useful for other purposes I'm not aware of), I have an Entity | |
UserException: Package com.example.model is not found by the enhancer get the exception: com.objectdb.o.UserException: Package com.example.model is not found by ... Which is obviously not present when cleaning and building with Netbeans and moving the dist directory to a remote location. What are the possible solutions around this problem as I'm not sure | |
Embedded in JDO metadata not working in objectDB 2.x ? are embedded too. I did not change the metadata when I was moving from ObjectDB 1 to 2, I ... as not embedded, with own extent and OID for every instance. So my questions are: 1. Is the enormous increase of database file size caused by the number of not -embedded objects in ObjectDB 2 opposed | |
Embedded Entity in EmbeddedId not persisted. Error 631 at select. 1: Works not : if field AId.b is not @Embedded annotated. * *   ... ; question: Is @Entity annotation of class B not sufficient enough, or *   ... ; public static class AId { // @Embedded // case 1, not | |
Eager Fetch is not stable for collection or map types? map types is not stable, we lost them sometimes after JVM restarted. Eager fetch is properly set.And we still found that the storage is stable when we not use generic, such as "private List users = new ... there is no known open bug that can cause this problem (including in using or not using generics | |
JPQL query to get entities that does not have a child entity in their child entities '%Canceled' and not ('Finished'). FAILED : A Job having status '%Failed' and not '%Canceled' and not 'Finished'. Active : A Job having status '%Started' and not '%Failed' and not '%Canceled' and not 'Finished'. I have entities | |
ObjectDB with JRebel: copious 'Not Enhanced:' errors with EJBs that you are not responsible for compatibility with JRebel, but you might be able to provide some insight or ... enhancer.agent] Not Enhanced: com/example/ejb/query/__EJB31_Generated__ExampleQuery__Intf__: com.objectdb.o.TEX: Type com.example.ejb.query.__EJB31_Generated__ExampleQuery__Intf__ is not found at com | |
Entity is not related to ObjectDB, but i get exception from ObjectDB.EJBTransactionRolledbackException: javax.persistence.PersistenceException: org.hibernate.InstantiationException: Could not ... .PersistenceException: org.hibernate.InstantiationException: Could not instantiate entity: granat.dp ... .persistence.PersistenceException: org.hibernate.InstantiationException: Could not instantiate entity | |
Why are my Map entries not stored? Why are my values of the map "states" not stored in the database? It seems the 'State' is stored, but not the 'Authority'? @Entity public class Ticket { @Id @GeneratedValue ... (EnumType.STRING) private Map states = new HashMap (); Is this correct now? "mappedBy" is not required | |
Type xxx is not found (error 301) The error: Type User is not found (error 301) occurs when I query the db for a type before any ... a").getResultList (); What I was expecting was an empty list, not an error. Is there some enhancement ... query execution by using: em.find(User.class, User.class); but this is not | |
Cascading (persist) with a mix of enhanced and not enhanced entities We find out that it is actual not possible to use enhanced and not enhanced entities ... . Unfortunately, we can not reproduce this with a small example until now. Sometimes it works. btc_es BTC ... persistable classes that access directly ( not through methods) persistent fields of enhanced classes | |
Entity can be found by find() but not by query(), with a query it is not always possible to get the entity, sometimes we get the entity ... , then it may work until it commits on a separate snapshot of the database that includes its own updates but not ... , although such an issue is not expected. You may try disabling the query cache to see if it helps | |
ObjectDB size not reducing that DB and the size does not decrease. In fact it keeps growing as records decrease. Is that supposed to happen? FYI: The DB is client server mode, and it is not being restarted as records reduce, as it is live in production. I do an hourly backup and the backup file is not any | |
Help with 'not like/lower' query. This is using Criteria with a combination of LOWER/UPPER - NOT LIKE: SELECT COUNT($1.id) FROM User $1 WHERE ($1.owningCompany=:p1) AND LOWER($1.email) NOT LIKE :p2 So in essence, I'm trying to do a count ... to a company, and the lower case email does NOT match the parameter :p2 The bind is as follows | |
Type ... is not defined as an entity (@Entity is missing) (error 302).lab.data.bacti.CultureRqst is not defined as an entity (@Entity is missing) (error 302) at com ... JDO, NOT JPA. Thanks for any help. st.clair.clarke St Clair Clarke The class definition looks ... use another JDO jar other problems arise. I am not sure how I can overcome this with 15 | |
Annotations not supported in -source1.3 (use -source 5 or higher ..) and other files: Annotations not supported in -source1.3 (use -source 5 or higher ..) Generics not ... see that this could explain the error) I could not figure out how to fix this in the points project in Netbeans, I did not find a setting for the Java version there, so I created a fresh basic Java Application in | |
@Column length is not working. for that column with a string that has more than 16 character, not able to get any error or exception from ObjectDB. It should give an error for exceeding the limit. But dose not throwing any error or exception ... If by expensive you mean slow then it is not that expensive. You can use external validation libraries, but they will not be faster. support Support | |
package not found running ObjectDB under OSGi] Package datamodel.core.base is not found by the enhancer (error 108) The Enhancer was run in ... you have a bug ?? Thanks in advance b Tomasz Tomasz Wozniak This is not a bug but a limitation. Java ... of specific file based class loaders (by scanning the file system) but not in the general case | |
Collection update does not increase entity version and is not persisted { String filename } If I call this method (all classes are enhanced) the version of the event does not increase and the updated event is not stored in the database (retrieve the event shows ... an attachment via addAttachment() method and checks in another transaction if this change was written or not | |
"is not null" queries not working with index "is not null"-queries are not working correctly for indexed fields. Following SSCCE creates 1000 entities. A null value is assigned to an indexed field for every second entity. When doing count-queries at the end, wrong results are fetched. import java.io.Serializable; import javax.jdo.annotations | |
Database Transaction Replayer only if a proper backup file exists. Therefore, when recording is enabled and the required backup file does not ... is not in the current directory a path to it has to be specified. The tool's main class is com | |
Database Replication and Clustering (but not in embedded mode) can function as a master database in a cluster. Recording ... using one or more elements) and also databases that are not part of any cluster. The replicated | |
Index Definition fields ( not on primary key / version fields). Composite Index A composite index is an index ... because the index uses the lexicographic order of the words and is not ordered by the length of the words | |
DELETE Queries in JPA/JPQL, which are used to retrieve data from the database, DELETE queries do not retrieve data from ... may break its synchronization with the database. For example, the EntityManager may not be aware | |
Eclipse Distribution License - v 1.0 HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED ... , SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE | |
Can I use ObjectDB to access a relational database? standalone Object Database Management System (ODBMS) and not an ORM tool, so it is not intended and cannot be used to access other database management systems. | |
Entity Management Settings, even if it is not specified explicitly at the command line. This is currently an experimental feature ... of serializable types that are non persistable otherwise (e.g. a user defined class, which is not an entity | |
Online Backup An ObjectDB database can be backed up by simply copying or archiving the database file while the database is offline (i.e. when it is not open in an ObjectDB server and not in use by any application), since an ObjectDB database is stored as an ordinary file in the file system. ObjectDB | |
Paths and Types in JPQL and Criteria API the actual type of the iterated e . Only objects whose type is not Country are passed to the SELECT ... . For example, the following criteria expression checks if the type of a specified entity e is not   | |
ORDER BY clause (JPQL / Criteria API) The ORDER BY clause specifies a required order for the query results. Any JPQL query that does not include an ORDER BY clause produces results in an undefined and non-deterministic order. ORDER BY ... , is invalid because the ORDER BY expression is not part of the results: SELECT c.name FROM Country | |
Locking in JPA if the version numbers do not match, indicating that the object has been modified by another user ... (which is required by some ORM JPA providers) is defined in the entity class or not . Pessimistic Locking The main | |
Chapter 4 - JPA Queries (JPQL / Criteria), but does not provide specific details on the JPQL query language itself: The Java Persistence Query ... ), which is more Java oriented and is based on the syntax of Java. JDOQL is not covered in this manual | |
combined index not used we can see that this index is not used: Query Plan Description ====================== Step 1: Process ... (on that sample database) for further analysis? support Support we do not have that database any ... and provide a fix. support Support The reason for not using the composite index was found | |
Enum fields are set to null and embeddable enum class does not show in explorer I switched to version 2.8.2 and now it seems that my enum types are not recognized and the field ... ! The enum type is also not listed in the explorer. I am talking about an enum class, which implements another interface. My List property is defined with the interface and not the specific class. Maybe | |
java 8 LocalDateTime is not working in query but it's working fine: SELECT t FROM Test t Joe Joe Khan New Java 8 date/time types are not ... compatibility card here, it is not quite working: In JPA you can use the @Convert annotation in order ... because on the one side ObjectDB is too compatible, and on the other side it is not compatible enough. I | |
Remove of an entry from a @OneToMany collection is not possible if the enhancer is disabled Hello! When the JPA entities are not enhanced the removal of an entry from a @OneToMany collection is not possible. The following java code demonstrates the problem. The statement parentEntity.getChildEntityContainer().remove("01"); does not work correctly with not enhanced JPA entities. package | |
Different behavior for casting and not casting.MitgliedVertraegeFragment') IS NOT NULL Query #2 which is equal to the previous one though includes a casting and returns ... .MitgliedVertraegeFragment')) IS NOT NULL Furthermore, checking for empty collection doesn't return any entity either, however I am not sure whether this might start working when the previous issue with casting | |
JPA 2.2 LocalDate still not working and objectdb still does not support LocalDate? com.objectdb.o._RollbackException: Failed to commit ... doing something wrong? Also Converters are still not working... Kevin Kevin Pfaff The system blocks ... is unrelated (although, this is obviously not the case here). Anyway, there were some technical | |
new objects not available in mappedBy associations seeing that, in general, newly created objects are not immediately available in collection queries ... , but if the query has already been run and the field already contains a value - it will not be run again unless the object is retrieved again from the database (and not from the persistence context cache), or | |
Lazy retrieval by access not working correctly containing an @ElementCollection which is lazy loaded. I'm not sure if the same problem exists ... correctly. Without the breakpoint, my lazy collection does not get loaded. Here are code ... locale; // if I set a breakpoint here, values loaded from DB; without breakpoint they are not loaded | |
Enhancement does not show an error message when an outdated license is used. The entities were not enhanced in our jars. But the message from the enhancement tool com.objectdb.Enhancer ... ? btc_es BTC EmbeddedSystems Thank you for this report. Enhancement does not require a valid ... ). However, if there is no valid OEM activation then although the classes are still enhanced and usable they are not | |
Step 1: Install BIRT and ObjectDB Driver of the Eclipse IDE that includes BIRT built in. This option may be useful if you are not using the Eclipse ... with no Java EE support is more complicated because of BIRT dependencies and is not covered here). To update | |
[ODB1] Chapter 1 - About ObjectDB. Therefore, applications that use ObjectDB are not tied to ObjectDB. Switching to another JDO compliant ... do not have a visual browsing tool at all, or have a very limited one. Keep in mind that database |