ObjectDB Database Search

51-100 of 200 results

Error 363 - Failed to read value of inverse relationship

. PersistenceException Failed to read the value of field com.pvdc.model.entity.EEvent.town using ... : [ObjectDB 2.2.8_01] javax.persistence. PersistenceException Failed to write the value of field property edu ... ZARRABI Hello. I have got same problem: [ObjectDB 2.4.1_07] javax.persistence. PersistenceException

Problem upgrading

._ PersistenceException : Failed to set reference value of field property at.co.pjm.tracker.persistence.Unit ... (Thread.java:745) [na:1.8.0_72] Caused by: com.objectdb.o._ PersistenceException : Failed to set reference ... at com.objectdb.o._ PersistenceException .b(_ PersistenceException .java:45) ~[objectdb-2.6.6.jar:na

WebSphere Liberty Configuration

message was: com.objectdb.o._ PersistenceException : Failed to use JTA (TransactionManager is not found); nested exception is: java.lang.RuntimeException: com.objectdb.o._ PersistenceException : Failed to use ... message was: com.objectdb.o._ PersistenceException : Failed to use JTA (TransactionManager is not found

Apache Tomee 1.5.2: Failed to use JTA (TransactionManager is not found)

: org.apache.openejb.OpenEJBRuntimeException: com.objectdb.o._ PersistenceException : Failed to use JTA (TransactionManager is not found): com.objectdb.o._ PersistenceException : Failed to use JTA ... .OpenEJBRuntimeException: com.objectdb.o._ PersistenceException : Failed to use JTA (TransactionManager

EM close causes an exception

, do you know why? Caused by: com.objectdb.o._ PersistenceException : Failed to read from file '/tmp/objectdb_2306457094224783100/pages0.dat' at com.objectdb.o._ PersistenceException .a(_ PersistenceException ... /objectdb_9120972825587144595/pages0.dat' ... Caused by: com.objectdb.o._ PersistenceException

How to Use a SF with extended Persistence Context?

to the SF I get com.objectdb.o._ PersistenceException : Attempt to begin a new transaction ... ._ PersistenceException : Attempt to begin a new transaction when a transaction is active at com.objectdb.o._ PersistenceException .b(_ PersistenceException .java:45) [objectdb-jee.jar:] at com.objectdb.o

Guessbook tutorial: Java EE 6 JPA Tutorial - Maven Project

) at java.lang.Thread.run(Thread.java:680) Caused by: com.objectdb.o._ PersistenceException : Attempt to obtain a connection from a closed EntityManagerFactory at com.objectdb.o._ PersistenceException .b(_ PersistenceException .java:45) at com.objectdb.o.JPE.g(JPE.java:140) at com.objectdb.o.ERR.f(ERR.java:59

Unexpected NoSuchFieldError exception

] javax.persistence. PersistenceException Failed to construct an instance of app.model.Person using ... ._ PersistenceException : Failed to construct an instance of app.model.Person using a no-arg constructor at com.objectdb.o._ PersistenceException .b(_ PersistenceException .java:45) at com.objectdb.o.JPE.g(JPE.java:145) at com

Felix, rollback exception, error 613

. PersistenceException : com.objectdb.o.UserException: Failed to get reference value of field field db.Point.x using enhanced method     at com.objectdb.o._ PersistenceException .a(_ PersistenceException .java ... more Caused by: javax.persistence. PersistenceException : com.objectdb.o.UserException: Failed

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

. PersistenceException : com.objectdb.o.UserException: Failed to locate set method for field property com ... ._ PersistenceException .b(_ PersistenceException .java:47) at com.objectdb.o.JPE.g(JPE.java:145) at com.objectdb ... :305) Caused by: javax.persistence. PersistenceException : com.objectdb.o.UserException: Failed

Attempt to execute a query using a closed EntityManager

.el.ContextAwareELException: javax.el.ELException: com.objectdb.o._ PersistenceException : Attempt ... .o._ PersistenceException : Attempt to execute a query using a closed EntityManager at org.apache.el ... (ContextAwareTagMethodExpression.java:96) ... 27 more Caused by: com.objectdb.o._ PersistenceException

Persist error @ManyToMany how to define correct entities relationships

.persistence. PersistenceException ; public class TestODB_C { public static void main(String[] args ... (prod); try{em.getTransaction().commit();} catch( PersistenceException ex){ System.out.println ... .persistence. PersistenceException ; public class TestODB_sameID implements Serializable { public static void

Dependency from enhanced classes to the objectDB library

. PersistenceException Type com.btc.ep.base.bl.impl.ModelElementImpl is not enhanced (enhance the type or enable ... _07] javax.persistence. PersistenceException Persistence unit 'eppdb' is not found (by org.eclipse.osgi ... for enhancement. [ObjectDB 2.5.7_07] javax.persistence. PersistenceException Type com.btc.ep.base.bl.impl

jakarta.persistence.TypedQuery.getSingleResultOrNull()

back. PersistenceException - if the query execution exceeds the query timeout value set and the transaction is rolled

jakarta.persistence.TypedQuery.getResultList()

fails and only the statement is rolled back. PersistenceException - if the query execution exceeds

jakarta.persistence.StoredProcedureQuery.execute()

result corresponds to result set. Throws: PersistenceException - if the query execution exceeds

jakarta.persistence.StoredProcedureQuery.hasMoreResults()

if next result corresponds to result set. Throws: PersistenceException - if the query execution exceeds

jakarta.persistence.StoredProcedureQuery.getUpdateCount()

an update count. Throws: PersistenceException - if the query execution exceeds the query timeout value set

jakarta.persistence.StoredProcedureQuery.executeUpdate()

if there is no pending result or if the next result is not an update count.. Throws: PersistenceException

jakarta.persistence.StoredProcedureQuery.getResultList()

. Throws: PersistenceException - if the query execution exceeds the query timeout value set

jakarta.persistence.StoredProcedureQuery.getSingleResult()

- if more than one result. PersistenceException - if the query execution exceeds the query timeout value set

jakarta.persistence.StoredProcedureQuery.getSingleResultOrNull()

- if more than one result. PersistenceException - if the query execution exceeds the query timeout value set

jakarta.persistence.EntityTransaction.rollback()

Jakarta Persistence (JPA) Method in jakarta.persistence.EntityTransaction void rollback() Roll back the current resource transaction. Throws: IllegalStateException - if EntityTransaction.isActive is false. PersistenceException - if an unexpected error condition is encountered. Since: Jakarta Persistence (JPA) 1.0

jakarta.persistence.EntityTransaction.isActive()

Jakarta Persistence (JPA) Method in jakarta.persistence.EntityTransaction boolean isActive() Indicate whether a resource transaction is in progress. Returns: boolean indicating whether transaction is in progress. Throws: PersistenceException - if an unexpected error condition is encountered. Since: Jakarta Persistence (JPA) 1.0

jakarta.persistence.EntityManager.runWithConnection(ConnectionConsumer)

the transaction for rollback. Parameters: action - the action Throws: PersistenceException - wrapping the checked

jakarta.persistence.EntityManager.callWithConnection(ConnectionFunction)

: PersistenceException - wrapping the checked Exception thrown by ConnectionFunction.apply , if any. Since: Jakarta Persistence (JPA) 3.2

jakarta.persistence.EntityManager.lock(Object,LockModeType,LockOption...)

is not an entity or is a detached entity. PersistenceException - if an unsupported lock

jakarta.persistence.EntityManager.refresh(Object,LockModeType)

an entity or if the entity is not managed. PersistenceException - if an unsupported lock

jakarta.persistence.EntityManager.lock(Object,LockModeType)

- if the instance is not an entity or is a detached entity. PersistenceException - if an unsupported

jakarta.persistence.EntityManager.lock(Object,LockModeType,Map)

- if the instance is not an entity or is a detached entity. PersistenceException - if an unsupported lock

jakarta.persistence.EntityManager.refresh(Object,LockModeType,Map)

if the entity is not managed. PersistenceException - if an unsupported lock

jakarta.persistence.EntityManager.refresh(Object,RefreshOption...)

if the entity is not managed. PersistenceException - if an unsupported lock

jakarta.persistence.Persistence.generateSchema(String,Map)

that may have been configured elsewhere. Throws: PersistenceException - if insufficient or inconsistent configuration

jakarta.persistence.PersistenceConfiguration.createEntityManagerFactory()

Jakarta Persistence (JPA) Method in jakarta.persistence.PersistenceConfiguration EntityManagerFactory createEntityManagerFactory() Create a new EntityManagerFactory based on this configuration. Throws: PersistenceException - if required configuration is missing or if the factory could not be created. Since: Jakarta Persistence (JPA) 1.0

jakarta.persistence.EntityManager.persist(Object)

another PersistenceException may be thrown at flush or commit time). TransactionRequiredException

jakarta.persistence.EntityManager.find(EntityGraph,Object,FindOption...)

. PersistenceException - if an unsupported lock call is made. OptimisticLockException - if the optimistic

jakarta.persistence.EntityManager.flush()

Jakarta Persistence (JPA) Method in jakarta.persistence.EntityManager void flush() Synchronize changes held in the persistence context to the underlying database. Throws: PersistenceException - if the flush fails. TransactionRequiredException - if there is no transaction or if the entity manager

jakarta.persistence.EntityManager.find(Class,Object,LockModeType)

. PersistenceException - if an unsupported lock call is made. OptimisticLockException - if the optimistic version check

jakarta.persistence.EntityManager.find(Class,Object,LockModeType,Map)

for that entity's primary key or is null. PersistenceException - if an unsupported lock

jakarta.persistence.EntityManager.find(Class,Object,FindOption...)

. PersistenceException - if an unsupported lock call is made. OptimisticLockException - if the optimistic

jakarta.persistence.PersistenceUnitUtil.isInstance(Object,Class)

to the persistence unit. PersistenceException - if the entity is not associated with an open persistence context

jakarta.persistence.PersistenceUnitUtil.getClass(T)

of an entity class belonging to the persistence unit. PersistenceException - if the entity is not associated

jakarta.persistence.Query.getSingleResultOrNull()

back. PessimisticLockException - if pessimistic locking fails and the transaction is rolled back. PersistenceException

jakarta.persistence.Query.executeUpdate()

. PersistenceException - if the query execution exceeds the query timeout value set

jakarta.persistence.Query.getResultList()

and only the statement is rolled back. PersistenceException - if the query execution exceeds the query timeout

jakarta.persistence.Query.getResultStream()

back. PersistenceException - if the query execution exceeds the query timeout value set

jakarta.persistence.Query.getSingleResult()

. PersistenceException - if the query execution exceeds the query timeout value set and the transaction is rolled

objectdb-2.6.9_06: Extended Persistence Context fails: 'Attempt to begin a new transaction when a transaction is active'

) Warning: javax.ejb.EJBException: com.objectdb.o._ PersistenceException : Attempt to begin a new ... .ejb.EJBException: com.objectdb.o._ PersistenceException : * Attempt to begin a new transaction ... .ejb.EJBException: com.objectdb.o._ PersistenceException : Attempt to begin a new transaction

Enhanced classes problem

, following errors occurs: Caused by: com.objectdb.o._ PersistenceException : Failed to set reference value ... .objectdb.o._ PersistenceException .b(_ PersistenceException .java:45) at com.objectdb.o.JPE.g(JPE.java ... Exception: 2013/05/23 09:25:26.154 | [ObjectDB 2.5.0_05] javax.persistence. PersistenceException 2013/05

Error during closing an entity manager

._ PersistenceException : Failed to read the value of field field com.btc.ep.architecture.bl.internal.dmos.types.NormalizedAccessPathImpl.accessPathRoot using reflection at com.objectdb.o._ PersistenceException .b(_ PersistenceException .java:45) ~[na:na] at com.objectdb.o.JPE.g(JPE.java:145) ~[na:na] at com.objectdb.o.ERR.f