Internal Website Search

101-150 of 200 results

BeanCreationException in spring data JPA with objectDB

exception is java.lang.IllegalAccessError: tried to access method org.springframework.core ... on object creation; nested exception is java.lang.IllegalAccessError: tried to access method org ... ) ... 75 more Caused by: java.lang.IllegalAccessError: tried to access method org.springframework.core

Cannot cast com.objectdb.jpa.Provider to PersistenceProvider

.doCommand(CommandRunnerImpl.java:1423) at com.sun.enterprise.v3.admin.CommandRunnerImpl. access $1500 ... .strategies.WorkerThreadIOStrategy. access $100(WorkerThreadIOStrategy.java:55) at org.glassfish.grizzly ... (CommandRunnerImpl.java:1423) at com.sun.enterprise.v3.admin.CommandRunnerImpl. access $1500

virtual servers and one file

, but the desire for virtualization is apparently increasing. We suspect that Object DB uses random access files access and only part of the virtual file is in the virtual server's cache. Have you ever heard ... you and best regards Arne Arne Arne Stocker Hi, We suspect that Object DB uses random access files access

Composite Index error 328

= -1"), } ) @Indices( { @javax.jdo.annotations.Index(members = {"id","pwd"," access "}) } ) public ... Integer mail; private int access ; private short programType; private Date regDate; private Date regEnd ... = " access ") public int getAccess() { return access ; } public void setAccess(int access ) { this. access

Trouble bug on explorer

.EventQueue.dispatchEventImpl(EventQueue.java:703) at java.awt.EventQueue. access $000(EventQueue.java ... .EventQueue.dispatchEventImpl(EventQueue.java:703) at java.awt.EventQueue. access $000(EventQueue.java:102 ... access ; private int programType; private Date regDate; private Date regEnd; private String jxtaUUID

Java 9 support

and how they all work and access each other and ... yikes! So my tool takes the approach of trying to detect what is offered by a package and "well, I better make it accessible because I don't really know which is and is not supposed to be accessible , but if every module can access it, then at least it will work

How Should I Configure objectdb.conf to Obtain 256KB Disk IO Requests and Maximize Shared PersistenceManager Entity Cache?

.conf to give 256KB disk accesses and use PersistenceManager L1 ref=soft caching and datastore ... page?  Data that was collocated by a datafile access ?  Arbitrary data pulled from all accesses over a datastore file?  Are the cache entries entire persisted entity objects or fields

Pre-detach loading: retrieval by navigation not working in if statement

() below is a a generic List wrapping entity, with the list  of LightingZone accessed via getL ... /identify this problem, as I did not imagine that performing the load access inside an if statement ... accessing the lz.present.id) is not: Long idPresent = lz.getPresent().getId();//NOT ENOUGH if (idPresent

Schema-Update: Rename superclass and remove one subclass

.close(); emf.close(); } Entities: @Entity @ Access (AccessType.FIELD) public class SuperClass { public SuperClass() { } } ChildClassA: @Entity @ Access (AccessType.FIELD) public class ChildClassA extends ... () { } } ChildClassB: @Entity @ Access (AccessType.FIELD) public class ChildClassB extends SuperClass { @Basic

after upgrade to 2.9.0 database destroys, urgent issue at our most important customer, production shutdown

: The process cannot access the file because another process has locked part of the file Normally there should be only one process that accesses the database file. Accessing a database from multiple processes ... there was a situation in which more than one process accessed the database? Again, version 2.9.0 uses exactly

How to open a running db in ObjectDB Explorer?

-server mode. Unlike embedded mode, client server mode supports accessing a database concurrently from ... , but not accessing the database from different processes / JVMs). Alternatively you may try a new ... , and any attempt to access the database while it is open in embedded mode is automatically routed

Class loading problem with private packages in OSGi environment

: dependent, global” dependent: Allows access to all packages (also private) of a bundle which itself has a dependency on the ObjectDB bundle. global: Allows access to all public packages of all bundles ... another bundle and can only access classes and interfaces in other bundles if they are exported. ObjectDB

Password Protect Database File

Is there a way to encrypt the odb file so that if hackers somehow steal it they cannot access the data without some kind of password? I would imagine accessing the database from java could just have another connection parameter while accessing from explorer.jar/exe would need to prompt the user

EM close causes an exception

