ObjectDB Database Search

1-50 of 73 results

JRebel integration feature

: Class '$Proxy199' could not be processed by 'org.zeroturnaround.javarebel. integration .util.WeakUtil ... ' could not be processed by 'org.zeroturnaround.javarebel. integration .util.WeakUtil ... .javarebel. integration .util.WeakUtil$WeakClassBytecodeProcessorAdapter@null': *** java.lang.instrument

Maintaining referential integrity

integrity and it is the application responsibility to avoid such deletion. The ObjectDB Doctor

Integrating the ObjectDB logging into the application logging based on slf4j

Integrating the ObjectDB logging into the application logging based on slf4j

JPA Class Enhancer

can be integrated into the build process. The following Maven configuration uses the exec-maven-plugin to integrate enhancement into the build process: ... ... ... org.codehaus.mojo exec-maven-plugin 1.6.0 ... with JPA JPA Web Application Java EE JPA Spring MVC and JPA Similarly, enhancement can be integrated

JPA Metamodel and Graphs

integration Integrate metamodel objects with the Criteria API using the following interface: Represents

Privacy Policy

section and verifying system and server integrity ). Cookies can be "Persistent" or "Session" Cookies

ObjectDB - JPA Object Database for Java

database with JPA support in one product , sparing the need to integrate an external JPA ORM

Database Doctor

The ObjectDB Doctor tool provides two related services: Diagnose and validate an ObjectDB database file : Checks a specified ObjectDB database file to verify its integrity . If the file is corrupted, the tool produces a detailed diagnostic report that lists all errors. Repair a corrupted ObjectDB

Referential Integrity

that reference integrity is not broken and there are no dangling references. Future versions of ObjectDB should support reference integrity . support Support *VERY* important feature for any serious db app ... support than Datanucleus. But declarative referential integrity is a must from day

Terracotta Ehcache Integration

Terracotta Ehcache Integration

Step 1: Create a Maven Web Project

folder: Note: You should verify now that Maven Integration for WTP is installed, by right clicking ... . If it is not available - you have to install Maven Integration for WTP and create a new project. To add ... -plugin 6.1.10 10 foo 9999 start-jetty pre- integration -test run 0 true stop-jetty post- integration -test

jakarta.persistence.Version

Jakarta Persistence (JPA) Annotation Type jakarta.persistence.Version Implemented Interfaces: Annotation Target: Method, Field Declares the version field or property of an entity class, which is used to detect optimistic lock failures, ensuring the integrity of optimistic transactions. The version

Step 1: Create a Maven Web Project

;    pre- integration -test            ... ;      stop-jetty        post- integration -test

Eclipse/JPA Spring MVC Web Tutorial

) including  Maven Integration for WTP (in m2eclipse extras). The tutorial was written for Eclipse 3

Step 6: Set the Spring XML

To integrate the Spring Framework into a web application we have to add the definition of the Spring dispatcher servlet to the  web.xml configuration file and to configure that servlet using another xml configuration file. Open the  web.xml file (under src/main/webapp/WEB-INF) in a text

Step 6: Set the Spring XML

