Internal Website Search

21-30 of 200 resultsRefresh

Compile time enhancement using build.xml of a Netbeans web application

.xml of a Netbeans web application project to specify ObjectDB compile time enhancement, for  ... tip: <java classname="com.objectdb.Enhancer" fork="true ... >Until now I have been working with run-time enhancement using objectdb.jar as a javaagent, but I

Enhancer -s broken

Hi, after upgrading to ObjectDB 2.5.4_04 we noticed that the enhancer ... ="pre-config"> <java classname="com.objectdb.Enhancer" fork="true" classpath="c:\objectdb\bin ... > we've added the enhancer to our ant build:

a second mapping-file is ignored in persistence.xml by enhancer

Hello Support-Team, we have a problem with the enhancer. In ... > We start the enhancer and the entities of orm.xml will be enhanced by following output: enhancer: [java] [ObjectDB 2.6.0_02 Enhancer] [java] 3

Enhancement API - NullPointerException

Hi! I am trying to use the Enhancement API from within my application like this: com.objectdb.Enhancer.enhance("my.package.Foo"); Enhancer.enhance(Enhancer.java:69) at com.objectdb

Enhancer problem

During development, I have used the enhancer API in a static block in the code that creates the EntityManagerFactory, ie. com.objectdb.Enhancer.enhance("com.fastmodel.fastplan.entities.*"); com.objectdb.Enhancer.enhance("com.fastmodel.fastplan.entities

How prevent post-compile enhancement of non entity classes

I have recently moved to post-compile enhancement (from automatic run-time enhancement) using an Ant build.xml for a NetBeans web app. My adapted build.xml works for both full project ... at only invoking the enhancer on entity files. For full project build the following works, by

Enhanced classes problem

Hell, we have problem with the OEM enhancement licencing. When we used ... . But when we enhanced our classes with OEM licence, following errors occurs: Caused ... .core.cache.entity.CacheableJobStat.jais using enhanced method at com.objectdb.o

Enhancing a class causes it to not save changes.

So when we enhance the Account class, no changes are saved to it. When it is reflection ... refers to classes that have not existed for ages.  In enhancement mode ... >I've include the java files of by models, the objectdb logs for both the enhanced and unenhanced

Tracking changes to new collections (in enhancement mode) after flush

it happen consistently? is it reproducible? Does it happen with enhanced ... > the issue happens with enhanced classes, without enhanced classes all works correctly as ... BTC EmbeddedSystems It seems like a failure in automatic tracking of changes in enhanced

Unexpected exception when execute query without enhanced entities

ObjectDB 2.8.7.b08 Our entities are not enhanced and we execute a query ... to error. <entities> ... <enhancement agent ... with a message like "the entities are not enhanced ..." instead of the UserException: Unexpected