ObjectDB Database Search

1-50 of 63 results

NetBeans/JPA Web Application Tutorial

This is the NetBeans version of the  JPA Web App tutorial. It demonstrates how to create and run a database driven Java web application in NetBeans - using Tomcat 6 Apache Tomcat ... the following software: Java JDK (6.0 or above). NetBeans - Java or All bundle The last version of ObjectDB

NetBeans/JPA Spring MVC Web Tutorial

This is the NetBeans  version of the Spring MVC and JPA tutorial. It demonstrates  ... NetBeans - using JPA, ObjectDB, Tomcat (or GlassFish) and Maven. The demo web application ... software: Java JDK 6.0 (or above). NetBeans (Java or All bundle). The tutorial was written

NetBeans/JPA Java EE Tutorial

This is the NetBeans  version of the  Java EE JPA tutorial. It demonstrates  ... NetBeans  - using GlassFish, ObjectDB and JPA. The demo web application manages a basic guestbook page ... above). NetBeans - Java or All bundle The last version of ObjectDB (just download and extract). The tutorial

Getting Started with JPA - NetBeans Project

To open and run the  Quick Start with JPA tutorial project in NetBeans : Download and extract ... NetBeans : Select File Open Project... . Select the points-console directory and click Open Project . Run the project in NetBeans : Select Run Run Main Project... (or F6 ). Click Select Main Class .

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

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

Stalling on "run File" in Netbeans when using -javaagent:lib/objectdb.jar

Netbeans IDE. I am encountering the following problem when using enhancement with Netbeans IDE 7.1 ... fine for a Netbeans Web Application (that runs in Glassfish as web application container). However I am having problems with a console-based Netbeans Java Application with a nominated Main class

ODB with Netbeans

ODB2 allows JPA attributes to be public (which is great), but JPA does not. So, in Netbeans ... that off in Netbeans ?   dmoshal David Moshal NetBeans generates several errors/warnings ... ." This is a NetBeans restriction, not a JPA restriction. "An entity or IdClass class should implement the java.io

NoSuchFieldError: __odbTracker on NetBeans 7.3 + JBoss 7.1.1

When using inheritance throw exception java.lang.NoSuchFieldError: __odbTracker on NetBeans 7.3 + Jboss 7.1.1 @Entity public class Person extends AbstractObject { private static final long serialVersionUID = 1L; @ManyToOne @Index private City city; @OneToMany(mappedBy = "owner") private List

Unable to run NetBeans/JPA Web Application Tutorial

I followed each and every step of NetBeans /JPA Web Application Tutorial but when i am trying to run the web application the following error is prompted on the run console: Start is in progress... start?path=/GuestBook FAIL - Application at context path /GuestBook could not be started C:\GuestBook

the tutorial netbeans and javaee6 dont work,

hi . i am Mauro . i have tried the tutorial for the objectDB and netbeans and JAvaee6 I have insert the persistencex.ml like tutorial (for the embedded mode) . but when i have insert the name into form for to save the new guest into db , i get the following message from glassfsih:   HTTP

Problems with Tutorials » JPA Web App (Tomcat) » NetBeans JPA Web App

Problems with Tutorials » JPA Web App (Tomcat) » NetBeans JPA Web App

JPA Class Enhancer

in: Run Configurations… Arguments VM arguments In NetBeans , JVM arguments can be set in the project

ObjectDB - JPA Object Database for Java

or NetBeans . Forget relational databases, JDBC, drivers, tables, records, ORM tools and mapping

Double persist of Entity field with Cascade.ALL

I am building a JavaEE application using Netbeans 7.0.1, Glassfish 3.1 and ObjectDB 2.3.3. I ... because the problem happens only in a Java EE application) - at lease submit a complete runnable Eclipse / NetBeans ... Netbeans project with the error case. It contains 1. App client ( Book_dberror_client ), 2

JPA Web App Tutorial - Maven Project

The  JPA Web Application tutorial provides step by step instructions on how to build a simple Java/JPA database driven web application (for Tomcat / Jetty) in  Eclipse or  NetBeans ... /Guestbook/ You may also open and run the Maven project in your IDE: NetBeans IDE and IntelliJ IDEA have built in Maven support.

Step 1: Create a Java Project

