ObjectDB Database Search
101-136 of 136 resultsProblem undeploying Glassfish3.1.1 web application cleanly @PersistenceContext EntityManager injection)? Could not build GuestBook example from Maven , but I could create | |
How to configure where the ODB is stored? of ObjectDB". BUT... I DIDN'T INSTALL OBJECTDB - my maven build downloaded it and embeded | |
Spring Data JPA. Everything works fine now. Seems that maven had cached some old jar. mosi0815 Ralph Moser | |
Issue deploying EJB project to Jboss/Glassfish with GlassFish should be easy. Please follow this tutorial (you may also use the Maven version).  | |
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 | |
What are the steps of creating small web app? but I am not sure if there is anything I am missing Do I really need maven for this project, Do I | |
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 | |
Embedding ObjectDB on server application I have a smiliar problem... I'm working with Eclipse and Maven . I added the objectdb.jar-File as | |
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 | |
JDeveloper Is there a tutorial or instructions as how to setup a connection in JDeveloper to ObjectDB? Thanks nat nat101 Nat Gross No, but you may be able to use the Maven examples (included in the ObjectDB download file) by importing them to JDeveloper. support Support ok. thanks. nat101 Nat Gross | |
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 | |
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 | |
Spring Data JPA - PersistenceException thrown on the maven page http://m2.objectdb.com/com/objectdb/objectdb/2.6.3/   | |
Problem upgrading my whole local maven repository to force a clean install of every artifact. That's the output | |
TreeSet and compareTo() issue for delay...been working on other things. I've put together a test case app ( Maven ) that shows the issue | |
OEM license, enhancer to our maven process, I want to know if the OEM license is in this case works correctly. hgzwicker Hans-Georg | |
Failed to validate XML' repositories { maven { url "http://m2.objectdb.com" } } dependencies { compile 'org.slf4j:slf4j-api | |
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 | |
disabling JDO in objectdb embedded mode me why these .jdo metadata are needed ? Should I add additional maven dependencies to fix the problem | |
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 | |
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 | |
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 | |
Single Server License and Embedded Mode the objectdb.conf as directed during activation. However, I'm using maven to to get objectdb lib from | |
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 | |
PostUpdate on array changes your run JUnit, as usual, regardless of JUnit. How can I pre-enhance classes with Gradle? A Maven | |
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 | |
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 | |
Missing (null) elements in eager loaded references with no gradle or maven taken from the posting instructions example. Kevin Kevin Pfaff Thanks | |
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 | |
UTF Error with version 2.8.8 please post the up to date stack trace. support Support The Client side is 2.8.8 (a maven | |
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 | |
Error occured during initialization of boot layer without maven and i am a hobby programmer (engineering student). Sweetwater Marc ObjectDB | |
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 | |
ObjectDB 2.6.8 Added JPA XML validation schema files to Maven /JEE objectdb.jar. Added automatic release of pessimistic locks on client-server connection failure. Fixed an OptimisticLockException bug on commit after flushing a removed modified entity object. Fixed a NullPointerExeption on new index building | |
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 |