ObjectDB Database Search

1-50 of 90 results

Step 1: Create a Maven Web Project

We start by creating a new Maven -WTP dynamic web project in Eclipse: Open the [New Project] dialog box, e.g. by using  File New Project... Select  Maven Maven Project and click  ... ; maven -archetype-webapp as a filter, select  maven -archetype-webapp in the artifact list and click

Step 1: Create a Maven Web Project

We start by creating a new Maven web project in NetBeans: Open the [New Project] dialog box, e.g. by using File New Project... Select Maven Maven Web Application and click Next . Choose a Project Name (e.g. Guestbook ) and select Java EE 5. Enter Maven Group Id (e.g. com.objectdb.tutorial.spring

JPA Web App Tutorial - Maven Project

, you may download and run the result application as a Maven project: JPA Web App - Maven Project (6KB) If  Maven is installed - extract the zip and run the application from the command line by ... and install ObjectDB or a Java web server - Maven will download the ObjectDB jar and the Jetty

Getting Started with JPA - Maven Project

application as a Maven project:      Getting Started with JPA - Maven Project (3KB) If Maven is installed - extract the zip and run the application from the command line by: mvn test ... and install ObjectDB - Maven will download the ObjectDB jar automatically. You may also open and run

Spring MVC JPA Tutorial - Maven Project

, you may download and run the finished application as a Maven project: Spring MVC JPA - Maven Project (8KB) If  Maven is installed - extract the zip and run the application from the command line: mvn package ... and install ObjectDB or a Java web server - Maven will download the ObjectDB jar and the Jetty

Java EE JPA Tutorial - Maven Project

;if you prefer, you may download and run the result application as a Maven project: Java EE JPA Web App - Maven Project (7KB) If  Maven is installed - extract the zip and run the application from ... . You will have to deploy the generated WAR file in your GlassFish server. You may also open and run the Maven

JPA Class Enhancer

: $ java com.objectdb.Enhancer -s "*.class" -d enhanced Maven and ANT enhancement Enhancement 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

How to resolve 404 errors with Eclipse/Maven Spring MVC

abandon eclipse and use the maven command line to deploy this Spring MVC web app to jetty and point ... ; Eclipse Juno (eclipse-jee-juno-SR1-win32-x86_64), maven 3 and Tomcat 6 to create a new maven project ... out the com.objectdb.Enhancer. Is this optional when deploying with eclipse instead of maven ? I think

Eclipse - Maven - Dependencies not getting automatically reflected

I have installed Java 1.7 Eclipse Juno From Eclipse Market place have installed - Maven ... _HOME as directory where Maven is installed. PATH updated as %M2_HOME%/bin I am working on Windows XP. I am able to create a Maven project but when trying to add Dependencies (select pom.xml

Problems using Maven Repo

Maven dependency automatically - have the relevant repository entry etc. in my POM, Maven doesn't ... ; Maven  repository. Have you tried one of our Maven based tutorials (e.g. this tutorial )? support Support I found this suspect if i use the maven to download objectdb.      

Suggest link to Maven example from Enhancer tool page

The maven plugin example here is incomplete:  https://www.objectdb.com/java/jpa/tool/enhancer# Maven _and_ANT_Enhancement_ Taken literally it can't work because it's missing this:     ...                 exec- maven -plugin      

Cannot find objectdb-jee.jar releases in the ObjectDB maven repository

Hi, I can only find objectdb.jar releases in the ObjectDB maven repository. If objectdb-jee.jar ... objectdb-jee.jar for the current and future maven releases ? Thanks Andrew   andrewv Andrew Voumard Currently the Maven repository doesn't include objectdb-jee.jar releases. Following your post

Maven Repo for ObjectDB

Is there any Maven 2 or 3 support for ObjectDB, any repo available to download the libraries required Thanks, N.H meetnavpk Naveed Hussain A new Maven repository is now available on: https://www ... This maven repository seems offline now. Is there any way to get the artifacts elsewhere? gazal Mohamed

Spring + Maven + persitence.xml

Hi, I tested ObjectDB embedded and it is really fast! Everything worked out of the box. Maven :    com.objectdb    objectdb    2.4.3   Persistence.xml com.objectdb.jpa.Provider   My goal now is to realize same thing using a client version. I started

Maven Enhancement with OSGi Plugins

Hello, I've an OSGi environment and try to enhance Classes with Maven as it is described in your tutorials. Now I get ClassNotFoundException's with some entity classes, which contains enums from other plugins. Is there a way to include classes in enhancement process? Thanks for your help

Last build is not available on Maven Repository

Is there some special reason why the last two builds of 2.3.3 are not available in your Maven repository? mosi0815 Ralph Moser Just checked and 2.3.3_06 was indeed missing (but 2.3.3_05 was there). It is available now (refresh your browser). I will check what went wrong. Thank you for reporting this. support Support

Guessbook tutorial: Java EE 6 JPA Tutorial - Maven Project

Guessbook tutorial: Java EE 6 JPA Tutorial - Maven Project

Java EE 6 JPA Tutorial - Eclipse Project

and extract the project zip file: Java EE JPA Web App - Maven Project (7KB) Open the Maven project in Eclipse: Select  File Import... Maven Existing Maven Projects and click  Next . Select ... On Server . (this command is available only if Maven Integration for WTP is installed

Spring MVC JPA Tutorial - Eclipse Project

the project zip file: Spring MVC JPA - Maven Project (8KB) Open the Maven project in Eclipse: Select  File Import... Maven Existing Maven Projects and click  Next . Select the  guestbook ... . (this command is available only if Maven Integration for WTP is installed when the Maven

Eclipse/JPA Spring MVC Web Tutorial

Eclipse - using ObjectDB, JPA, Tomcat (or GlassFish) and Maven . The demo web application manages ... software: Java JDK 6.0 (or above). Eclipse IDE for Java EE Developers. m2eclipse ( Maven plugin) including  Maven Integration for WTP (in m2eclipse extras). The tutorial was written for Eclipse 3

Adding objectdb-jee.jar to the maven repository

Hi, I can only find objectdb.jar releases in the ObjectDB maven repository. Would it be possible to include objectdb-jee.jar for the current and future maven releases? Thanks Andrew andrewv Andrew Voumard Currently the Maven repository doesn't include objectdb-jee.jar releases. The difference

Feature suggestion: Improved Maven Enhancer support

There may a way to achieve recursive application of the enhancer using the maven plugin approach using maven tricks, but the current way of specifying arguments is a bit tedious ... ; webel Dr Darren Kelly Agreed. This improvement may require implementing a dedicated ObjectDB Maven

NetBeans/JPA Spring MVC Web Tutorial

NetBeans - using JPA, ObjectDB, Tomcat (or GlassFish) and Maven . The demo web application ... slightly different but the code would be the same). The tutorial is based on using a Maven project ... during build from Maven repositories. The Tutorial Steps This tutorial consists of the following steps:

Problemss during maven build

Hey out there! Anybody experiencing this problem during a maven build while downloading from objectdb repository? This now occurs without any changes to a previously working pom.xml. [WARNING] Checksum validation failed, expected

Spring MVC and JPA Tutorial

This tutorial demonstrates how to create and run a full Java Spring MVC (Model View Controller) web application using Tomcat (or GlassFish), JPA, ObjectDB and Maven . The demo web application manages ... an ObjectDB database. This tutorial is available in the following versions: In addition, the demonstrated application is available as a Maven project:

JPA Web App Tutorial - NetBeans Project

To open and run the  JPA Web Application tutorial project in NetBeans: Download and extract the project zip file: JPA Web App - Maven Project (6KB) Open the Maven project in NetBeans: Select  File Open Project... . Select the  guestbook-web directory and click  Open

Step 7: Run the Spring Web App

Maven Jetty plugin: Right click the project node and select Run As Maven Build... Enter 

JPA Tutorials

3 web application: Spring MVC and JPA Maven Projects for Download The tutorials provide step ... are also available for download as ready to use Maven projects (which can be opened and used in Eclipse, NetBeans, IntelliJ IDEA and JDeveloper).

Java EE 6 JPA Tutorial - NetBeans Project

To open and run the  Java EE 6 Web Application tutorial project in NetBeans: Download and extract the project zip file: Java EE JPA Web App - Maven Project (7KB) Open the Maven project in NetBeans: Select  File Open Project... . Select the  guestbook-jee6 directory

Getting Started with JPA - NetBeans Project

To open and run the  Quick Start with JPA tutorial project in NetBeans: Download and extract the project zip file: Getting Started with JPA - Maven Project (3KB) Open the Maven project in NetBeans: Select File Open Project... . Select the points-console directory and click Open Project . Run

Activation Issue

(ParentRunner.java:236) at org.apache. maven .surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:62) at org.apache. maven .surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:140) at org.apache. maven .surefire.suite.AbstractDirectoryTestSuite.execute

Guestbook example from tutorial does not work.

cannot be found. You may want to try running the Maven version of this tutorial. support Support Thank you for your quick reply. But thats a maven example. If i place the object-jee.jar to th /Web-inf/lib ... find a better solution. Why there is no maven -repository for this?     fjubuu Maik

Gradle-Kotlin Code Contributions

{ useJUnitPlatform() }   AlphaOne Ron Brennan Currently we support only Java and Maven so if you prepare ... ") } repositories { mavenCentral() // Custom Maven repository maven { url = uri("https://m2.objectdb.com ... () // Custom Maven repository maven { url = uri("https://m2.objectdb.com") } } dependencies { implementation

Missing atificat for ObjectDB?

 am running Eclipse EE and following the tutorial. I am new to Maven . What's the problem? Thanks ... sure that ObjectDB Maven repository is specified in your pom.xml: objectdb ObjectDB Repository http ...   They should have been "xxx.jar" and "xxx.pom", with another file named "_ maven .repositories

problem with lazy loading - unittest project attached

which is defined in my m2 settings.xml please add the spring milestone repo in the POM   spring- maven -milestone http:// maven .springframework.org/milestone   chris Christoph Ernst Now ... Support hmm, strange, which maven goal did you use? or do you use an IDE? i use STS 2.6.0. i

EntityManager 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

Spring MVC JPA Tutorial - IntelliJ Project

To open and run the  Spring MVC JPA tutorial project in Download and extract the project zip file: Spring MVC JPA - Maven Project (8KB) Open the project in IntelliJ IDEA: Select  File Open Project... . Select the  guestbook-spring directory and click  OK . Define

Java EE Web Tutorial

. This tutorial is available in the following versions: In addition the demonstrated application is available as a Maven project:

JPA Web Application Tutorial

. This tutorial is available in the following versions: In addition the demonstrated application is available as a Maven project:

Getting Started with JPA

versions: In addition the demonstrated application is available as a Maven project:

Getting Started with JPA - IntelliJ Project

To open and run the  Quick Start with JPA tutorial project in IntelliJ IDEA: Download and extract the project zip file: Getting Started with JPA - Maven Project (3KB) Open the project in IntelliJ IDEA: Select File Open Project... . Select the points-console directory and click Open Project

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

BIRT Driver Improvements

ObjectDB version that it contains. support Support + It should be available on maven to be able ... (any version) and have a maven -artifact for integrating into birt runtime..   Alex quasado ... ) available as a separate maven artifact in your repository..?   thanks Alex quasado Alexander Adam

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

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