ObjectDB Database Search
1-50 of 200 resultsModifying 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.   | |
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 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 | |
Entity object parameter in Explorer parameter Hello, I cannot set an entity object in a parameter for a bulk update in the explorer query ... ; Pablo Berra Pablo Berra Support? Do I doing something wrong or does explorer not support an entity ... . Currently the explorer does not support an entity parameter in an update query. support Support Dear Sirs | |
ObjectDB Explorer don't show ManyToOne relations Hello support. we have a problem with the ObjectDB Explorer and @ManyToOne relations. We persist ... for the attribute then the ObjectDB Explorer shows NULL for the attribute although our unit test checks ... parent; } If we use the entity for the attribute then the ObjectDB Explorer shows the attribute | |
Difference performance in ObjectDB Explorer and in java project;ObjectDB Explorer are faster (about 5 ms) than queries in my project (~400 ms). Here is my JPQL ... something or it is a feature of explorer ? P.S. Two source files are attached. Konstantin Konstantin Queries are executed in the Explorer in a special lazy mode, which is faster in returning the results | |
explorer feature request: ability to auto refresh Request for feature: Ability to auto-refresh an explorer view, say at regular intervals ... ) via the explorer . dmoshal David Moshal Your feature requests were added to the issue tracking . ObjectDB 2.3 will support some of the features that were available in ObjectDB 1.x explorer | |
Table View for queries in the explorer ? ? Is there a more advanced version of the explorer anywhere ? Thanks Paul Newman pnewman Paul Newman You can run a query in the Explorer also by selecting [Window Open Table Window] from the menu ... are displayed using a table view. More advanced versions of the Explorer will be released in | |
Explorer and multi-thread When I use explorer .exe to browse the database in objectdb, eclipse tells me another app occupy ... the Explorer and view a database that is currently in use by anther process - you need the ability ... of the database in the Explorer while it is in use you will have to switch to client-server mode | |
How to run JPA query on Terminal instead of explorer.jar?? Because I am planning to run linux VM on Google compute Engine, I don't know whether is able to run Explorer .jar or not, if not able to run. What are the alternative way to explore database?  ... , you can still use the Explorer on your local computer and access databases remotely (assuming ports are not blocked | |
Delete class from DB - through Explorer Hi! I was looking for ways to delete a class (entity/embedded) from a database through Explorer ... . However, it only affects the list of classes in the Explorer , so you may just ignore the deleted class ... either through your API or through the DB Explorer application. Thanks data303 Mark Egloff | |
explorer fails to connect to embedded server since a while it is not more possible to connect to our running application with the explorer as ... Usually this error indicates using an Explorer version that is not compatible with the ObjectDB version ... ObjectDB version you still use an Explorer version of a previous ObjectDB version. support Support | |
Index Definition . The optional name attribute has no specific function but might appear in the ObjectDB Explorer and in log | |
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 | |
[Explorer] Running Tools The Explorer should support running ObjectDB tools (such as ObjectDB Server and ObjectDB Doctor) visually within the Explorer . This is one of the features that have been supported by the old Explorer of ObjectDB 1. It has been temporarily removed due to incompatibility with the new ObjectDB 2 code base. support Support | |
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 |