Internal Website Search

191-200 of 200 resultsRefresh

Multi threading on DMOs by lazy loading

. Thread1 access fieldX by lazy loading. Thread2 access fieldY by lazy loading. Thread3 access list by lazy loading. Does the multi threading access on different fields work

UTF Error

.java:94) at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.access$100 ... .java:94) at org.glassfish.grizzly.strategies.WorkerThreadIOStrategy.access$100 ... .access$100(WorkerThreadIOStrategy.java:33) at org.glassfish.grizzly.strategies

List of Enum Values in an entity

is enhanced, you may see a null value in the debugger before accessing the field, but when the field is accessed it is expected to be loaded automatically by ObjectDB (unless it is accessed by reflection). Could you post a simple test case that shows the issue

New to Product & Having An Issue

="pre-java"> package test.Domain; ...imports.... @Entity @Access(AccessType.PROPERTY ... > package test.Domain; ...imports.... @Embeddable @Access(AccessType ... .access$000(ParentRunner.java:41) at org.junit.runners.ParentRunner$1.evaluate(ParentRunner.java

ObjectDB Clustering VS Hadoop Hbase

a priory order for visiting a slave than a master? For the reading balance, one may want to access female information by the master node, and access male information by the slave-1 node, and access ... of slower performance.  Yes, HDFS can not support rand write access. I can not

EntityManagerFactory Fails To Swtich Over To Slave When Master Is Unavailable

;           <dir path="/" permissions="access ... ;   <dir path="/$user/" permissions="access,modify,create,delete">    ... ;      <dir path="/" permissions="access,modify,create,delete" />

BIRT plugin: Trouble with Client/Server connection

the title) or generally with running an ObjectDB Server and accessing it. The BIRT plugin uses the main ObjectDB library for accessing the database, so a difference between accessing a local embedded ... > Please explain how you run the server and whether you can access that database on the server from the Explorer

com.objectdb.o._PersistenceException: Failed to locate set method for field property using reflection

accessors throughout. @Entity @Access(AccessType.PROPERTY) public ... , but throws the exception randomly when application accesses ObjectDB in  server mode. paul Paul ... randomly when application accesses ObjectDB in  server mode. This is strange.

each 1-2 days objects on some objectdb level lock/block each other

" password="admin"> <dir path="/" permissions="access,modify,create,delete" /> ... path="/$user/" permissions="access,modify,create,delete"> <quota directories ... . It is blocked waiting to access a database page. Different threads can use the same database page 

Once served to JSF page via @EJB query bean, many list fields are null (but same query ok after fresh persist in @PostConstruct)

; } Alternatively you can use JOIN FETCH, accessing the field in your EJB's access ... is access, such as by a JSF page EL expression. This is a massive problem for me. I should not