ObjectDB ObjectDB

Internal Website Search

11-20 of 200 resultsRefresh
105

Dependency from enhanced classes to the objectDB library

Hello, we have a Question to the dependency from enhanced classes (required for license ... and to all domains, because there are the entities. Now we get an error when we have enhanced ... only if we allow the usage of not enhanced classes. <entities> <enhancement agent="false" reflection
99

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

We get the following log: [2015-06-08 13:07:02 #1 type.user] Enhancement of type com.btc.ep ... .ScopeRequirementContainerImpl is not enhanced. [2015-06-08 13:07:02 #3 type.user] Enhancement of type ... .internal.RequirementReferenceImpl is not enhanced. We understand the reason of the messages #2 and #4 "Type
98

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
97

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
93

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
92

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
18

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
18

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
4

Step 3: Add a Context Listener Class

{ // Prepare the EntityManagerFactory & Enhance: public void contextInitialized(ServletContextEvent e) { com.objectdb.Enhancer.enhance("guest.*"); EntityManagerFactory emf ... (); } } The code above: Invokes the Enhancer to enhance the entity class, creates an EntityManagerFactory
4

Step 3: Add a Context Listener Class

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

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