ObjectDB ObjectDB

Internal Website Search

61-70 of 100 resultsRefresh
10

Unable to delete the .odb file programatically

.currentTransaction().isActive()) {     pm.currentTransaction().rollback(); } if (!pm ... ();  if (pm.currentTransaction().isActive()) {     pm.currentTransaction().rollback
10

@Unique member combination not working

.getTransaction().rollback();             }             em.close();         }     } } Main ... ().rollback();                 }                 em.close
10

evictAll() behavior

().rollback(); System.out.println(Thread.currentThread().getName() + " --" + "provisioning rollback
10

Cannot catch a PersistenceException and continue the transaction

in the same transaction. Implement a BMT- it doesn't let me commit and rollback because the server ... to the application server, the transaction is not expected to be marked for rollback. support Support Ohh, I see. Thx! dreckguy Ophir Haramaty
10

JOD problems regarding detachCopy()

(); }finally { if (pm.currentTransaction().isActive()) pm.currentTransaction().rollback ... ().rollback(); if (!pm.isClosed()) pm.close(); if (!pmf.isClosed())pmf.close
7

Embedded List

.getLocalizedMessage()); } finally { if (em.getTransaction().isActive()) { em.getTransaction().rollback(); } if (em
2

UPDATE statemen crash when i put the WHERE clause.

.getTransaction().isActive()) updateEm.getTransaction().rollback(); updateEm.close(); if (em.getTransaction().isActive()) em.getTransaction().rollback(); em.close(); ioan.bodnar Bodnar
2

Sometimes the ObjectDB throws an internal expeption if a persist() was executed

(and our application), we add for all entities an instance in the database and rollback the transaction. (As ... an instance in the database and rollback the transaction. This step is just to increase the performance
2

Threaded Test - Failed to commit transaction: Unexpected internal exception

().rollback();                 throw new RuntimeException("Error putting message on objectdb queue", e ... .getTransaction().isActive())                     em.getTransaction().rollback();                 em
2

InternalException

(OBM.java:1009) at com.objectdb.jpa.EMImpl.rollback(EMImpl.java:292) at rbccm.felix.objectdb.workflow.ObjectDbInstanceContainer.rollback(Unknown Source) at rbccm.digest.workflow.execution

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