Internal Website Search

31-40 of 200 resultsRefresh

Spring Transactions (@Transactional) within ObjectDB

Hi, We are using OBD with Spring and transactions are managed by Spring ... is marked as @Transactional. We iterate through the list apply business validations ... > This is with transactions we are not able to retrieve the persisted object within the same

Attempt to begin a new transaction when a transaction is active

-config"> <persistence-unit name="recordPU" transaction-type="JTA"> <provider>com ... ._PersistenceException: Attempt to begin a new transaction when a transaction is active root cause com.objectdb.o._PersistenceException: Attempt to begin a new transaction

Failed to commit transaction: Attempt to commit a rollback only transaction

="stacktrace"> Failed to commit transaction: Attempt to commit a rollback only transaction (error 613) at com.objectdb.jpa.EMImpl.commit(EMImpl.java:271) at javax.jdo.Transaction$commit.call(Unknown ... transaction as rollback only. In that case - you can only close the transaction

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

[]: buildProject: em.transaction.isActive(true) Info: ExtRequestBean []: Created: com.greensoft ... ._PersistenceException: Attempt to begin a new transaction when a transaction is active at com.sun.ejb ... ) { log_info($i, "em.transaction == null

Constants.PROPERTY_TRANSACTION_ISOLATION_LEVEL_SERIALIZABLE

Static Field javax.jdo.ConstantsString PROPERTY_TRANSACTION_ISOLATION_LEVEL_SERIALIZABLE

Constants.PROPERTY_TRANSACTION_ISOLATION_LEVEL_REPEATABLE_READ

Static Field javax.jdo.ConstantsString PROPERTY_TRANSACTION_ISOLATION_LEVEL_REPEATABLE_READ

Constants.PROPERTY_TRANSACTION_ISOLATION_LEVEL

Static Field javax.jdo.ConstantsString PROPERTY_TRANSACTION_ISOLATION_LEVEL "javax

PersistenceModifier.TRANSACTIONAL

Enum Constant javax.jdo.annotations.PersistenceModifierTRANSACTIONAL

Constants.OPTION_TRANSACTIONAL_TRANSIENT

Static Field javax.jdo.ConstantsString OPTION_TRANSACTIONAL_TRANSIENT "javax.jdo

[ODB1] Chapter 2 - A Quick Tour

main(String[] args) { 10 11 // Create or open a database and begin a transaction ... .hasNext()) 34 System.out.println(itr.next()); 35 36 // Close the transaction ... the content of the database, a transaction is begun (line 14), because in JDO, operations that affect