ObjectDB Database Search
51-90 of 90 resultsHomepage and forum nearly inaccessible to massive automatic (non human) HTTP requests to out website: Our Maven server receives occasionally ... the Maven server today to another node in a different location. Search engine bots (Google, Bing) send | |
Possible issue with Spring JPA and Embedded happily. I have attached a spring maven project (use 'mvn eclipse:eclipse' to generate the maven | |
Activation Issue is launched by the Maven exec plugin automatically. To run it from the command line just do mvn install mvn exec:java -Dexec.mainClass="test.metamodel.App" or fire it up in your favorite Maven capable | |
Problem on JPA Merge Entity. of maven . That works fine. Thank you. guli CHARLOIS That's ok. Thanks again for your help. support Support | |
OEM license, enhancer to our maven process, I want to know if the OEM license is in this case works correctly. hgzwicker Hans-Georg | |
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 | |
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 | |
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 | |
Missing (null) elements in eager loaded references with no gradle or maven taken from the posting instructions example. Kevin Kevin Pfaff Thanks | |
Error occured during initialization of boot layer without maven and i am a hobby programmer (engineering student). Sweetwater Marc ObjectDB | |
Spring Data JPA - PersistenceException thrown on the maven page http://m2.objectdb.com/com/objectdb/objectdb/2.6.3/   | |
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 | |
disabling JDO in objectdb embedded mode me why these .jdo metadata are needed ? Should I add additional maven dependencies to fix the problem | |
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 | |
ObjectDB License Error I got' // Use your package pattern here (from your Maven snippet it was "point.*") // Enhances | |
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 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 | |
ObjectDB 2.2.3 Added support of @ElementCollection (for setting eager fetch of non entity collections, such as List ). Improved performance of eager fetch in queries. Added Maven build enhancement to the bundled examples. Fixed a schema evolution bug in renaming user types. Fixed a bug in handling schema | |
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 |