Internal Website Search

31-40 of 200 resultsRefresh

Custom Classloader: Issues with the Enhancer Agent

(); } } } This works great without the Enhancer Agent, but once the Agent is enabled it is causing ... intercepts my call to defineClass(), makes the enhancement to the class and loads the modified version in ... (loadClass()/findClass()/...) as part of the enhancement process, resulting in a recursive call to my custom

ObjectDB with JRebel: copious 'Not Enhanced:' errors with EJBs

is like: Info: [2016-10-30 09:16:46 #6 enhancer.agent] Not Enhanced ... .java:455) ... 76 more Severe: [2016-10-30 09:16:46 #6 enhancer.agent] I am using post-compile ObjectDB enhancement in an Ant script that targets folders with @Entity classes only.

Request clarification of changes to accessor enhancement policy (non-getter prefix instead of getter suffix) AND annotations

changes were made to the way enhancement treats getters and setters (property accessors), namely there are no longer enhanced additional getters/setters, because the additional methods now use ... pattern with reflection for various tasks, including for diagnosing whether enhancement

OEM Enhancer causing Jenkins job to freeze

Hi all, We are using ODB enhancer in one of our jobs on jenkins, built ... .Enhancer" fork="true">     <arg line="-s ${dist.dir}/our/entities/package/"/> </java> Is it possible to enable some detailed logging for enhancer

ObjectDB Enhancer Tool in Java 9

my own ObjectDB module.  I try to run com.objectdb.Enhancer from that module, but ObjectDB gives ... -path com.objectdb.jar --module com.objectdb/com.objectdb.Enhancer Command output: Enhancer.main(Enhancer.java:32) Exception in thread "main" java.lang

ODB 2 JDO enhancement

to explicitly enhance? Do I need a package.jdo file? This question ... ">package.jdo, and b) run the Enhancer In my experience, using this with Tomcat, and running the enhancer in the contextListener class, there would often be errors relating

Failed to enhance dynamic type

Hi, We are trying to enhance a class with OSGI Weaver using the JEnhancer ... be enhanced. Yet, we get an error due enhancing: Failed to generate dynamic type com ... to generate dynamic type?? Can he simply ignore such things and enhance the regular getters and setter

Enhancement of type is old and cannot be used

] Enhancement of type eu.extech.quant.listing.data.ProductListingRequest is old and cannot be used ... .listing.data.ProductListingRequest is not enhanced. [2021-01-26 15:20:33 #24 type] Type eu.extech.quant.listing.data.ProductListingStateChangeList is not enhanced.   As

Enhancement does not show an error message when an outdated license is used

2.8.7.b08 Accidentally we used an outdated ObjectDB license, if we enhance the entities. The entities were not enhanced in our jars. But the message from the enhancement tool com.objectdb.Enhancer shows that all entites are enhanced. Can you throw an error

Enhancer option -s works not as expected

We found a bug in the enhancer with the option -s . Given structure ... .Enhancer -noaware -s com.btc.base.impl.* Entity1 and Entity2 enhanced as expected. ... com.objectdb.Enhancer -noaware -s com.btc.base.* Entity1