with temporarily files and locking in Linux, if parallel processes access different files in the same directory ... the access on temporarily files with file locking? btc_es BTC EmbeddedSystems Is it related ... checked the update. But we still get the following exception, if parallel threads access the db: java

Unable to persist fields in subclass

.StringProperty; import javax.persistence. Access ; import javax.persistence.AccessType; import javax.persistence.MappedSuperclass; /** * @author david * */ @MappedSuperclass @ Access (AccessType.PROPERTY ... miscTests; import java.time.LocalDate; import javax.persistence. Access ; import javax.persistence

multiple connection using share folder

my application in share folder and access the application from other system in that time my objectdb database shows database is used in other process . so i want to know how i can access my single ... database access from multiple processes.   support Support ok i got it but can you plz send

Missing Data on Retrieval (0, null values)

. If you see them in the debugger before accessing the result object then this is normal. If you access objects by reflection (and not by invoking property methods or accessing the fields directly ... . This could be done, for example, by accessing a persistent field directly (with no reflection) from

Possible issue with LAZY Loading

whether the test I've created is just causing it to be loaded because I accessed it. pedwards Paul ... is inaccessible to the application. The additional data is accessible if entity objects are managed by ... " which is marked as LAZY, and then try and access them, they all return happily. pedwards Paul Edwards LAZY

How to have a distribuited GWT application with ObjectDB and Spring?

A needs to access the remote database in hosts of point B or Point C. As database we use Objectdb ... and application. I've learnt that with Spring it's possible to create REST services to access ... , which would be accessed from all the hosts, rather than a separate database for every host. support Support

ObectDb 2.3.6 in OSGi environment

.objectDb as required bundle, and the simple access to the db: @Override public TypedQuery ... (ParentRunner.java:229) at org.junit.runners.ParentRunner. access $000(ParentRunner.java:50) at org.junit ... ) at org.junit.runners.ParentRunner. access $000(ParentRunner.java:50) at org.junit.runners.ParentRunner$2

Dependency from enhanced classes to the objectDB library

(ParentRunner.java:236) at org.junit.runners.ParentRunner. access $000(ParentRunner.java:53) at org.junit ... .runChildren(ParentRunner.java:236) at org.junit.runners.ParentRunner. access $000(ParentRunner.java:53 ... .ParentRunner.runChildren(ParentRunner.java:236) at org.junit.runners.ParentRunner. access $000(ParentRunner

system exception occurred during an invocation on EJB GuestDao

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

Multi threading on DMOs by lazy loading

of type EntityZ from database. Several threads use the identical instance of EntityZ. 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 correctly?   btc_es BTC EmbeddedSystems

javax.persistence.FetchType

to the persistence provider runtime that data should be fetched lazily when it is first accessed

Cache.unwrap(cls) - JPA Method

JPA Method in javax.persistence.Cache T unwrap (   Class  cls ) Return an object of the specified type to allow access to the provider-specific API. If the provider's Cache implementation does not support the specified class, the PersistenceException is thrown. Parameters: cls

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

() and so other builders can access ExtRequestBean request; /** * Use for multi-shot builder to clear ... .containers.AbstractSingletonContainer. access $000(AbstractSingletonContainer.java:74) at com.sun.ejb ... (CommandRunnerImpl.java:1464) at com.sun.enterprise.v3.admin.CommandRunnerImpl. access $1300(CommandRunnerImpl

EntityManager.getMetamodel() - JPA Method

JPA Method in javax.persistence.EntityManager Metamodel getMetamodel () Return an instance of Metamodel interface for access to the metamodel of the persistence unit. Return: Metamodel instance Throws: IllegalStateException - if the entity manager has been closed Since: JPA 2.0

javax.persistence.Cache

to allow access to the provider-specific API. If the provider's Cache implementation does not support

EntityManager.unwrap(cls) - JPA Method

JPA Method in javax.persistence.EntityManager T unwrap (   Class  cls ) Return an object of the specified type to allow access to the provider-specific API. If the provider's EntityManager implementation does not support the specified class, the PersistenceException is thrown

com.objectdb.o.InternalException: null

) at javax.swing.RepaintManager. access $1100(RepaintManager.java:62) at javax.swing.RepaintManager ... .java:311) at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:744) at java.awt.EventQueue. access ... .prePaintDirtyRegions(RepaintManager.java:718) at javax.swing.RepaintManager. access $1100(RepaintManager.java:62

Query fails with failed to read

) "The process cannot access the file because another process has locked a portion of the file" shows ... ;  at java.awt.EventQueue. access $500(Unknown Source)     at java.awt.EventQueue$3 ... ObjectDB locks the database file when it is in use so accessing the database with the Explorer

Best practise loading big data

data access on a large 2 dimansional table. Internally we used a list entities which hold a list ... within a MyStep instance can reach 10.000. We have some prominent scenarios to access these values. Creating and traversing. For the traversing we access the data block by block - in each block step by

ObjectDB-2.6.9: Failed to commit transaction: Failed to set numeric value of field property Element.id using reflection

application (#1) demonstrates critical bugs in ObjectDB when using property access mode (most ObjectDB users use field access mode and are not affected). A critical Enhancer bug in handling ... almost unusable when property access mode is used. When an entity class with property access

Schema-Update: Rename superclass and remove one subclass

.close(); emf.close(); } Entities: @Entity @ Access (AccessType.FIELD) public class SuperClass { public SuperClass() { } } ChildClassA: @Entity @ Access (AccessType.FIELD) public class ChildClassA extends ... () { } } ChildClassB: @Entity @ Access (AccessType.FIELD) public class ChildClassB extends SuperClass { @Basic

Unexpected error when loading all entity instance

file is accessed concurrently by two different processes directly (i.e. not using one server process ... : embedded mode (single process multi-threaded access ), one database only, running inside a xen vm ... ? It may eliminate the small chance that the database file is somehow accessed concurrently by two instances

No Entity Class API

Both JPA and JDO are based on accessing and managing data in the database using persistable ... , this is very convenient. Sometimes, however, it might be useful to access data without user defined persistable classes ... and should not be bound to specific entity classes and persistent fields. Therefore, an API for accessing

Freeze during save

.RMIConnectionImpl. access $300(RMIConnectionImpl.java:76) at javax.management.remote.rmi.RMIConnectionImpl ... .util.thread.QueuedThreadPool. access $800(QueuedThreadPool.java:50) at org.eclipse.jetty.util.thread ... .eclipse.jetty.util.thread.QueuedThreadPool. access $800(QueuedThreadPool.java:50) at org.eclipse

javax.jdo.JDOObjectNotFoundException

.JDOObjectNotFoundException This class represents exceptions caused by the user accessing an object that does not exist in

Extent.getPersistenceManager() - JDO Method

JDO Method in javax.jdo.Extent PersistenceManager getPersistenceManager () An Extent is managed by a PersistenceManager ; this method gives access to the owning PersistenceManager . Return: the owning PersistenceManager Since: JDO 1.0

javax.jdo.Extent

a PersistenceManager ; this method gives access to the owning PersistenceManager . Return: the owning

javax.jdo.Query

, but might be specified via setResultClass . A hidden field may be accessed using the 'this' qualifier

javax.jdo.listener.StoreCallback

fields will be reflected in the data store. The context in which this call is made allows access

StoreCallback.jdoPreStore() - JDO Method

which this call is made allows access to the PersistenceManager and other persistent JDO instances. Since: JDO 2.0

javax.jdo.listener.LoadCallback

this method. The context in which this call is made does not allow access to other persistent JDO instances. Since: JDO 2.0

LoadCallback.jdoPostLoad() - JDO Method

access to other persistent JDO instances. Since: JDO 2.0

javax.jdo.JDODetachedFieldAccessException

.JDODetachedFieldAccessException This class represents exceptions caused by access of an unloaded field while the instance

DeleteLifecycleListener.preDelete(event) - JDO Method

JDO Method in javax.jdo.listener.DeleteLifecycleListener void preDelete (    InstanceLifecycleEvent  event ) Invoked whenever a persistent instance is deleted, for example during javax.jdo.PersistenceManager.deletePersistent . Access to field values within this call are permitted

DeleteLifecycleListener.postDelete(event) - JDO Method

to persistent-deleted. Access to field values is not permitted. Parameters: event - the delete event. Since: JDO 2.0

javax.jdo.listener.ClearLifecycleListener

, so access to fields is not mediated. Parameters: event - the clear event. Since: JDO 2.0

ClearLifecycleListener.preClear(event) - JDO Method

modified by the enhancer, so access to fields is not mediated. Parameters: event - the clear event. Since: JDO 2.0