ObjectDB Database Search

51-72 of 72 results

evictAll() behavior

is more like a session cache? andrewmcveigh Andrew McVeigh The L1 cache is per EntityManager

Pooling of EntityManagers

different threads or sessions . So I assume that there will be no much difference between creating

Problem upgrading

.0.3.RELEASE] at org.springframework.security.web. session .SessionManagementFilter.doFilter

What are the steps of creating small web app?

Hello guys, I have a question about creating small new web application, I am almost done with researching and studying and I have covered all the important concepts e.g. # Starting from web technologies: HTML, CSS, JS, JQuery. # Moving to Java Technologies:  Core Java, Servlet, Managed Beans

Migration problem

.springframework. beans .factory.aspectj.ConfigurableObject; import javax.persistence.PostPersist; import javax

General Performance Issues Illustrated with a Specific Method

java.util.Date; import lk.gov.health.phsp. bean .CommonController; /** * * @author buddhika */ public

JRebel integration feature

a lot of frustration, enabling me to develop JSF backing beans and parts of EJBs (such as queries

Failed to enhance dynamic type

why the ObjectDB Enhancer even cares about my non-jpa methods (it is not a Bean Getter nor Setter) wo why not

Finance data from SQL Server into ObjectDB daily

it to a bean and store it in the ObjectDB. This would all happen in an automated fashion. Does

Property fields

Hello   How can I use a Property, such as: javafx. beans .property.BooleanProperty as a field within an entity class? I want to bind a JavaFX CheckBoxTableCell control to the property.   Thanks Russ russ0ne Russell Martin You can use a simple boolean or Boolean  persistent field in

Online backup in embedded mode fails

) at pl.hplxtool. beans .UtilsServiceImpl.makeDatabaseBackup(UtilsServiceImpl.java:412) at sun.reflect

ClassCastException on SELECT NEW ... after UPDATE over Java RMI

is (simple bean ): public class FileNameDTO { private Long id; private String fileName; public FileNameDTO

How force always recreate database on redeployment.

Is there some easy way to force recreation/deletion of the current database on deployment of a web application (to Glassfish). My web application uses a @Singleton @Startup bean to create and persist a test model each run. I keep getting models on top of each other on rerunning my web application

Spring 4 setup

;    In the Application class:     @ Bean    

Post-compilation enhancement vs Automatic Run-time enhancement

of user interfaces (noting we get different results OUTSIDE THE JAVA SERVER FACES BACKING BEAN

ObjectDB 2.3.1

. Fixed a Doctor and Replication regression (Type session exceeds timeout). Removed  Conflicting modifiers  validation check and error message.

ArrayIndexOutOfBoundsException on flush

.Constructor.newInstance(Constructor.java:513) at org.springframework. beans .BeanUtils.instantiateClass

File lock exception on odb$

.springframework. beans .BeanUtils.instantiateClass(BeanUtils.java:100) ... 32 more Caused by: com

Unexpected exception (Error 990) - NullPointerException

.dataenricher.__EJB31_Generated__DataEnrichmentService__Intf____ Bean __.enrichVerfahren(UnknownSource

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

using observable javafx. beans .properties which can (I have found) result in problems if a bound

Retrieving Metamodel without Connection

Hello! I use Spring Data JPA. It uses the Metamodel to create repository beans . This triggers a connection to the ObjectDB server. It happens on every start of the Context. If it fails the application isn't available at all. I had the situations multiple times that my database server took longer

ObjectDb Doctor : Failed to locate set method for field property com.test.Video$VideoId.sourceId using reflection (error 316)

, that is a part of my primary key. There is a description of my Video bean :   @Entity(name = "Video