Internal Website Search

171-180 of 194 resultsRefresh

Source not found error after downloading ObjectDB 2.3.7_04

.setProperty("javax.jdo.option.ConnectionUR","local.odb"); PersistenceManagerFactory pmf = JDOHelper ... .JDOHelper; import javax.jdo.PersistenceManager; import javax.jdo.PersistenceManagerFactory; public ... ","local.odb");         PersistenceManagerFactory pmf

How to do an Offline Database Backup?

to call PersistenceManagerFactory.close(), and keep trying, until it no longer throws any JDOUserExceptions.   ... ">PersistenceManagerFactory (not just the PersistenceManager instances) and avoid opening another PersistenceManagerFactory 

Query vs Extent for retrieving data

; PersistenceManagerFactory pmf = JDOHelper.getPersistenceManagerFactory(getProperties(filename ... the PersistenceManagerFactory have javax.jdo.option.Optimisitic and javax.jdo.option.Multithreaded both set to true ... the PersistenceManagerFactory and got the same undesired results. This is why I believe it's tied to closing the PM.

Problem with byte arrays in JDO - internal exception

.PersistenceManager; import javax.jdo.PersistenceManagerFactory; import javax.jdo.Query; import spiffy ... ) { PersistenceManagerFactory pmf = JDOHelper.getPersistenceManagerFactory("test.odb

Problem with byte arrays in JDO - ClassCastException

; import javax.jdo.PersistenceManager; import javax.jdo.PersistenceManagerFactory; import javax.jdo ... ;      PersistenceManagerFactory pmf = JDOHelper.getPersistenceManagerFactory

object creation during pmf.getPersistenceManager()

is opened and a PersistenceManagerFactory / Since the creation of a PersistenceManagerFactory /

JOD problems regarding detachCopy()

.ConnectionURL", "objectdbtest2_db.odb"); PersistenceManagerFactory pmf =JDOHelper ... "); PersistenceManagerFactory pmf =JDOHelper.getPersistenceManagerFactory(properties

Filename.odb$ Persisting Issue

="code">EntityManagerFactory (or PersistenceManagerFactory if you use JDO) is not closed

Internal error

PersistenceManagerFactory. I hope this helps. sjzlondon Steve Zara Thanks ... . You wrote: > Both threads were using the same PersistenceManagerFactory ... ; Both threads were using the same PersistenceManagerFactory. >But are objects separated in

JDO PersistenceManager.getSequence() returns null sometimes

.PersistenceManager; import javax.jdo.PersistenceManagerFactory; import javax.jdo.datastore.Sequence; import ... ) { PersistenceManagerFactory factory = new com.objectdb.jdo.PMF(); factory.setConnectionURL("build