ObjectDB ObjectDB

Internal Website Search

21-30 of 200 resultsRefresh
31

com.objectdb.o.TEX: Type ... is not found, for a class that's already been enhanced successfully.

to implement Enhancement (because the log always says that the classes are not enhanced). The main class ... [] args) { Enhancer.enhance(   "common.app.Model,common.model.*,mr.model.*", Model.class.getClassLoader()); Here is the output, it seems like the above code does manage to enhance
31

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
30

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
29

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
29

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
29

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
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
5

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
5

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
5

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 mode ... that have not existed for ages. In enhancement mode, there are no exceptions. I can't figure ... logs for both the enhanced and unenhanced versions, and the objectdb.conf. -------------Update

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