Internal Website Search

51-60 of 200 resultsRefresh

Weird behaviour with enhanced classes and embedded entities

the problem down to an enhanced/proxied list in my entity which contains embedded entities and some .add ... [] args) {     // enhance entities     com.objectdb.Enhancer.enhance ... without enhancing the classes). What I can say so far: Enhancing &

Enhancer failure: Failed to process class file of type

.objectdb.Enhancer.main(Enhancer.java:33) Caused by: com.objectdb.o.UserException: Failed to generate ... Moshal comfirmed that error resolved with 2.7.2_02 and the following enhancement config in gradle works: task enhance ( type: JavaExec ) {  

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 ... there is no setting in ObjectDB to disable the enhancer agent ... Q: Does run time enhancer due to GlassFish/Payara do anything that would affect loaded compile-time enhanced entity

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

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 to determine the result of enhancing

An ArrayIndexOutOfBoundsException with nested entities and enhanced entities

soon. ObjectDB version: 2.6.8_06 All our entities are enhanced. btc_es BTC EmbeddedSystems It looks again as a mismatching enhancement ... and the enhanced classes. But perhaps, not quite comprehensible, the database was produced by the ObjectDB

Exception when querying Map property with @embedded & Enhancer enabled

Hi, I have the following test class that is failing when the enhancer ... $MyAttributeItem.id using enhanced method.', if I disable the enhancement the test works as expected ... of field field TestEmbeddableMap$MyAttributeItem.id using enhanced method (error 362) at com.objectdb.jpa

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 ... for enhancement: /home/steve/java/spiffymap-svn/sealog-core/build/classes/com/spiffymap/sealog/model

Measurement of the test coverage of enhanced classes

> We want to test that what we release to our customers. Therefore we think we need to test the enhanced ... BTC EmbeddedSystems Enhancement adds code to persistent classes so it would affect test ... enhancement. A simple solution could be to check test coverage with classes that are not

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 ... >Without the enhancement everything works fine.

Enhancement Error: Unexpected constant pool entry tag: 19

Hi , I got this error when trying to enhance  Thanks --enhancer.sh build/libs/asli-cloudai.jar [ObjectDB 2.8.4] Unexpected constant pool entry ... .java:101) at com.objectdb.Enhancer.main(Enhancer.java:33) eko EKO FAJAR Thank