Internal Website Search

11-20 of 200 resultsRefresh

Cascading (persist) with a mix of enhanced and not enhanced entities

We find out that it is actual not possible to use enhanced and not enhanced entities together. Exist any limitations regarding the use of enhanced and non-enhanced entities? We work based feature and want to load other bundles as an artifact from the Nexus. These are always enhanced

Pre-detach loading: retrieval by navigation not working in if statement

between build time enhancement and on the fly javaagent enhancement is that the later only enhances ... and on the fly javaagent enhancement is that the later only enhances persistable classes My project's ... ="/forum/1512#item-3">here: Automatic on the fly runtime enhancement is applied

enhanced object .. NOT enhanced

Hi  I think I have found a bug :  - I have enhanced a class but when I ... have enhanced a class but when I tried to persitst it I got an error that this class has not ... the result of no enhancement but of a missing @Entity /

objectdb-2.6.9_02 (with "objectdb.temp.no-enhancement-crc-check") vs. generic classes with interfaces: detailed investigation

objectdb-2.6.9_02 (with "objectdb.temp.no-enhancement-crc-check" system property ... using reflection - Possible cause for "Enhancement of type ... is old ... app uses a post-compile, pre-deployment Ant script invoked using Clean and Build that enhances

Dependency from enhanced classes to the objectDB library

Hello, we have a Question to the dependency from enhanced classes (required for license ... when we have enhanced the entities. java.lang.NoClassDefFoundError: com ... . This test runs only if we allow the usage of not enhanced classes. <

Possible cause for "Enhancement of type ... is old and cannot be used"

] Enhancement of type com.btc.ep.requirement.bl.internal.ScopeRequirementContainerImpl is old ... .btc.ep.requirement.bl.internal.ScopeRequirementContainerImpl is not enhanced. [2015-06-08 13:07:02 #3 type.user] Enhancement of type com.btc.ep.requirement.bl.internal.RequirementReferenceImpl

Updating JPA Entity Objects

. A more efficient way to detect changes automatically is described in the enhancer">Enhancer section in chapter 5. However, detecting changes to arrays requires using snapshots even if the entity classes are enhanced. Therefore, for efficiency purposes, the default behavior

Step 3: Add a Context Listener Class

implements ServletContextListener { // Prepare the EntityManagerFactory & Enhance: public void contextInitialized(ServletContextEvent e) { com.objectdb.Enhancer.enhance ... "); emf.close(); } } The code above: Invokes the Enhancer

Step 3: Add a Context Listener Class

the EntityManagerFactory & Enhance: public void contextInitialized(ServletContextEvent e) { com.objectdb.Enhancer.enhance("guest.*"); EntityManagerFactory emf = Persistence ... >Invokes the Enhancer to enhance the entity class and creates an EntityManagerFactory

[ODB1] Chapter 6 - Persistent Objects

> interface, is done automatically by the JDO enhancer. Non persistent classes that directly access ... classes must also be run through the JDO enhancer, which enhances them to include the code needed ... , the enhancer identifies them as not persistent and does not enhance them with the code that implements