We start by creating a new NetBeans Project: Open the [New Project] dialog box, e.g. by using File New Project... Select Java Java Application and click Next . Choose a Project Name (e.g. Tutorial ... of the ObjectDB installation directory and click Open . Now you should have a new NetBeans project

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 ... ;      Guestbook Now you should have a Maven based NetBeans web project with Spring

Java EE JPA Tutorial - Maven Project

; NetBeans . Building a new application step by step is an effective way to learn - but  ... project in your IDE: NetBeans IDE and IntelliJ IDEA have built in Maven support.

Getting Started with JPA - Maven Project

The Getting Started with JPA tutorial provides step by step instructions on how to build a simple JPA database driven application in Eclipse or NetBeans . Building a new application step by step ... the Maven project in your IDE: NetBeans IDE and IntelliJ IDEA have built in Maven support.

Spring MVC JPA Tutorial - Maven Project

The  Spring MVC JPA tutorial provides step by step instructions on how to build a simple Java/JPA Spring MVC database driven web application in  Eclipse or  NetBeans . Building a new ... ://localhost:8080/Guestbook/ You may also open and run the Maven project in your IDE: NetBeans IDE and IntelliJ IDEA have built in Maven support.

Step 1: Create a Java EE Web Project

We start by creating a new Java EE 6 Web Application project in NetBeans : Open the [New Project] dialog box, e.g. by using File New Project... Select Java Web Web Application and click Next . Choose ... of the ObjectDB installation directory and click Open . Now you should have a NetBeans Java EE 6 Web

Glassfish 4 AbstractMethodError: com.objectdb.jpa.EMF.createEntityManager

the samples as NetBeans projects, so that you could check easier. 1 for GF3 (6) and 1 for GF4 (7 ... :214) at org. netbeans .modules.web.monitor.server.MonitorFilter.doFilter(MonitorFilter.java:393 ... (ApplicationFilterChain.java:214) at org. netbeans .modules.web.monitor.server.MonitorFilter.doFilter

objectdb-2.6.9_02 (with "objectdb.temp.no-enhancement-crc-check") vs. generic classes with interfaces: detailed investigation

system. - I have used both a console test app and a NetBeans web app in Glassfish; the initial report ... the Ant build). - The NetBeans project for the console app uses a post-compile, pre-deployment Ant ... ) that when running my "console" test app in NetBeans IDE using the Run context menu it was in fact over-writing

UserException: Package com.example.model is not found by the enhancer

My program works fine when I run it from Netbeans but as soon as I clean and build ... Which is obviously not present when cleaning and building with Netbeans and moving the dist directory ... .objectdb.Enhancer.enhance("com.example.model" + ".*"); and adding the following to the Netbeans IDE

Modifying something with Explorer -> app JPQL with Enum doesn't work anymore

attached project JavaEE Maven with NetBeans (7.4 beta in my case). Start ObjectDB on localhost as server. Run project on Apache Tomee 1.5.2 standard. Take a look at NetBeans ' output to see how many entities ... in NetBeans (2-3 clicks) (http://youtu.be/K8YGK7GrPrY?t=1m15s, open the project in NetBeans

Step 2: Define a JPA Entity Class

) - the Point class is an ordinary Java class. The warning that NetBeans displays on the Guest class

JPA Tutorials

are also available for download as ready to use Maven projects (which can be opened and used in Eclipse, NetBeans , IntelliJ IDEA and JDeveloper).

Step 2: Define a JPA Entity Class

class. The warning that NetBeans displays on the Guest class indicates that a persistence unit

Failing in embedded mode, correct javax.persistance?

am using NetBeans IDE 13 with Java 17.0.2 on Windows 11and with ant. My ObjectDB is version 2.8.7. Q 1 ... should mention that I have tried running NetBeans in admin mode, and I have tried creating an empty "punkter ... case NetBeans have problem creating the file.) Q 2) Several sources are adamant that the program class

Undeployment of an remote Glassfish application locks objectdb log file

