ObjectDB ObjectDB

Internal Website Search

111-120 of 200 resultsRefresh
14

Failed to generate dynamic type

Hi I was trying to enhance some of my classes and I got an error : Failed to generate dynamic type ... Boguslaw Fraszko one more thing .... : how to increase Enhancer log level ?? thanks b bolo Boguslaw ... ? can we specify with that option file package.jdo? in a doc there is output from enhancer [ObjectDB 2.0] 3
14

AbstractMethodError ... __odbSetTracker(Lcom/objectdb/spi/Tracker;)V

a partial enhancement, which is not allowed. Please check if the exception is still thrown after a clean build and enhancement of all the classes. support Support Good morning, Without enhancing any entities, we get the error mentioned in first post. When we enhance all entities, we get the following error
14

javax.jdo.JDOUserException Failed to locate field field exampleField using reflection (error 363)

code 1   We think, that we have properly enhanced classes although it seems to me, that we aren't ... ="${classpath}" /> In it we are using following code: String allString = getAllPackagesAsString(); Enhancer.enhance(allString); Output of enhancement before running the test was: [ObjectDB 2.8.3_05 Enhancer
13

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

that creates my application (with ObjectDB Enhanced classes) but my application fails with the error ... and activations in recent versions. Please make sure that your classes are OEM enhanced. See this forum thread. support Support Thank you for the link to the class enhancing confirmation checking code
2

Error during closing an entity manager

We have found a workaround. We have just enhanced the entities and then it works as intended. But why this case does not perform without enhanced entities? btc_es BTC EmbeddedSystems The exception may be due to having partial enhancement. Mixing enhanced entity classes with non enhanced entity classes in
0

javax.jdo.listener.StoreCallback

should be updated in this method. This method is modified by the enhancer so that changes
0

PersistenceCapable.CHECK_READ

Static Field javax.jdo.spi.PersistenceCapable byte CHECK_READ If jdoFieldFlags for a field includes CHECK_READ, then the field has been enhanced to call the jdoStateManager on read if the jdoFlags setting is not READ_OK or READ_WRITE_OK. Since: JDO 1.0
0

PersistenceCapable.CHECK_WRITE

Static Field javax.jdo.spi.PersistenceCapable byte CHECK_WRITE If jdoFieldFlags for a field includes CHECK_WRITE, then the field has been enhanced to call the jdoStateManager on write if the jdoFlags setting is not READ_WRITE_OK;. Since: JDO 1.0
0

PersistenceCapable.MEDIATE_WRITE

Static Field javax.jdo.spi.PersistenceCapable byte MEDIATE_WRITE If jdoFieldFlags for a field includes MEDIATE_WRITE, then the field has been enhanced to always call the jdoStateManager on all writes. Since: JDO 1.0
0

PersistenceCapable.MEDIATE_READ

Static Field javax.jdo.spi.PersistenceCapable byte MEDIATE_READ If jdoFieldFlags for a field includes MEDIATE_READ, then the field has been enhanced to always call the jdoStateManager on all reads. Since: JDO 1.0

Getting Started

ObjectDB is very easy to use. Follow the Getting Started Tutorial and the Quick Tour manual chapter and in minutes you may be able to write and run first Java programs against ObjectDB.

Prior knowledge or experience in database programming (SQL, JDBC, ORM, JPA, etc.) is not required, but some background in using the Java language is essential.

Need Help?

  1. Search ObjectDB website
  2. Read the FAQ
  3. Follow the Tutorials
  4. View or post in the forum
  5. Search or file an issue
  6. Contact support