Internal Website Search

81-90 of 200 resultsRefresh

"Unsupported auto value type java.lang.String" when persisting new instance

.PersistenceException Unsupported auto value type java.lang.String for field hr.hzmo.network.model.Device.ID ... : Unsupported auto value type java.lang.String for field hr.hzmo.network.model.Device.ID at com ... for string Id only for numeric Ids. Id fields whose type is string

JPA inheritance issue with ObjectDB - Field not found in type error

'retired' is not found in type 'com.divudi.entity.pharmacy.Vtm' type-error

type.loader java.lang.ClassNotFoundException

-31 09:16:24 #5 type.loader] java.lang.ClassNotFoundException: com.greensoft.entity.Element [2011-05-31 09:16:24 #6 type.loader] java.lang.ClassNotFoundException: java.lang

@ElementCollection of type enum

/entity/types#enum_types">this section in the ObjectDB manual about using enum. support

Invalid file type for enhancement (error 104)

Trying to run enhancement, I get:    [ObjectDB 2.5.5_05] Invalid file type for enhancement: /home/steve/java/spiffymap-svn/sealog-core/build/classes/com/spiffymap/sealog/model/Audit.java (error 104) com.objectdb.o.UserException: Invalid file type

Attempt to store an instance of a non persistable type java.net.URL

>   webel Dr Darren Kelly ObjectDB supports persisting serializable types ... > It is less efficient than simple types and embedded objects. Support

Intermittent Exception "Attempt to update types in read only mode"

Attempt to update types in read only mode (error 614) at com.objectdb.jpa.EMF ... : Attempt to update types in read only mode at com.objectdb.o.MSG.d(MSG.java:61

Feature Request: Subclassed PersistenceException for Type Not Found in DB Schema

; It would be very nice if this particular exception were a type/subclass of PersistenceException that we can catch ... : Type AbstractClientSummary is not found com.objectdb.o._PersistenceException:45 com ... ; This issue is resolved. Introducing the type to the database prior to the query worked as

Enhancer option to enhance all persitable types

Hello, can you add an option to the Class Enhancer to enhance all persistable types and ignore the NON persistable types. Like the Load Time Enhancement. It should exclude enhancing non persistable types (i.e. persistence aware

Post-compile enhancement sometimes causes error in generic loops: incompatible types found: java.lang.Object: required: Entity

for loop over an @entity type I get a generics error. The generic for loop is:  incompatible types found: java.lang.Object required: com.example.entity.Steel for (Steel s