 13 | type com.package.RootContainer (error 361) It seems that all dependent classes are on the classpath ... ? in a doc there is output from enhancer [ObjectDB 2.0] 3 persistable types have been enhanced: test.MyEntity1 test.MyEntity2 test.MyEmbeddable 2 NON persistable types have been enhanced: Main test |
 13 | their types you will have to 'touch' the objects and store them again, or use an ObjectDB version before the fix, with an UPDATE queries that change the IDs to the correct type). We are using ObjectDB ... . Also we have noticed that using tree view of ObjectDB explorer the type of the id column |
 13 | , PluralJoin, SetJoin A join to an entity, embeddable, or basic type. Since: JPA 2.0 Learn how to use ... : selection item Since: JPA 2.0 Expression as(Class type) Perform a typecast upon the expression ... expression object. This method does not cause type conversion: the runtime type is not changed. Warning |
 13 | to all collection types. It is not intended to be used directly in query construction. Since: JPA 2.0 ... . Parameters: name - alias Returns: selection item Since: JPA 2.0 Expression as(Class type ... upon the expression, returning a new expression object. This method does not cause type conversion |
 13 | fails
EntityType type = metamodel.entity(domainClass);
if (type == null ... the given Metamodel!");
}
this.attribute = type.getId(type.getIdType().getJavaType()); in the debugger is i can see this member m_idType is null type EntityTypeImpl (id=57) m_attrMap |
 13 | Stack trace below:
[ObjectDB 2.7.1_02] Failed to process class file of type 'app.model.ClientSession' (error 422)
com.objectdb.o.UserException: Failed to process class file of type 'app.model ... .java:33)
Caused by: com.objectdb.o.UserException: Failed to generate dynamic type jdk.internal |
 13 | I'm running a JDO query which returns the sum of an int field. The return type of the Object ... .class) has no effect. The type of a sum expression depends on the type of the field on which it works ... types. I am attaching sample code which reproduces the problem. Thank you for this report |
 13 | .virtual.model.MyCustomer $1 WHERE TYPE($1)=class com.test.model.Customer
Exception in thread "main ... persistable type java.lang.Class (error 303)
at com.objectdb.jpa.JpaQuery.getResultList(JpaQuery.java ... by: com.objectdb.o.UserException: Attempt to store an instance of a non persistable type java.lang |
 13 | _03] javax.jdo.JDODataStoreException
Too many persistable types (>10) - exceeds evaluation limit ... HAS been performed.
[ObjectDB 2.7.2_04] javax.jdo.JDODataStoreException
Too many persistable types ... " is from the test computer that throws the "too many persistable types" error. This is a new error |
 13 | , PluralJoin, Root, SetJoin Represents a bound type, usually an entity that appears in the from clause ... of associations, embeddables, and collections belonging to the type, and for Paths of attributes belonging to the type. Since: JPA 2.0 Selection alias(String name) Assigns an alias to the selection |