ObjectDB Database Search

1-50 of 200 results

[ODB1] Chapter 9 - ObjectDB Explorer

ObjectDB Explorer is a visual tool for managing ObjectDB databases. You can use the Explorer ... databases.   9.1  Running the Explorer The Explorer is a pure Java GUI application ... . A Windows EXE ( explorer .exe) and a Unix shell script ( explorer .sh) for starting the Explorer

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

is printed in the console, open ObjectDB Explorer , modify an entity's type from GOOD to BAD, save ... . The problem is that redeploying the application after that kind of usage of Explorer makes JPQL with Enum ... is that redeploying the application after that kind of usage of Explorer makes JPQL with Enum to don't work

Error when trying to open the Explorer (failed to find Java VM)

Hi, I use windows 7 64 bit version. When I'm trying to open the ObjectdB explorer I ... Have you tried both explorer .exe and explorer -b.exe ? Can you write it from the console : java -jar explorer .jar support Support On windows: both explorer .exe and explorer -b.exe cause the same error.  

Trouble bug on explorer

Hello having trouble when i try to push new objects from class. I got exception from explorer . KadirBASOL:bin apple$ java -jar explorer .jar Jul 19 20:00:52 KadirBASOL.local java[9942 ... kadirbasol Kadir BASOL What exactly do you do in the Explorer that causes this exception? Are 

explorer NullPointerException

I studied ObjectDB a few hours ago and got some problems when use explorer . I run it and right ... , the errot I got is: [2012-05-22 02:51:11 #1 explorer ] java.lang.NullPointerException at com.objectdb.o.CNC ... ,but the problem is still on. olddm ma This stack trace indicates a problem in opening the Explorer

Explorer in 2.3

First, the new Explorer in ObjectDB is fantastic! This is exactly what we've needed - an easy way ... , when it should be only the database path. This causes an error on starting Explorer .exe. Same when opening ... that will certainly be taken into consideration in future development of the Explorer . Some initial thoughts

how explorer queries work

i'm curious as to how the explorer is able to execute queries when its obviously not aware ... classes is on the server side, not the client side where explorer is running. i can figure ... entities. (obviously the explorer must be doing something like this; correct me if i'm wrong

objectdb explorer in ver 2.2 and 1.0

that object explorer has lower functionality than in ver 2.2 eg garbarage collector or xml import ... You are right - some important features of ObjectDB 1.0 Explorer are not implemented yet in ObjectDB 2.2. This is because ObjectDB 2 was written almost from scratch and the old Explorer does not match

Starting Explorer programmatically

Hi wondering if it's possible to start Explorer from code. Reason: In cases where Gradle is used to manage the ObjectDb jar version, it would be useful to start the explorer from a Groovy script (or ... ;   dmoshal David Moshal The Explorer is a Java program, so you can simply call its main method

Feature Request: Improved ObjectDB Explorer

ObjectDB explorer is mainly designed as database viewer, not editor. However, I think ... this because although the explorer can edit Collections, it cannot edit Maps...and I have a lot of Maps I need to enter ... with everything! I also miss some things while using ObjectDB Explorer . I'll come with a list soon. zmirc

DB Explorer and Doctor unable to open DB file

Hi, one of my DB files can not be open by neither DB explorer , nor the DB Doctor. Both are writing ... The difference between your application and the Explorer /Doctor is that your application has access to all your classes, and the Explorer and Doctor try to work without your classes by generating

Using explorer with a live embedded db

I want to use ObjectDB explorer with a running embedded db. This issue:  http://www.objectdb ... an explorer on the same machine, trying to connect in both embedded and client-server mode. I ... that you set the correct  objectdb.conf file, i.e. the one that is accessed by the Explorer

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

is created (in attachement) but I cannot open it with ObjectDB Explorer (Message: "Cannot open file ... . Explorer $1.run( Explorer .java:53) at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209 ... ? Regards. duongphuhiep DUONG Phu Hiep There was a bug in the Explorer . The many-to-many relationship

Explorer

. Everything is fine for now, but I have a question about Explorer . It works only in R/O mode, which in some cases is insufficient for effective work. Is there any plan to release a R/W version of Explorer ? lwalkowski Lukasz Walkowski Some Explorer features that were available in ObjectDB 1.0 are temporarily

Stacktrace in Explorer when running query

Hello, whenever I run a query in Explorer I get the following stacktrace (cf. attached file ... mapping entity fields to an Explorer view. Try to remove (or move) the file ~/.objectdb/ explorer .xml  (which may contain obsolete Explorer view settings) and then restart the Explorer . support

Explorer doesn't open file

Explorer doesn't open file...see attached error message and odb.   Explorer doesn't cleanly ... It seems as an ObjectDB Explorer bug is handling a specific field of the type  java.util ... .Object , the file is opened in the Explorer ? support Support Yes, you're right.  When I

explorer locks local database in readonly mode

hi, my current use case is: execute unit test, verify results in explorer . my problem, i have to close the explorer before every run, and open it again after the tests are done. this slows down the whole process. i opened the database in readonly mode, but the file will be locked by the explorer

DB Explorer cannot be opened after schema package renaming of entity types

The DB Explorer cannot be opened after schema package renaming of entity types ... and then the database is broken for the DB Explorer . If I remove the deprecated entity types from the database manually before the schema update then the database can be opened in the DB Explorer after the schema

How to open a running db in ObjectDB Explorer?

another location, start the application then finally I could explore my data, but it will be just a copy ... in #2 junior Lekane Nimpa, Junior Please verify that both the application and the Explorer uses ... of the problem! The explorer requires objectdb.jar to run! May be, it uses the configuration file

Index Definition

. The optional name attribute has no specific function but might appear in the ObjectDB Explorer and in log

ObjectDB 2.9 Developer's Guide

how to use the JPA Query Language (JPQL). Presents ObjectDB Tools: the Explorer , the Enhancer, the Doctor

Enum fields are set to null and embeddable enum class does not show in explorer

! The enum type is also not listed in the explorer . I am talking about an enum class, which implements ... Petzold This has effect, when something in the explorer is edited and saved (with missing ... class and the related enum type have not been changed! itsme Martin Petzold If I check the explorer

Error reading UTF string (Serialized Objects in Explorer)

of this type in the explorer (by right clicking the type in the Schema tab and selecting Open Tree ... fully supported by the Explorer since the Explorer doesn't have the serializable class ... - does it work? If it works, you may try running the Explorer with a classpath that contains

Can't open DB-file with explorer, but from within my code it works

of the new version automatically 2) But I can't open the db-file with the objectDB explorer ... \objectdb-2.4.7_18\db\emf.odb' is opened by 1636@a36-PC [2013-04-12 15:58:55 #2 explorer ] [ObjectDB ... using a no-arg constructor (error 352) at com.objectdb. Explorer $1.run( Explorer .java:56) at java.awt

Explorer bug ? Objects seem to be missing from database in Class view, but are present as references

objectdb-2.2.5_08 NetbeansID6.9.1+Glassfish3.01 I suspect the following is an Explorer bug ... ) We see that 2 Project objects were created, however in the database Explorer it lists size=0 for Project ... Kelly Unfortunately it is a critical bug - it is not the Explorer but somehow your application

Step 2: Entity Class and Persistence Unit

the project node (in the [Package Explorer ] window), select  New Source Folder ... right clicking the new source directory node (in the [Package Explorer ] window) and selecting  ... the [Project Explorer ]) and select  New Folder. The parent folder should be resources. Enter META

Step 2: Entity Class and Persistence Unit

the [New Java Class] dialog box, e.g. by right clicking the project node (in the [Package Explorer ] window ... node (in the [Project Explorer ] window) and selecting New Folder (or  New Other... General ... folder name and click Finish . Right click the new META-INF folder in the [Project Explorer ] window

Step 7: Run the Spring Web App

;you can run the application now by right clicking the project node (in the [Project Explorer ] window ... ; ObjectDB Explorer : This is the end of the tutorial. Learn more about ObjectDB and JPA by reading the  Manual .

Step 6: Run the Java EE 6 Application

You can run the application now by right clicking the GuestServlet node (in the [Project Explorer ] window) and selecting Run As Run on Server Finish : Since we are using ObjectDB in embedded mode ... \Guestbook\WEB-INF ). You can stop the GlassFish server and open the database file in ObjectDB Explorer

Step 4: Run the Application

You can now run the application by right clicking the Main.java file (in the [ Package Explorer ] window) and selecting Run As Java Application . The expected output in the Eclipse [Console] window ... by opening it in the ObjectDB Explorer : This is the end of the Eclipse JPA tutorial. Learn more about ObjectDB and JPA by reading the Manual .

Step 6: Run the Web Application

You can run the application now by right clicking the GuestServlet node (in the [Project Explorer ] window) and selecting Run As Run on Server Finish : Since we are using ObjectDB in embedded mode ... the database file in ObjectDB Explorer : This is the end of the tutorial. Learn more about ObjectDB and JPA by reading the Manual .

Step 4: Run the Application

1,000 objects. You can view the content of the database file by opening it in the ObjectDB Explorer

Step 4: Add a Controller Class

In this step we will add a Spring Controller to manage guestbook web requests: Open the [New Java Class] dialog box by right clicking the guest package node (in the [Package Explorer ] window) and selecting  New Class . The package name should be  guest . Enter  GuestController as

Step 2: Define a JPA Entity Class

To store objects in an ObjectDB database using JPA we need to define an entity class: Right click on the project in the [Package Explorer ] window and select New Class . Enter tutorial as the package name (case sensitive). Enter Point as the class name (case sensitive). Click Finish to create

Step 6: Set the Spring XML

that file: Right click the WEB-INF node in the [Package Explorer ] window, select  New Other... XML

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

Step 3: Add a Context Listener Class

by right clicking the guest package node (in the [Package Explorer ] window), selecting New

Step 1: Create a Java EE 6 Web Project

the file system and drop it in the WebContent/WEB-INF/lib node in the Eclipse Project Explorer

Step 3: Create an ObjectDB Data Source

Connections to the database are represented in BIRT as data sources. To create an ObjectDB data source: Open the [New Data Source] dialog box by right clicking the Data Sources node in the [Data Explorer ] window and selecting  New Data Source . Select ObjectDB Data Source from the list

Step 3: Add a Main Class

In this step we will add a main class to the project to store and retrieve Point objects from the database: Right click the tutorial package in the [Package Explorer ] window and select New Class . The package name should be tutorial . Enter Main as the class name (case sensitive). Click Finish

Step 6: Design a BIRT Report Table

the data set in the [Data Explorer ] window (under the data set node) and dropping them on the second

Step 2: Define a JPA Entity Class

To store objects in an ObjectDB database using JPA we need to define an entity class: Open the [New Java Class] dialog box, e.g. by right clicking the project node (in the [Package Explorer ] window) and selecting New Class . Enter guest as the package name - use exactly that case sensitive package

Step 3: Define a Spring DAO Component

Operations on the database will be performed by an instance of a Data Access Object (DAO) that we will define in this step as a Spring MVC component: Open the [New Java Class] dialog box by right clicking the guest package node (in the [Package Explorer ] window) and selecting  New Class

Step 6: Run the Java EE 6 Application

server and open the database file in ObjectDB Explorer : This is the end of the tutorial. Learn more about ObjectDB and JPA by reading the Manual .

Step 6: Run the Web Application

. You can stop the Tomcat server and open the database file in ObjectDB Explorer : This is the end

Step 5: Add a JSP Page

In this step we will add the JSP that generates the guestbook page output: Open the [New JSP File] dialog box by right clicking the WebContent node (in the [Package Explorer ] window), selecting  New Other... Web JSP File and clicking  Next . Enter  guest as the jsp file name

Step 5: Add a JSP Page

In this step we will add the JSP that generates the guestbook HTML output: Open the [New JSP File] 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

ObjectDB 1.0 Manual

an ObjectDB database server. Chapter 9 - ObjectDB Explorer Explains how to view and manipulate database files in the database explorer . Prerequisite Knowledge A prior knowledge of database programming

[ODB1] Chapter 6 - Persistent Objects

the Database Explorer , as discussed in chapter 9 , or by the application: import com.objectdb

[ODB1] Chapter 8 - ObjectDB Server

itself grants the user permission to view the directory content (using the Explorer ). Additional permissions