Internal Website Search

71-80 of 200 resultsRefresh

OEM: Too many persistable types (>10) - exceeds evaluation limit (error 1011)

persistable types (>10) - exceeds evaluation limit (error 1011) at com.objectdb/com.objectdb.jdo.JdoQuery ... types (>10) - exceeds evaluation limit (error 1011) at com.objectdb/com.objectdb.jdo.JdoQuery ... " is from the test computer that throws the "too many persistable types" error.  

Inconsistent return types from JDO query

I'm running a JDO query which returns the sum of an int field.  The return type ... setResultClass(Long.class) has no effect. sjzlondon Steve Zara The type of a sum expression depends on the type of the field on which it works, but should be long

c.o.jpa.type.EntityTypeImpl.getIdType() returns null

<T> type = metamodel.entity(domainClass);     if (type == null ... ;   this.attribute = type.getId(type.getIdType().getJavaType()); in the debugger is i can see this member m_idType is null type EntityTypeImpl<

Why can't we persist an object with a field of type EnumMap in ObjectDB?

Hi, Is there a reason why we can't persist an object with a field of type ... Serializable type if you enable this ability in ... support (i.e. more efficient and portable) for types">specific types

Too many persistable types (>10) - exceeds evaluation limit

am using two persistence units for this and get a JdoDataStoreException: Too many persistable types (> ... ObjectDB ObjectDBWriting Join Tables" transaction-type="RESOURCE_LOCAL"> <provider>com ... ; <persistence-unit name="JDO ObjectDB ObjectDBReading Join Tables" transaction-type="RESOURCE

Type ... is not defined as an entity (@Entity is missing) (error 302)

class="stacktrace"> [ObjectDB 2.2.8_08] javax.jdo.JDOUserException Type com.epimss.lab.data.bacti ... that all the relevant types for ObjectDB are available only in one Eclipse bundle.   Type java.util.ArrayList<java.lang.Object> is not defined as an entity (@Entity

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 instances of that type have been persisted, e.g.: return em.createQuery ("SELECT a FROM User a").getResultList (); What I

Failed to enhance dynamic type

be enhanced. Yet, we get an error due enhancing: Failed to generate dynamic type com ... to generate dynamic type?? Can he simply ignore such things and enhance the regular getters and setter ... Enhancer tries to overcome this by generating a dynamic synthetic type. Usually it succeed but in some

Issue with TYPE expression in Criteria API

> Query: SELECT $1 FROM com.test.virtual.model.MyCustomer $1 WHERE TYPE ... .PersistenceException Attempt to store an instance of a non persistable type java.lang.Class (error ... : Attempt to store an instance of a non persistable type java.lang.Class at com.objectdb.o.MSG.d(MSG

Unlimited JPA Persistable Types

type by setting the configuration. There is no point in persisting most of the non serializable types such as type is, surely? ThreaT Ashton Hogan