To integrate the Spring Framework into a web application we have to add the definition of the Spring dispatcher servlet to the web.xml configuration file and to configure that servlet using another xml configuration file. Open the web.xml file (under Web Pages WEB-INF) in a text editor (by right

Java EE 6 JPA Tutorial - Eclipse Project

On Server . (this command is available only if Maven Integration for WTP is installed

Spring MVC JPA Tutorial - Eclipse Project

. (this command is available only if Maven Integration for WTP is installed when the Maven

JPA Web App Tutorial - Eclipse Project

. (this command is available only if Maven Integration for WTP is installed when the Maven project

Unexpected exception com.objectdb.o.PAG.N()" because "this.h"

. Database Integrity Check Please run the ObjectDB Doctor tool on the relevant database file. We want to verify that the underlying database integrity has not been compromised by these exceptions. 2 ... there are no other side effects, which is why the integrity check above is so important. Regards, support

Out of memory

Walkowski The cause of the errors at #10 is still unclear so the fix of #9 cannot be integrated ... is still disabled. If you can provide a test that shows the error of #10 it would hopefully enable integrating ... could be revised and integrated again. support Support Not really, when changing version of ODB I forget to add

WebSphere Liberty Configuration

it was found that this is not a configuration issue but a general problem with the integration Of ObjectDB ... ), but this should only affect developers of products such as JPA implementations that have to be integrated with their JTA. support Support

multiple different applications access one odb file

and how  can he integrate (since there is no JDBC or ODBC drivers) with other DB/systems (we have some Web Services within the APP but he would like to do some integration directly) Does anybody

Eclipse4 RCP - No Persistence provider for EntityManager

. It is integrated in our target platform. It is noticed that since 2.6.2.b02 there is no more integrated javax.persistence & javax.transaction. The simplified project structure is the following

Web Framework Recommendation for leveraging JPA + ObjectDB

and are in use by many ObjectDB users.   It seems that the Play framework is integrated with Hibernate ... Here is another older thread that discusses  integration  of ObjectDB with the Play framework: https

Enhancer problem

all of my classes. I am now getting ready for production deployment and I am trying to integrate ... about how you integrate the Enhancer into the build process. support Support Thanks, The logs had the answer. I

locks on pure query activities

but you may want to try it (but be careful before integrating the new build into production, it passed our tests, but please report any side effect, if any). support Support we did integrate it into our pilot

What role is the JDO in ObjectDB?

the status of being an extension of the JDK, but never became an integrated part of the enterprise Java ... is more popular than JDO and it is has some important advantages such as better integration in Java EE

Pessimistic Lock Timeouts setting

pessimistic locking due to a highly concurrent system that requires integrity on some value. Rest

Possible cause for "Enhancement of type ... is old and cannot be used"

in build 2.6.6_08 and then integrated into version 2.6.7 (note the version order is: 2.6.6 = 2.6.6

Objectdb recovery

affected? Thanks Marta Maruta M Sedlakova The main purpose of the recovery is to preserve the integrity

javax.persistence.PersistenceException: No Persistence provider for EntityManager named in Karaf 4.0.7 and OSGi DS test

of JPA will define a standard API for OSGi integration .   support Support Hello, OK, sounds like a plan. Regards, Alex alexweirig Alex Weirig

Failed to create a new file 'target\objectdb\log\archive' (error 112)

it beforehand? This issue is affecting our integration tests against ODB and is pretty major for us. Thanks

problem with lazy loading - unittest project attached

?! like i said, this is properbly not the best way to test it, it's more like an integration test. i try

Error with org.springframework.data.jpa.domain.AbstractPersistable

I am working on a Spring Boot application. I want to integrate ObjectDB with Spring Data JPA. I refer to the http://www.objectdb.com/database/forum/860 to do the configuration. When I start up my application, I got below error. It seems like ObjectDB does not support a generic @ID in the super

ObjectDB stability after power failure

I'm considering using ObjectDB in a system that is going to be running continuously without support instantly available for many years.  How stable is ObjectDB when it comes to power failures and unattended restarts?  Is database integrity maintained during such events?  I have seen

Performance in SELECT statement

the second entity completely and integrate its 3 variables directly in the TestEntity... but it makes

Failed to commit transaction: Attempt to reuse an existing primary key value (613)

I am using ObjectDB 2.8.3 version for my University Project which currently i am trying to inplement an Integration testing to one of my DataAccess methods. But, the problem comes before i try the method i want to be proved, exactly when i try to set up the database. These one is the test method

objectdb:2.8.4 & 2.6.1.b06 backward compatibility

you if any issues will be observed during integration or testing! Harman Alexander Golyshkin

Issue with compile time enhancement

I have an entity library which I have integrated build time enhancement in.  The enhancer reports it has processed all of my persistent classes.  When I attempt to run a Bootstrap process with this library I get the error shown below.  The entity referenced in the error (Terms

objectdb (licensed) + github action error

Hello,  In a software engineering course (UPV/EHU University, Spain), my students have deployed their proyects in a Continuos Integration Enviroment using a created(licensed)objectdb as a Database (maven projects). The projects run and test fine in local. The projects have more that 10

ObjectDB Clustering VS Hadoop Hbase

about the distributed version? gzdillon Lai Yang Integration with Hadoop distributed file

[ODB1] Chapter 8 - ObjectDB Server

, which is integrated in J2SDK as a standard package since version 1.4. Keystore and Trustore To use

[ODB1] Chapter 3 - Persistent Classes

and for build scripts (like ANT for example), but in most Java IDEs a plugin is required to integrate

BIRT Driver Improvements

to integrate the driver not only with Eclipse but also with your runtime that, at the end, generates the BIRT ... (any version) and have a maven-artifact for integrating into birt runtime..   Alex quasado ... though is the thing about having a runtime driver either integrated in the objectdb jar or (better

Bean Validation (JPA 2.0)

JPA 2 adds support for integration with the Bean Validation API. Constraints that are defined ... , PreUpdate and PreRemove JPA lifecycle events. Integration with the Validation API is not supported yet by ... supported yet. support Support Do you have Bean Validation integration on your road map? Thank

Use temporary files to enable very large transactions

are possible. Please let us know if you are interested in a build that integrate this for testing ... . In short: we are interested in a build that integrate this for testing. btc_es BTC EmbeddedSystems

Remove of an entry from a @OneToMany collection is not possible if the enhancer is disabled

is still not fixed. wua Andreas Wurm You are right, sorry. Somehow the fix has not been integrated

ClassCastException thrown when running count query

reference integrity and it is the application responsibility to avoid deletion from the database

ObjectDB 2.5.6

Changed merge behavior (following this forum thread ).  Fixed a TomEE - ObjectDB client-server integration issue ( issue #1407 ). Fixed a ClassCastException on selecting an embedded ID field in queries. Fixed an exception ( NullPointerException ) in update queries (since 2.5.5_12). Fixed