Internal Website Search

1-28 of 28 results

Criteria Query results in a NoResultException instead of returning object

IdentityObject $1 WHERE $1.name=' demo '   ObjectDB throws the exception: java.lang ... to the following JPQL query: SELECT $1 FROM IdentityObject $1 WHERE $1.name=' demo ' You have to use ... (); predicates.add(builder.equal(root.get("name"), " demo ")); criteria.where(predicates.toArray(new

Eclipse/JPA Spring MVC Web Tutorial

This is the Eclipse version of the  Spring MVC and JPA tutorial. It demonstrates how to create and run a full Java Spring MVC (Model View Controller) web application in Eclipse - using ObjectDB, JPA, Tomcat (or GlassFish) and Maven. The demo web application manages

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 a basic guestbook page. Every visitor can sign the guestbook by filling a simple form. All visitors

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 Server 6.0 ( some modifications are needed for Tomcat 7.0 ), ObjectDB and JPA. The demo web

Java EE Web Tutorial

) see the JPA Web App Tutorial . The demo web application manages a basic guestbook page. Every visitor

NetBeans/JPA Spring MVC Web Tutorial

This is the NetBeans version of the Spring MVC and JPA tutorial. It demonstrates how to create and run a full Java Spring MVC (Model View Controller) web application in NetBeans - using JPA, ObjectDB, Tomcat (or GlassFish) and Maven. The demo web application

Eclipse/JPA Java EE Tutorial

This is the Eclipse version of the Java EE JPA tutorial. It demonstrates how to create and run a full Java EE 6 MVC (Model View Controller) web application in Eclipse - using GlassFish, ObjectDB and JPA. The demo web application manages a basic guestbook page. Every visitor

Eclipse/JPA Web Application Tutorial

This is the Eclipse version of the JPA Web App tutorial. It demonstrates how to create and run a database driven Java web application in Eclipse - using Tomcat 6, ObjectDB and JPA. The demo web application manages a basic guestbook page. Every visitor can sign the guestbook by

JPA Web Application Tutorial

This tutorial demonstrates how to create and run a database driven Java web application using Tomcat 6, ObjectDB and JPA. The demo web application manages a basic guestbook page. Every visitor can sign the guestbook by filling a simple form. The visitors that have already signed are listed

NetBeans/JPA Java EE Tutorial

This is the NetBeans version of the  Java EE JPA tutorial. It demonstrates how to create and run a full Java EE 6 MVC (Model View Controller) web application in NetBeans - using GlassFish, ObjectDB and JPA. The demo web application manages a basic guestbook page

500Mb ObjectDb database opening issue

ASAP, please wait... Harman Alexander Golyshkin Below attached demo application & demo presentation ... ; i  The purpose of Demo App v2 is to show that problems are in OjectDb Let's assume

Should derived fields of an EmbeddedId be manually maintained by app code?

; DEMO _MODE set to DemoMode.WORKS_MAINTENANCE everything runs fine and I see the following output. Purged DB Success     b) With  DEMO _MODE set to DemoMode.NO_EMBEDDED_MAINTENANCE I ... .embeddedCompoundKeysSimplified.EContainer.main(EContainer.java:76)       c) With DEMO _MODE set

Slow performance on Mac

; java -jar  demo -0.0.1-SNAPSHOT.jar write /path/to/file.odb - To read data (write):     java -jar demo -0.0.1-SNAPSHOT.jar read /path/to/file.odb   Attached: - JAR file

Find the error...JPA ENTITY HIBERNATE

.png.html       Entities:   package com.example. demo ; import java.io.Serializable ... ) {   this.email = email; } public user() { } }         package com.example. demo

Changes in detach behaviour?

the EntityManager . support Support I have written a demo program to demonstrate the new behaviour

Get multiple entities by Id

: import java.util.*; import javax.persistence.*; public final class demo {     public

Cannot save or update entity on Spring App

demo application of ObjectDB with Spring Framework (on this tutorial and the zip file

Object explorer cannot open odb file. ObjectDB many-to-many relationship

' demo .odb' null").  Note: I'm using Windows 7 64 bits. jdk1.6.0_27. ObjectDB doctor did not

Spring 4 setup

) ... 53 more Do you have a demo code on the Github to let use fully understand how should we use

Post-compilation enhancement vs Automatic Run-time enhancement

We are getting massively different results on field loading between explicit post-compile enhancement and automatic run-time enhancement. Testing exactly where and when the results are different for our demo web app is a very time consuming task, and very difficult, it means testing literally 100s

Spring MVC Errors

demo project that demonstrates it. Run the Tomcat JVM with javaagent:objectdb.jar (see this page ). support Support

ODB tries to create log files inside its own jar on Win7

I sent a demo of an app I've been developing on Linux to some Windows 7 users, and they were unable to run it.  The stack traces they sent me indicated that ODB was trying to create its log files inside objectdb.jar, which was inside the executable jar packaged by Eclipse. 

Trouble bug on explorer

Kadir BASOL Could you please provide a demo odb file + instructions how to reproduce the problem in

Deploy ObjectDB in WildFly 10

you may want to try this Maven Java EE demo application . It was tested successfully on WildFly 10.1.0

Once served to JSF page via @EJB query bean, many list fields are null (but same query ok after fresh persist in @PostConstruct)

in the IDE / Server - I think that they should remain simple as possible, but additional demo

ObjectDB 2 JDO Manual

to see how sincere you support of JDO 2 is when you don't even have a small demo example. I understand

Weird issue with variable naming

though however as said, cannot replicate it in a demo , however here's my code I was trying to replicate

Issue with DISTINCT Select

demo without success. Furthermore, doing a simple .toString() of the CriteriaQuery doesn't contain