ObjectDB ObjectDB

Internal Website Search

21-30 of 200 resultsRefresh
33

UserException: Package com.example.model is not found by the enhancer

the enhancer It occurs on this line: com.objectdb.Enhancer.enhance("com.example.model ... to a remote location. What are the possible solutions around this problem as I'm not sure how the enhance ... Ashton Hogan It may be a class loader conflict, i.e. the Enhancer and your classes are loaded by
32

enhancement issue

Hi, still struggling with the enhancement issue. So, this works fine in development: static void main ( String[] args ) {     com.objectdb.Enhancer.enhance ( "app.model ... 2.7.1_02] Package app.model is not found by the enhancer (error 108) com.objectdb.o.UserException
32

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

of a Netbeans web application project to specify ObjectDB compile time enhancement, for both single file ... .objectdb.Enhancer" fork="true" classpath="c:\objectdb\bin\objectdb.jar"> <arg line="-s c ... have been working with run-time enhancement using objectdb.jar as a javaagent, but I am now
32

Enhancer -s broken

Hi, after upgrading to ObjectDB 2.5.4_04 we noticed that the enhancer option -s is currently broken. According to your docs <java classname="com.objectdb.Enhancer" fork="true" classpath="c ... the enhancer to our ant build: <java classname="com.objectdb.Enhancer" fork="true" classpathref
32

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

Hello Support-Team, we have a problem with the enhancer. In the persistence.xml are two mapping ... > 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 persistable types have been enhanced
31

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.comm.*"); com.objectdb.Enhancer.enhance
6

Unexpected exception during query, if entity is not enhanced

Hello, the entity TCVector is not enhanced and the enhancement check in the objectdb.conf is active ... that the activated enhancement check would throw an exception. In a parallel secondary thread we got the following ObjectDB log entry. ObjectDb Log: Enhancement of type com.btc.ep.vector.tc.internal.dmos
6

Enhanced classes problem

Hell, we have problem with the OEM enhancement licencing. When we used runtime licencing using machine activation code, everything works fine. But when we enhanced our classes with OEM licence ... of field field eu.ysoft.safeq.core.cache.entity.CacheableJobStat.jais using enhanced method at com
6

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

? Does it happen with enhanced classes or in reflection mode? What ObjectDB version are you using ... our complex scenario with the same entity and uid the issue happens with enhanced classes, without enhanced classes all works correctly as expected currently we use ObjectDB version 2.8.0.b04 I
6

Unexpected exception when execute query without enhanced entities

ObjectDB 2.8.7.b08 Our entities are not enhanced and we execute a query "select max(uid) from ... > ... <enhancement agent="false" reflection="error" /> We got following exception after execution ... .java:760) I would expect an exception with a message like "the entities are not enhanced

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