ObjectDB Database Search
51-100 of 200 resultsGlassfish 3.1.2.1 and ObjectDB 2.4.3 - The requested resource () is not available. I tried it on Glassfish server 3 .1.2 and 3 .1.2.2. Sometimes I ... INFO: Running GlassFish Version: GlassFish Server Open Source Edition 3 .1.2 (build 23) INFO: Grizzly ... ) at org.glassfish.hk2.classmodel.reflect.Parser$ 3 .call(Parser.java:307) at org.glassfish.hk2 | |
GlassFish 3.1.2.2/JBoss 7.1.1 there are also issues with GlassFish 3 .1.2 (GlassFish 3 .1.1 may work better with ObjectDB ... 2.4. 3 can be used with JBoss AS 7.1.1. As discussed in this forum thread - you will have to: Add ObjectDB as a module to JBoss (instead of putting objectdb.jar in the web application lib   | |
2.5.3_02: java.lang.UnsupportedOperationException Hello! I use Glassfish 4.0.0 and ObjectDB 2.5. 3 _02. When I do entityManager.createQuery I ... .sun.enterprise. web .WebPipeline.invoke(WebPipeline.java:99) at org.apache.catalina.core ... Glassfish 4.0 is based on JPA 2.1. Build 2.5. 3 _02 of ObjectDB added initial dummy implementation | |
NoSuchFieldError: __odbTracker on NetBeans 7.3 + JBoss 7.1.1 When using inheritance throw exception java.lang.NoSuchFieldError: __odbTracker on NetBeans 7. 3 ... ) if remove the inheritance works fine. On GlassFish 3 .1 with inheritance also works fine. Why "person ... .java:50) 12:25:10,498 ERROR [stderr] (http--127.0.0.1-8080-1) at org.jboss.as. web .security | |
Problem undeploying Glassfish3.1.1 web application cleanly objectdb-2. 3 .7_18 When I undeploy a Glassfish3.1.1 web application when using @PersistenceContext ... yet been started, or was already stopped at org.glassfish. web .loader.WebappClassLoader.loadClass(WebappClassLoader.java:1411) at org.glassfish. web .loader.WebappClassLoader.loadClass(WebappClassLoader.java:1369 | |
Web Framework Recommendation for leveraging JPA + ObjectDB like ObjectDB, for instance. Immediately the following question pops up: Which Web Framework supports ... + ObjectDB" couple successfully in conjunction with a contemporary Web Framework ? Any hints ... ) from Northrhine-Westfalia in Germany verlsnake Kai Tischler The 3 popular options for standard JPA | |
Compile time enhancement using build.xml of a Netbeans web application of a Netbeans web application project to specify ObjectDB compile time enhancement, for both single file and whole project compilation ? The ObjectDB 2. 3 manual gives the following tip ... a Netbeans web application build.xml works for an entire build:   | |
Your Glassfish example on the web Hi, I'm doing a school project with objectdb and glassfish. I have tried your web tutorial "Java ... in a previous forum thread . ObjectDB 2. 3 .7_03 was not compatible with GlassFish 3 .1.2 that was released a few days ago. A new build (2. 3 .7_04) was just released that is compatible with GlassFish 3 .1.2. support Support | |
Undeploying Glassfish web application does not disconnect from ObjectDB Glassfish3.1.1 Netbeans7.1 ObjectDB 2. 3 .7_19 If I deploy a web application to Glassfish using ObjectDB as JPA provider, then undeploy, I can't access the database file in the ObjectDB explorer ... ObjectDB in embedded mode? Apparently undeploying a web application from GlassFish doesn't close | |
Multiple inputs not supported on WHERE ?.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205) ~[spring- web -5. 3 .31.jar:5. 3 .31]   ... (InvocableHandlerMethod.java:150) ~[spring- web -5. 3 .31.jar:5. 3 .31] at org.springframework. web ... (ServletInvocableHandlerMethod.java:117) ~[spring-webmvc-5. 3 .31.jar:5. 3 .31] at org.springframework. web | |
Problem upgrading:1. 3 .0.RELEASE] at org.springframework. web .filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) [spring- web -4.2. 3 .RELEASE.jar:4.2. 3 .RELEASE] at org.apache.catalina.core ... (FilterChainProxy.java:316) [spring-security- web -4.0. 3 .RELEASE.jar:4.0. 3 .RELEASE] at org.springframework.security | |
Closed EntityManagerFactory after upgrading glassfish 3.1.1 to 3.1.2 Hi. I have faced a very serious issue. After upgrading the GlassFish server from 3 .1.1 to 3 .1.2 ... more It seems that there is something wrong with persistent context. it seems that glassfish 3 .1.2 behaves differently. I tested another project which uses eclipseLink and java DB. it works well. glassfish 3 .1.1 logins | |
Chapter 6 - Configuration subdirectory. However, moving objectdb.jar changes the value of $objectdb . For example, in a web application where objectdb.jar is in WEB -INF/lib , the ObjectDB home directory ( $objectdb ) is WEB -INF | |
ObjectDB License and laptops of employees in that workplace. Servers that are leased or rented from third party web hosting and/or cloud hosting companies (including shared web hosting and VPS), if the hosted applications | |
Database Server database is accessed only by a single web application, it should be embedded in that application and run within the web server's process. Starting the ObjectDB server The ObjectDB Server tool | |
Strings in JPQL and Criteria Queries('India', 'a') is evaluated to 5 . LOCATE('Japan', 'a', 3 ) is evaluated to 4 . LOCATE('Mexico ... [, length]) function returns a portion of a string. For example: SUBSTRING('Italy', 3 ) is evaluated to 'aly' . SUBSTRING('Italy', 3 , 2) is evaluated to 'al' . Positions are one-based (as in SQL), not | |
Server Configuration directory . The data path of an ObjectDB server is similar to the document root directory of a web | |
JPA Connections and Transactions during their lifetime. For example, in a web application, it is common to establish a separate database | |
Online Backup that require continuous service (24/7), such as most web applications. Starting an online backup | |
JPA Entity Fields are explained in Chapter 3 . You can mark a persistent field of an embeddable type with the @Embedded ... with optimistic locking , as explained in the Locking in JPA section in Chapter 3 . You can expose entity ... for detached entities (explained in Chapter 3 ) unless the entity class is enhanced (explained in Chapter 5 | |
Literals in JPQL and Criteria Queries, -127L, 0L, 07777L float : 3 .14F, 0f, 1e2f, -2.f, 5.04e+17f double : 3 .14, 0d, 1e2D, -2., 5.04e+17 ... . literal (1); Expression i2 = cb. literal (Integer.ValueOf(2)); Expression d = cb. literal ( 3 .4 | |
Numbers in JPQL and Criteria Queries. For example: MOD(11, 3 ) evaluates to 2 . MOD(8, 4) evaluates to 0 . The MOD function takes two integer ... function returns the square root of a specified argument. For example: SQRT(9) is evaluated to 3 SQRT(2 | |
ObjectDB 2.3.3ObjectDB 2.3.3 | |
jakarta.persistence.Graph to EntityGraph and Subgraph . See Also: EntityGraph Subgraph Since: Jakarta Persistence (JPA) 3 .2 Public ... is not an attribute of this entity.. Since: Jakarta Persistence (JPA) 3 .2 AttributeNode ... Persistence (JPA) 3 .2 void addAttributeNodes ( String... attributeName ) Add one or more attribute | |
jakarta.persistence.criteria.CriteriaBuilder more restriction predicates Returns: and predicate. Since: Jakarta Persistence (JPA) 3 .2 Expression ... . Since: Jakarta Persistence (JPA) 3 .2 Order asc ( Expression expression ) Create an ordering by ... . Since: Jakarta Persistence (JPA) 3 .2 Expression avg ( Expression x ) Create an aggregate expression applying | |
jakarta.persistence.EntityGraph.. Since: Jakarta Persistence (JPA) 3 .2 AttributeNode addAttributeNode ( Attribute attribute ) Get an existing ... : IllegalStateException - if the EntityGraph has been statically defined. Since: Jakarta Persistence (JPA) 3 .2 void ... . Since: Jakarta Persistence (JPA) 3 .2 Subgraph addElementSubgraph ( String attributeName ) Add | |
jakarta.persistence.EntityManager Exception thrown by ConnectionFunction.apply , if any. Since: Jakarta Persistence (JPA) 3 .2 void ... Persistence (JPA) 3 .2 Query createQuery ( CriteriaUpdate updateQuery ) Create an instance of Query ... other than NONE is specified. Since: Jakarta Persistence (JPA) 3 .2 T find ( EntityGraph entityGraph , Object | |
jakarta.persistence.Subgraph. IllegalArgumentException - if the attribute is not an attribute of this entity.. Since: Jakarta Persistence (JPA) 3 .2 ... has been statically defined. Since: Jakarta Persistence (JPA) 3 .2 void addAttributeNodes ( String ... Persistence (JPA) 3 .2 Subgraph addElementSubgraph ( String attributeName ) Add a node to the graph | |
Apache License, Version 2.0, January 2004 Works in Source or Object form. 3 . Grant of Patent License . Subject to the terms and conditions | |
Step 5: Add a JSP Page] dialog box by right clicking WEB -INF under src/main/webapp (in the [Package Explorer] window), selecting New Other... Web JSP File and clicking Next . The parent folder should be WEB -INF ... replace the content of the new jsp file with the following content: JPA Guestbook Web Application | |
Step 5: Add a JSP Page] dialog box by right clicking the Web Pages node (in the [Projects] window) and selecting New JSP ... Guest Book Web Application Tutorial Name: The JSP generates the guestbook page output, which contains ... the previous step). The next step (and the last in this tutorial) is running the web application . | |
Step 5: Add a JSP Page] dialog box by right clicking the Web Pages node (in the [Projects] window) and selecting New JSP ... Guest Book Web Application Tutorial Name: The JSP generates the guestbook page output, which contains ... the previous step). The next step (and the last in this tutorial) is running the web application . | |
Step 5: Add a JSP Page New Other... Web JSP File and clicking Next . Enter guest as the jsp file name ... replace the content of the new jsp file with the following content: JPA Guest Book Web Application ... (and the last in this tutorial) is running the web application . | |
Step 5: Add a JSP Page New Other... Web JSP File and clicking Next . Enter guest as the jsp file name - use exactly ... of the new jsp file with the following content: JPA Guest Book Web Application Tutorial Name: The JSP ... " attribute that is set by the servlet in the previous step). The next step (and the last one in this tutorial) is running the web application . | |
Java EE 6 JPA Tutorial - IntelliJ Project To open and run the Java EE 6 Web Application tutorial project in IntelliJ IDEA: Download and extract the project zip file: Java EE JPA Web App - Maven Project (7KB) Open ... and click the green run icon (or Shift+F10 ). If the browser fails to open check the settings at File Settings Web Browsers . | |
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 | |
Step 4: Add a Servlet Class In this step we will add a servlet to manage guestbook web requests: Open the [Create Servlet] dialog box by right clicking the guest package node (in the [Package Explorer] window), selecting New Other... Web Servlet and clicking Next . The Java package name should be guest | |
Java EE 6 JPA Tutorial - Eclipse Project To open and run the Java EE 6 Web Application tutorial project in Eclipse: Download 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 | |
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 | |
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 ... and install ObjectDB or a Java web server - Maven will download the ObjectDB jar and the Jetty | |
Step 4: Add a Servlet Class In this step we will add a servlet to manage guestbook web requests: Open the [Create Servlet] dialog box by right clicking the guest package node (in the [Package Explorer] window), selecting New Other... Web Servlet and clicking Next . The Java package name should be guest. Enter | |
Spring MVC JPA Tutorial - IntelliJ Project+F10 ). If the browser fails to open check the settings at File Settings Web Browsers . | |
Step 6: Run the Java EE 6 Application\Guestbook\ WEB -INF ). You can stop the GlassFish server and open the database file in ObjectDB Explorer | |
Step 6: Run the Java EE 6 Application under the GlassFish directory (e.g. at domains\domain1\eclipseApps\Guestbook\ WEB -INF ). You can stop the GlassFish | |
Step 4: Add a Servlet Class In this step we will add a servlet to manage guestbook web requests: Open the [New Servlet] dialog box by right clicking the guest package node (in the [Projects] window) and selecting New Servlet ... Enter GuestServlet as the class name - use exactly that case sensitive class name. The Java | |
Step 4: Add a Servlet Class In this step we will add a servlet to manage guestbook web requests: Open the [New Servlet] dialog box by right clicking the guest package node (in the [Projects] window) and selecting New Servlet ... Enter GuestServlet as the class name - use exactly that case sensitive class name. The Java | |
[ODB1] Chapter 2 - A Quick Tour a list of strings in a database. 2 3 import java.util.*; 4 import javax.jdo.*; 5 import com ... .currentTransaction().commit(); 38 pm.close(); 39 } 40 } How it works Lines 3 -5 Three import statements are required: for Java collections (line 3 ), for JDO (line 4) and for ObjectDB extensions | |
[ODB1] Chapter 9 - ObjectDB Explorer. It is shipped as an executable jar that will run on any system with a Java 1. 3 JRE or later installed ... windows is provided in later sections. Section 9. 3 explains how to use viewer windows to edit ... . 3 Editing the Database The Explorer is usually used as a viewer of database files | |
[ODB1] Chapter 7 - JDOQL Queries There are various ways to retrieve objects from an ObjectDB database, as shown in section 6. 3 ... , 0, 0xFFFF, 07777 , ... long 2003L, -127L, 0L, 0xFFFFL, 07777L , ... float 3 .14F, 0f, 1e2f, -2.f, 5.04e+17f , ... double 3 .14, 0d, 1e2D, -2., 5.04e+17 , ... char 'x', '@', '\n', '\\', '\'', '\uFFFF | |
ObjectDB 1.0 Manual on programming with ObjectDB and JDO: Chapter 3 - Persistent Classes Explains what a persistence capable |