Internal Website Search

101-136 of 136 results

How to package orm.xml when using EJB in WAR?

and Maven correctly copies META-INF and all contents into the root of jar file when the (EJB) project

ObjectDB version 2.1 has been released

ObjectDB 2.1 has been released and it includes important additions and fixes: Added Online Backup utility ( issue #16 ). Added Master-Slave  Replication / Clustering (issue #17 ). Added a PDF version of the ObjectDB manual (included in the download). Added sample (tutorials) Maven projects

Single Server License and Embedded Mode

the objectdb.conf as directed during activation.  However, I'm using maven to to get objectdb lib from

TreeSet and compareTo() issue

for delay...been working on other things. I've put together a test case app ( Maven ) that shows the issue

How to create a wildfly datasource with dsJndi name to an objectdb database?

. You can follow this tutorial (or download and run the Maven project of that tutorial) in order to run

Insert time increases as db grows.

maven goal and got no effect. I've also tried to use enhancer manually on classes, but still getting

Eclipse4 RCP - No Persistence provider for EntityManager

bundled in the same JAR also after build 2.6.2_02. It is not available on Maven but if you download

JPQL Error

I am trying to run ObjectDB first time in a production server. Operating System: Ubuntu Ubuntu 22.04.1 LTS ObjectDB Version: 2.8.8 (Downloaded) ObjectDB version in Maven : 2.8.8 (I don't know how comes 2.8.1 comes in the error message) When I try to run jpql, it gives this error [ObjectDB 2.8

Spring Data JPA

. Everything works fine now. Seems that maven had cached some old jar. mosi0815 Ralph Moser

com.objectdb.o.InternalException

Hello, I have a problem that I have not been able to solve, perhaps it is mild, but for me it has lasted for a long time. I am creating a test Maven project, with its dependencies, I am trying to write the log to the corresponding entity, and this error occurs. He sent them the project, the bug

Embedding ObjectDB on server application

I have a smiliar problem... I'm working with Eclipse and Maven . I added the objectdb.jar-File as

Cannot cast com.objectdb.jpa.Provider to PersistenceProvider

. All my other libs work without problem in /lib/ext. I know the tutorial, but I'm using Maven . WEB-INF/lib

odb files and config file

Hi, I used the tutorial ( https://www.objectdb.com/tutorial/jpa/eclipse/web/project ) to use ObjectDB in my maven project. After that there was a db folder in src/main/java/webapp/WEB-INF/. But there were no obd files in it. I'm getting my EntityManager by doing this: EntityManagerFactory emf

com.objectdb.o.InternalException: Unexpected internal exception

Hi, I am using objectdb.jar version 2.6.8 (installed via Maven ). I am trying to authenticate a user. Initially, the database is empty. I have the following query: @javax.persistence.NamedQuery( name = "getPersonByName", query = "SELECT _person FROM metamodel.user.Person as _person WHERE _person

BIRT

avail!? Is there a way that we can receive the odb driver for BIRT runtime by maven

PostUpdate on array changes

your run JUnit, as usual, regardless of JUnit. How can I pre-enhance classes with Gradle? A Maven

WebService : Failed to get reference value of field using enhanced method

the PolicyEntity class with a runnable test and post an Eclipse/NetBeans/ Maven project with detailed running

Searching lists within objects

Hi everyone,  I've a problem with searching on lists. I'm uncertain as to what the best form is, so I've created a maven project with all the classes and a unit test showing my issue. Pretty much I want to search using cb.isMember passing an object. This however does NOT work. I'm uncertain

java.lang.NoClassDefFoundError: javax/persistence/criteria/AbstractQuery

Updating from 2.7.1_02 to 2.7.2_02 I now get this error, did something change? java.lang.NoClassDefFoundError: javax/persistence/criteria/AbstractQuery   dmoshal David Moshal Nothing was changed, this class is part of JPA. Maybe you are using objectdb-jee.jar instead of objectdb.jar (or Maven

Problem upgrading

my whole local maven repository to force a clean install of every artifact. That's the output

Recursive calls with @PreUpdate annotation and Glassfish OutOfMemoryError

the enhancement (I do this build time with maven ). First, for the test case I supplied: 1) You need

ObjectDB embedded JAR location in Payara

Also I am running Payara with Object embedded and have placed the JAR in the domain lib folder with the objectdb-2.6.9_09.jar. Does that sound like the right thing to do?   Thank you paul Paul Hudson You can place objectdb-jee.jar (or the jar from Maven ) in the WEB-INF/lib directory of your web application. support Support

Different behavior with persist() and queried instances?

agent enhancer but maven compile time enhancer but the class itself is enhanced as I

How to configure where the ODB is stored?

of ObjectDB". BUT... I DIDN'T INSTALL OBJECTDB - my maven build downloaded it and embeded

Failed to validate XML

' repositories { maven { url "http://m2.objectdb.com" } } dependencies { compile 'org.slf4j:slf4j-api

Issue deploying EJB project to Jboss/Glassfish

with GlassFish should be easy. Please follow this tutorial (you may also use the Maven version). 

How to use ObjectDB properly in spring boot application?

(embedded) Maven Uses annotation based configuration (no xml file) A dummy entity class (e.g: Customer(id

Eclipse plugin problem (using ObjectDB as a separate bundle)

" Maven integration (optional)" see the "Groovy attachment below"   PS: Please let me know

Error when using Object DB Java Agent

code is built with maven and the classes are compile time enhanced. With the agent we have a problem

Deadlock, if two threads try to close an entity manager

now for download and soon also on Maven . Thank you for this report. support Support

JPA example is failing

I am running the server using this command: java -cp objectdb.jar com.objectdb.Server start console output: ObjectDB Server started on port 6136. I am using the example you have given for JPA . I am using maven project download. Creating connection using - EntityManagerFactory emf = Persistence

Apparent Lazy Loading issues.

-139 for ExampleTest.java). I have attached the updated Maven project. Please let me know if I

Feature suggestion: auto-detection of entities via persistence.xml extension

I am encountering problems (complexities) with EntityManager registration of entities across multiple modules in a multi-module Maven project. I have a  entities under many different paths in many different modules, and frequently evolving/changing. JPA2 persistence.xml does not

Database access error , Doctor hanging on trying to repair, production shutdown at our biggest customer

checked the version and also use Maven we did run Doctor after switching to the latest version

ObjectDB 2.1.0

Added Online Backup utility ( issue #16 ). Added Master-Slave  Replication / Clustering (issue #17 ). Added a PDF version of the ObjectDB manual (included in the download). Added sample (tutorials) Maven projects (included in the download). Added support of disabling optimistic locking

ObjectDB 2.2.6

). Fixed an error message for invalid query parameter ( issue @320 ). Fixed pom.xml files in the Maven tutorials to use Java 1.5 / 1.6.