ObjectDB ObjectDB

Internal Website Search

11-20 of 109 resultsRefresh
27

Eclipse plugin problem (using ObjectDB as a separate bundle)

.google.gdt.eclipse.designer.launch.gwtLaunchShortcut.debug,Debug GWT Application,   Debug GWT Application,   Category(org.eclipse.debug.ui.category.run,Run/Debug,Run/Debug command category,true ... .groovyScriptLaunchShortcut.debug,Debug Groovy Script,   Debug Groovy Script,   Category(org.eclipse
16

Entity listener - event instead of object

);                         if (LOG.isDebugEnabled()) {                             LOG.debug("{} for: {}, ID: {}, property: {}, old ... = (EntityManager) JDOHelper.getPersistenceManager(entity); logger.debug("Entity class: {}", entity.getClass().getName()); if (entity instanceof Inspiration) { logger.debug("Audting entity
15

Query perfromance problem

, but trust me - when debugging application, getting data from ODB takes a long time in one case ... sortColumn, boolean isAscending) {   logger.debug("Method start.");   List<Product> prodList = null ... ("select prod from Product prod", Product.class);   } else {    logger.debug("Sort column
14

Listing large number of complicated objects with paging.

.578 [http-bio-8080-exec-3] DEBUG pl.hplxtool.dao.impl.ProductDAOImpl - Query: [select prod from Product prod order by prod.id ASC] 2011-11-15 19:30:59.578 [http-bio-8080-exec-3] DEBUG pl.hplxtool.dao.impl.ProductDAOImpl - Executing query 2011-11-15 19:30:59.578 [http-bio-8080-exec-3] DEBUG pl
14

Source not found error after downloading ObjectDB 2.3.7_04

is it? Compilation? Debugging? Runtime? If it is an exception - provide a full stack trace ... When I am trying to debug code snippet mentioned above in Eclipse it asks me to provide source code at debug time. I provided the zip file mentioned above. But them it throws an error that source not
14

Check for index existence ?

="query" level="debug" /> support Support Hello, sorry but name="query" give me nothing in output ( debug or trace ). name="*" give me some informations about enhanced classes ... /objectdb/archive/" retain="330" />     <logger name="query" level="debug" /> support Support Full general
12

JPA Entity Fields

for debugging and logging. Version values cannot be preserved for detached entity objects (explained in chapter
12

ODB IndexActivation NullPointerException

) {         log.debug("Thread interruped during join the 'ODB-IndexActivation' thread");     } } em ... ();     } catch (InterruptedException e) {         log.debug("Thread interruped during join the 'ODB-IndexActivation' thread");     } } else {     log.debug("Thread ODB IndexActivation not
2

Freeze during save

or maybe enable remote debugging? support Support I can reproduce the problem with remote debugging ... idea how to change this test case to reproduce the exception? Debug logging was added in version 2.7 ... with <logger name="entity.persist.cascade" level="debug" /> and post the relevant log lines? Thanks
1

[ODB1] Chapter 6 - Persistent Objects

, and so on). Even if you do not use the database garbage collector for production, it may be useful for debugging

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