ObjectDB ObjectDB

Internal Website Search

51-60 of 200 resultsRefresh
28

Items in list are doubled, when the entity class is not enhanced

are not enhanced, added items are doubled. Here is an example: @Entity public class Customer ... ? Michael anaq x I've found out a new thing - items are also doubled, when the classes are enhanced ... , only: 1. add enhancement, for example put "com.objectdb.Enhancer.enhance("javaapplication.*");" into
28

Issue with compile time enhancement

I have an entity library which I have integrated build time enhancement in. The enhancer reports ... been enhanced. I am running with ObjectDB in embedded mode via a reference to a persistence unit ... This exception may be the result of partial enhancement. For example, enhancement of a super entity
27

How to check if the classes were enhanced correctly with valid OEM license?

Hello, is there a way/tool how to check whether build classes were enhanced with valid OEM license? Scenario: 1) Build and enhance Java application with some Object DB license key. 2) Pick particular JAR containing enhanced classes from the build above. 3) Run some tool against picked JAR
27

Enhancer failure: Failed to process class file of type

:446)         at com.objectdb.o.JEN.m(JEN.java:101)         at com.objectdb.Enhancer.main(Enhancer ... with 2.7.2_02 and the following enhancement config in gradle works: task enhance ( type: JavaExec ) {   main = 'com.objectdb.Enhancer'   classpath = sourceSets.main.runtimeClasspath   args '-cp
27

Does run time enhancer due to GlassFish/Payara do anything that would affect loaded compile-time entity classes ?

ObjectDB support wrote elsewhere: ... you do not need the Enhancer agent, since you use build time ... to disable the enhancer agent ... Q: Does run time enhancer due to GlassFish/Payara do anything that would affect loaded compile-time enhanced entity classes (other than just logging, typically just info
27

An ArrayIndexOutOfBoundsException with nested entities and enhanced entities

.8_06 All our entities are enhanced. There are nested entities in following hierarchy: @Entity ... . btc_es BTC EmbeddedSystems It looks again as a mismatching enhancement ... the database and the enhanced classes. But perhaps, not quite comprehensible, the database
27

Enhancement Error: ClassNotFoundException

enhancer.sh build/libs/asli-cloudai.jar [ObjectDB 2.8.5_03] Failed to process class file ... .java:447) at com.objectdb.o.JEN.g(JEN.java:103) at com.objectdb.Enhancer.main(Enhancer.java:33 ... (ClassLoader.java:522) ... 10 more eko EKO FAJAR Enhancement requires that all referred classes (e.g. by
27

Measurement of the test coverage of enhanced classes

to our customers. Therefore we think we need to test the enhanced classes. But that distorts our test ... "coverage" of our tests? btc_es BTC EmbeddedSystems Enhancement adds code to persistent classes ... that is added by enhancement. A simple solution could be to check test coverage with classes that are not
5

Enhancement Error: Unexpected constant pool entry tag: 19

Hi , I got this error when trying to enhance Thanks -- bmpccdeMac-mini:CloudAI eko$ bash ~/lib/objectdb-2.8.4/bin/enhancer.sh build/libs/asli-cloudai.jar [ObjectDB 2.8.4] Unexpected constant ... :101) at com.objectdb.Enhancer.main(Enhancer.java:33) eko EKO FAJAR Thank you for this report
5

Application not starting after enhancement

I added the class enhancer to my build script and I get the expected output of a list with the enhanced classes. Now if I try to deploy my created application I get the following error: Caused ... ) The Data class is a simple @Entity which extends a @MappedSuperclass. Without the enhancement

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