 20 | to run com.objectdb.Enhancer from that module, but ObjectDB gives the error below. My guess ... =ObjectDb.conf --module-path com.objectdb.jar --module com.objectdb/com.objectdb.Enhancer Command ... :54)
at com.objectdb/com.objectdb.o.JEN.(JEN.java:67)
at com.objectdb/com.objectdb.Enhancer |
 20 | 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 |
 20 | Hi, We are trying to enhance a class with OSGI Weaver using the JEnhancer.THIS instance as a class ... of our custom interface and should of course, NOT be enhanced. Yet, we get an error due enhancing: Failed ... why he does even try to generate dynamic type?? Can he simply ignore such things and enhance |
 20 | Unmarshalling ) When i watch the objectdb log, i see pages of errors.
Not Enhanced: com/test/MyBean ... observed that the Enhancer is unable to process dynamic class created with JAXB, so my beans aren't correctly enhanced ... Also, I have just tested some beans created from a CGLIB proxy, same problem |
 20 | > enhance
process-classes
java
com.objectdb.Enhancerenhanced |
 20 | 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 ... may be the result of partial enhancement. For example, enhancement of a super entity class |
 20 | are not enhanced, added items are doubled. Here is an example:
@Entity
public class Customer ... ? Michael I've found out a new thing - items are also doubled, when the classes are enhanced and before ... . add enhancement, for example put "com.objectdb.Enhancer.enhance("javaapplication.*");" into |
 20 | 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 |
 20 | I doubt this is an ObjectDB-enhancer problem, I am however reporting it in case anybody ... extends Element { On post-compile enhancement I get this error (as reported in the odb log file ... )
at com.objectdb.Enhancer.main(Enhancer.java:33)
Caused by: java.lang.LinkageError: loader |
 20 | 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 |