ObjectDB ObjectDB

Internal Website Search

41-50 of 200 resultsRefresh
88

ODB 2 JDO enhancement

If I label a class @PersistenceCapable do I still need to explicitly enhance? Do I need a package ... .jdo, and b) run the Enhancer In my experience, using this with Tomcat, and running the enhancer in ... of enhancement automatically? Alternatively, is there a best practice for enhancement in a web environment
88

problems with OEM license/enhancing

>enhance</id> <phase>process-classes</phase> <goals> <goal>java</goal> </goals> <configuration> <mainClass>com.objectdb.Enhancer</mainClass ... are probably not enhanced with the OEM Enhancer. Please check if in the build output the classes
88

Enhancement Check

Hello, is there any possibility for a check whether all entities are already enhanced within a jar file? We got following exception although we think all entities are enhanced: Caused by: com ... (OdbPersistenceManagerImpl.java:550) best regards BTC btc_es BTC EmbeddedSystems Enhanced classes implement
87

Issue with compile time enhancement

I have an entity library which I have integrated build time enhancement in. The enhancer reports ... been enhanced. I am running with ObjectDB in embedded mode via a reference to a persistence unit ... This exception may be the result of partial enhancement. For example, enhancement of a super entity
87

Post-compile enhancement fails when static Log4j 2.5 based logger used in Entity

I doubt this is an ObjectDB-enhancer problem, I am however reporting it in case anybody ... { On post-compile enhancement I get this error (as reported in the odb log file): [ObjectDB 2.6.3_04 ... .Enhancer.main(Enhancer.java:33) Caused by: java.lang.LinkageError: loader constraint violation: loader
87

Maven Enhancement with OSGi Plugins

Hello, I've an OSGi environment and try to enhance Classes with Maven as it is described in ... other plugins. Is there a way to include classes in enhancement process? Thanks for your help ... .objectdb.o.JEL.A(JEL.java:442) at com.objectdb.o.JEN.k(JEN.java:93) at com.objectdb.Enhancer.main
87

Items in list are doubled, when the entity class is not enhanced

are not enhanced, added items are doubled. Here is an example: @Entity public class Customer ... ? Michael anaq x I've found out a new thing - items are also doubled, when the classes are enhanced ... , only: 1. add enhancement, for example put "com.objectdb.Enhancer.enhance("javaapplication.*");" into
87

Weird behaviour with enhanced classes and embedded entities

entries of my ArrayLists with embedded entities are missing. I've hunted the problem down to an enhanced ... static void main(String[] args) {     // enhance entities     com.objectdb.Enhancer.enhance ... (or without enhancing the classes). What I can say so far: Enhancing & multi threading breaks .add
86

Enhancer failure: Failed to process class file of type

:446)         at com.objectdb.o.JEN.m(JEN.java:101)         at com.objectdb.Enhancer.main(Enhancer ... with 2.7.2_02 and the following enhancement config in gradle works: task enhance ( type: JavaExec ) {   main = 'com.objectdb.Enhancer'   classpath = sourceSets.main.runtimeClasspath   args '-cp
86

Does run time enhancer due to GlassFish/Payara do anything that would affect loaded compile-time entity classes ?

ObjectDB support wrote elsewhere: ... you do not need the Enhancer agent, since you use build time ... to disable the enhancer agent ... Q: Does run time enhancer due to GlassFish/Payara do anything that would affect loaded compile-time enhanced entity classes (other than just logging, typically just info

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