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

TypedQuery.getSingleResult() - JPA Method

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

TypedQuery.getResultList() - JPA Method

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

TypedQuery.getResultStream() - JPA Method

back LockTimeoutException - if pessimistic locking fails and only the statement is rolled back PersistenceException

ClassRef jakarta.persistence.NoResultException

JPA Exception NoResultException java.lang.Object ∟  java.lang.Throwable ∟  java.lang.Exception ∟  java.lang.RuntimeException ∟  jakarta.persistence. PersistenceException ∟  jakarta.persistence.NoResultException Thrown by the persistence provider when () or () is executed

EntityManager.lock(entity,lockMode,options) - JPA Method

and only the statement is rolled back PersistenceException - if an unsupported lock call is made Since: JPA 3.2

EntityManager.persist(entity) - JPA Method

EntityExistsException} or another {@code PersistenceException } may be thrown at flush or commit time

EntityManager.find(entityClass,primaryKey,options) - JPA Method

back PersistenceException - if an unsupported lock call is made Since: JPA 3.2

Persistence.generateSchema(persistenceUnitName,map) - JPA Static Method

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

ClassRef jakarta.persistence.TransactionRequiredException

JPA Exception TransactionRequiredException java.lang.Object ∟  java.lang.Throwable ∟  java.lang.Exception ∟  java.lang.RuntimeException ∟  jakarta.persistence. PersistenceException ∟  jakarta.persistence.TransactionRequiredException Thrown by the persistence provider

EntityManager.find(entityGraph,primaryKey,options) - JPA Method

back PersistenceException - if an unsupported lock call is made Since: JPA 3.2

ClassRef jakarta.persistence.RollbackException

JPA Exception RollbackException java.lang.Object ∟  java.lang.Throwable ∟  java.lang.Exception ∟  java.lang.RuntimeException ∟  jakarta.persistence. PersistenceException ∟  jakarta.persistence.RollbackException Thrown by the persistence provider when () fails

ClassRef jakarta.persistence.PersistenceConfiguration

a new EntityManagerFactory based on this configuration. Throws: PersistenceException - if required

PersistenceUnitUtil.isInstance(entity,entityClass) - JPA Method

unit PersistenceException - if the entity is not associated with an open persistence context or cannot be loaded from the database Since: JPA 3.2

PersistenceUnitUtil.load(entity) - JPA Method

is not an instance of an entity class belonging to the persistence unit PersistenceException

PersistenceUnitUtil.getClass(entity) - JPA Method

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

PersistenceUnitUtil.load(entity,attribute) - JPA Method

PersistenceException - if the entity is not associated with an open persistence context or cannot be loaded from the database Since: JPA 3.2

PersistenceUnitUtil.load(entity,attributeName) - JPA Method

unit PersistenceException - if the entity is not associated with an open persistence context or cannot be loaded from the database Since: JPA 3.2

PersistenceConfiguration.createEntityManagerFactory() - JPA Method

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: JPA 3.2

ClassRef jakarta.persistence.Persistence

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

Persistence.generateSchema(persistenceUnitName,map) - JPA Static Method

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

ClassRef jakarta.persistence.QueryTimeoutException

JPA Exception QueryTimeoutException java.lang.Object ∟  java.lang.Throwable ∟  java.lang.Exception ∟  java.lang.RuntimeException ∟  jakarta.persistence. PersistenceException ∟  jakarta.persistence.QueryTimeoutException Thrown by the persistence provider when a query times

StoredProcedureQuery.executeUpdate() - JPA Method

back PersistenceException - if the query execution exceeds the query timeout value set and the transaction is rolled back Since: JPA 2.1

StoredProcedureQuery.execute() - JPA Method

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

EntityManager.refresh(entity,lockMode,properties) - JPA Method

back LockTimeoutException - if pessimistic locking fails and only the statement is rolled back PersistenceException - if an unsupported lock call is made Since: JPA 2.0

EntityManager.lock(entity,lockMode,properties) - JPA Method

- if pessimistic locking fails and only the statement is rolled back PersistenceException - if an unsupported lock call is made Since: JPA 2.0

EntityManager.lock(entity,lockMode) - JPA Method

locking fails and only the statement is rolled back PersistenceException - if an unsupported lock call is made Since: JPA 1.0

StoredProcedureQuery.getSingleResultOrNull() - JPA Method

back PersistenceException - if the query execution exceeds the query timeout value set and the transaction is rolled back Since: JPA 2.1

EntityManager.refresh(entity,lockMode) - JPA Method

back LockTimeoutException - if pessimistic locking fails and only the statement is rolled back PersistenceException - if an unsupported lock call is made Since: JPA 2.0

EntityManager.find(entityClass,primaryKey,lockMode) - JPA Method

back PersistenceException - if an unsupported lock call is made Since: JPA 2.0

EntityTransaction.isActive() - JPA Method

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

EntityManager.flush() - JPA Method

JPA Method in jakarta.persistence.EntityManager void flush () Synchronize changes held in the persistence context to the underlying database. Throws: TransactionRequiredException - if there is no transaction or if the entity manager has not been joined to the current transaction PersistenceException - if the flush fails Since: JPA 1.0

EntityManager.find(entityClass,primaryKey,lockMode,properties) - JPA Method

locking fails and only the statement is rolled back PersistenceException - if an unsupported lock call is made Since: JPA 2.0

PersistenceProvider.generateSchema(info,map) - JPA Method

; these may also include provider-specific properties Throws: PersistenceException - if insufficient or

PersistenceProvider.generateSchema(persistenceUnitName,map) - JPA Method

, otherwise false Throws: PersistenceException - if insufficient or inconsistent configuration information

Query.getSingleResultOrNull() - JPA Method

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

EntityManager.runWithConnection(action) - JPA Method

{@code java.sql.Connection} Throws: PersistenceException - wrapping the checked {@link Exception} thrown

EntityManager.callWithConnection(function) - JPA Method

Return: the value returned by {@link ConnectionFunction#apply} . Throws: PersistenceException

TypedQuery.getSingleResultOrNull() - JPA Method

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

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