ObjectDB Database Search
51-100 of 108 resultsEntityManager JPA or JDO impl and different behavior a Maven project into a simple Eclipse project that doesn't use Maven it could be very helpful ... with dependency on the ObjectDB development project, which doesn't seem to work with a Maven project). support ... for ExampleTest.java). I have attached the updated Maven project. Please let me know if I have missed | |
Starting Explorer programmatically? Here are the relevant parts of my Gradle file: repositories { jcenter () maven { url 'http ... JAR file and it is not available on ObjectDB Maven repository. You can find it in the bin directory ... to our automatic Maven repository, so it was added to plans but will not be available immediately. support Support | |
WebSphere Liberty Configuration about how you are using the ObjectDB jar file: Are you using Maven to get the ObjectDB jar file ... Support Thanks for replying so quickly. I pull the jar in through maven and bundle it in the war file | |
Modifying something with Explorer -> app JPQL with Enum doesn't work anymore Hi! Scenario: Copy attached DB into localhost ObjectDB server (I'm running 2.5.1_03). Open attached project JavaEE Maven with NetBeans (7.4 beta in my case). Start ObjectDB on localhost as server ... the console maven app. The interesting part is that I couldn't reproduce the error with it. I got it just | |
Option or strategy to disable/skip runtime enhancement checks (to improve load time)? On startup of a Maven -based web app there is verbose logging of object checking whether enhancement has been applied to a wide range of classes, many of which have nothing to do with the entity ... Maven -based compile-time enhancement applied to entity modules (only), so I know these checks | |
Exception while accessing the Persistence unit ...? and use the ready to use Maven version of the tutorial. support Support Hi, I have gone ... get the same result. All DB operations fail. When I deploy the Maven generated war file everything works | |
Error 990... and then new version?! I hadn't noticed this because the maven instructions still show the old version, and the new ... , dangit! Of course as soon as I post, I finally find the bottom of your very out-dated maven | |
Homepage 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 | |
problems using the explorer we are currently evaluating objectDB. Environment OSX 10.9.2, JavaSE-1.7 Version: Kepler Service Release 2 Build id: 20140224-0627 ObjectDB 2.5.5 Maven project, objectDB relevant sections ... automatically by the Maven example. If you open the database using the Explorer of version 2.5.5 | |
lockfiles in client/server mode start it has naturally created and taken ownership of /tmp/ObjectDB. problem: i cannot run a maven test ... have decided to run tomcat, objectdb server and maven tests with my user account | |
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 | |
NullPointer when accessing persistent field of the entire example, which runs from the command line under maven ( I will have to send ... before test runs. Thanks again. JFK John Francis The Maven project that causes this exception ... get this bug. The uploaded zip contains a maven project ( its also an Eclipse project | |
Another NPE on em.createQuery(query).getResultList()://svn.codehaus.org/tynamo/trunk/tapestry-jpa-seedentity/. It's a Maven build, if you have Maven ... (if you run with Maven , it'll complain about missing objectdb dependency and give you a command to install | |
Why does ObjectDB duplicate classes from javax.jdo:jdo-api? a Maven plugin to detect duplicate classes and resources, it points out that both ObjectDB and the JDO API ... (without JPA). The JAR files on the Maven repository now excludes the JPA files. Similar action has not | |
ObjectDB 2.6.3 Maven repository and Maven examples to work with TomEE . Fixed handling merge of an entity with PK == 0 ( issue #1667 ). | |
Activation & Object Model Enhancement osgi bundles using maven . One of our bundles contains the code calling odb JEnhancer. Maybe it'd be possible to somewhat generate a key with maven & odb on developer machine that could be inserted into | |
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 |