Internal Website Search

61-70 of 200 resultsRefresh

Option or strategy to disable/skip runtime enhancement checks (to improve load time)?

whether enhancement has been applied to a wide range of classes, many ... are enhanced. I am using Maven-based compile-time enhancement applied to entity modules ... /skip runtime enhancement checks (to improve load time) ?  

Suggest link to Maven example from Enhancer tool page

The maven plugin example here is incomplete: enhancer#maven_and_ant_enhancement">https://www.objectdb.com/java/jpa/tool/enhancer#Maven_and_ANT_Enhancement_ Taken literally it can't work because it's missing this:      

Enhancement from gradle build file

Just wondering if it's possible to add enhancement in the gradle build file ... seems to work: task enhance(type: JavaExec) {   main = 'com.objectdb.Enhancer'   classpath = sourceSets.main.runtimeClasspath   args '-cp', 'src/main/groovy

Version 2.5.6 enhancement problem solved by updating to version 2.5.7_03

After updating some of my code to java 8, enhancement threw "unexpected" exceptions ... > Problem might or might not have been related to the java 8 update. In any event, my enhancement problem ... Actually build 2.5.6 should also support Java 8, but the project has to be rebuilt and enhanced

Java 8 Enhancer Problem

because the ObjectDB enhancer ignores non @Entity or already enhanced classes but in conjunction with new Java 8 ... to the Enhancer fix, but to another fix (issue #1373). Please try

Remove of an entry from a @OneToMany collection is not possible if the enhancer is disabled

Hello! When the JPA entities are not enhanced the removal of an entry ... > does not work correctly with not enhanced JPA entities. package ... Wurm Thank you for this report. It represents an issue with non enhanced classes

Enhancer: non-zero exit code at exceptions

Hello, we have found that the enhancer returned an non-zero exit code on errors. You can change this so that the error of the enhancers can be detected. btc_es BTC EmbeddedSystems Thank you for this report. Starting build 2.6.1_04 the Enhancer

Feature suggestion: Improved Maven Enhancer support

There may a way to achieve recursive application of the enhancer using the maven ... .Enhancer</mainClass>        <!-- List of your packages --> ... ObjectDB Maven plugin. Maybe all the class files in the target directories can be scanned automatically and enhanced if necessary. support Support

Enhancer API (JDO 3.0)

One of the new features of JDO 3 is a standard API for enhancement. Currently ObjectDB implements its own enhancer">enhancement API. support Support

Enhancer NullPointerException

I'm getting the following stack trace when running the enhancer on one of my jars: [ObjectDB 2.3.2_04] null java.lang.NullPointerException ... .objectdb.o.JEN.k(JEN.java:95) at com.objectdb.Enhancer.main(Enhancer.java:32)