System: Netbeans 7.1 Oracle Glassfish 3.1.2 ObjectDB 2.3.7_04 Senario: Create a simple WebApplication with a "hello world" web service interface in Netbeans . Add objectDB test code to the web service: @WebService(serviceName = "NewWebService") public class NewWebService { @PersistenceContext

Cannot cast com.objectdb.jpa.Provider to PersistenceProvider

Hi! I'm trying to get ObjectDB 2.5.1_1 work with stable Glassfish 4 in a Java EE 7 NetBeans project. objectdb.jar is added into GF's classpath (domains\domain1\lib\ext folder). Any help ... this tutorial for using GlassFish, ObjectDB and NetBeans . support Support Oh...It actually works

How prevent post-compile enhancement of non entity classes

I have recently moved to post-compile enhancement (from automatic run-time enhancement) using an Ant build.xml for a NetBeans web app. My adapted build.xml works for both full project build and per-file compilation (with NetBeans "compile on save" off), but it is not yet perfect at only invoking

Problem with polish characters

there is a problem. (they change on strange sings) I use netbeans and Tomcat server. I've done tutorial from Your site (guestbook using netBeans and Tomcat) My project is based on this tutorial. Do You know any

The attribute column name (EXCEPTION) is a reserved SQL-99 keyword.

How do I fix this error/warning that Netbeans gives me? "The attribute column name (EXCEPTION) is a reserved SQL-99 keyword." ThreaT Ashton Hogan This warning indicates mapping to a field in ... warnings? ThreaT Ashton Hogan I am not sure you can escape the NetBeans warning with the hibernate.cfg

Jboss 6 persistence.xml startup error

from within NetBeans - version 7.0 beta (or above) is required. A WAR file that contains the Java EE

Does ObjectDB create one instance of each entity class on (web app) load ?

ObjectDB: 2.7.1_06 [EDIT: Glassfish4.1.1 or Payara payara-4.1.2-174] I have been profiling a large web app with the NetBeans 8.2 Profiler. I can see that exactly one instance of each entity is present in memory, at web app startup, before I've loaded anything, and they won't garbage collect

RT Java application recording into 100DB run OOM after a few hours.

- so it must be using the default somewhere). 2/ Using Netbeans , I profiled the application and I noticed

ObjectDB CRUD Examples

these manual pages . We do not have specific NetBeans examples in addition to  the tutorials

Guessbook tutorial: Java EE 6 JPA Tutorial - Maven Project

I have a Max OSX Lion and am running Netbeans 7.2 with Glassfish 3.1.2. I download the tutorial and run it. The moment I type something in the sign in block and click add, I get the following error trace: (Does anyone know a fix?)   WARNING: EJB5184:A system exception occurred

Changes in detach behaviour?

haven't tried it with the agent. To make it easy for you to try i created a Netbeans project

Post-compile enhancement fails when static Log4j 2.5 based logger used in Entity

; jdk1.7.0_51 or jdk1.8.0_60      NetBeans 8.1Beta I created a log4j2

com.objectdb.o.InternalException: java.lang.NoClassDefFoundError: java/sql/Date

.25.0). Then, I opened the project in Netbeans 15 and was able to recreate the problem. Thanks

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

; freddieFishCake Jonathan Lister Please check the attached NetBeans project. It is based on the Java EE

@AttributeOverrides , and postgresql + own TYPE

have more schemats let say "public' and "artio". Netbeans generate for me entity class. problem is exactly in

I can't get cascading delete to work in JDO

I enclose a Netbeans project which demonstrates the problem.  Cascading persist works ... . Your NetBeans project was converted to a minimal test case in the required format (please use this format rather than NetBeans projects for future report): import java.util.*; import javax.jdo.*; import javax.jdo

ObjectDB enhancement fails on "is" form for @Transient boolean isLoaded(), ok for "getter" form @Transient boolean getLoaded()

, and on complete clean and build in NetBeans , and also after complete NetBeans cache clear

Web Application Tutorial

A tutorial that demonstrates how to use ObjectDB in a web application should be written and added to the Tutorials section. support Support The following web tutorials are now available: JPA Web Application in Eclipse JPA Web Application in NetBeans Java EE 6 (J2EE) in Eclipse Java EE 6 (J2EE) in NetBeans support Support

[ObjectDB 2.2.5_02] Unexpected exception (Error 990) com.objectdb.o.InternalException: java.lang.NullPointerException: null

) my code (generated by netbeans ) for findEntities() is as follows: public List findChartEntities

ObjectDB 2.3.1

fields in composite PK embedded IDs. Fixed default ObjectDB home path ( $objectdb ) in NetBeans RCP