ObjectDB Database Search

51-100 of 200 results

Trouble viewing db in Explorer.

I am having trouble with the Explorer .  I can open the db just fine. I can open a few simple extents and view/navigate fine also.  The problem occurs when I view the more complex extents. The Explorer will not repaint the right pane.  I drag off screen to force repaint and get(right

Refresh Explorer

Feature requests: 1) shortcut key for Explorer data refresh 2) ability to set 'auto-refresh' for explorer when run in client-server mode. ie: current view will refresh every n seconds. Thanks David   dmoshal David Moshal A new Refresh toolbar button and an accelerator key (Ctrl+R) were added in build 2.5.6_04. support Support

Bad Backups – Null Error when issuing simple query on backup via ObjectDB Explorer

I have attempted to access two different backups that were taken by ObjectDB’s internal backup API.  Upon attempting to access both of the databases via ODB Explorer (via server mode) I receive ... specific backups? Are other similar backups OK? Does it happen only in the Explorer or

ObjectDB Explorer very slow with remote con

Hi! I started to use ObjectDB Explorer to administrate a remote DB (on a server), but it seems to be very slow. The database is quite empty now, just between 5-20 records / entity ... remotely to see, if you provide connection details. support Support It sees that it wasn't Explorer's fault

Feature request - ability to refresh an open database view in explorer

The ability to refresh view in explorer automatically. Fine if this is read-only. Extra points if you can do this with local databases as well as remote. dmoshal David Moshal ie: "Real-time" auto refreshing explorer views. dmoshal David Moshal alternatively, clicking on a class name gets

Where do i download the explorer from

Hi, Where do i download the explorer from? I dont see any link. Please guide. Ravi ravionweb Ravi It is included in the zip file that can be downloaded from the download page  (with the entire ObjectDB distribution) in the bin directory. support Support

Error opening database with ObjectDB Explorer when using composite key

Hi, When I use a composite key in an entity and fill this database with this entity, ObjectDB explorer throws me an error when opening this database saying something about an invalid ID class and not able to locate a field. I can however retrieve entries from my program. An example program

ObjectDB Explorer Refresh Button

Could this be implemented so that newly added/removed/updated data can be shown in the explorer by refreshing its contents? ThreaT Ashton Hogan A new Refresh toolbar button and an accelerator key (Ctrl+R) were added in build 2.5.6_04. support Support

Allow removal of entity class from ObjectDB & Explorer

Hi. It would be very useful to be able to delete an entire entity class from ObjectDB, but especially from Explorer . This is very useful for everyone, but also for clients that don't own a license ... .8.2 adds support of deleting classes in the Explorer . An obsolete class can be selected in

Embed Explorer into IntelliJ

Hi , your explorer jar is old java swing thats fast and compatible with intellij plugins. Its too easy to embed your explorer into Intellij or Android Studio  Here what i have asked for : https://chatgpt.com/share/68ca9770-4df4-8001-85b8-c90596cc804d kadirbasol Kadir BASOL Thank

Blank explorer

Objectdb version: 2.6.9_06 OSX Sierra: 10.12.1 (16B2555) java version "1.8.0_66" Java(TM) SE Runtime Environment (build 1.8.0_66-b17) Java HotSpot(TM) 64-Bit Server VM (build 25.66-b17, mixed mode) --------------------------------- running ./ explorer .sh results in a blank Explorer window

Explorer Features - refresh + viewing open embedded database

Request for feature: Ability to auto-refresh an explorer view, say at regular intervals of a few seconds. (at a minimum one ought to be able to manually refresh, for example the list of persistent types). additionally, it would be useful to be able to view an embedded database (read only mode) via the explorer . dmoshal David Moshal

Deleting a broken reference that was fixed to null in the Explorer

Using version 2.7.4_01, we did a repair. After repair a former link to a missing reference was converted to null. This cannot be deleted using explorer   hgzwicker Hans-Georg Zwicker Thank you for this report. Build 2.7.4_02 fixes the issue. support Support

Hard it is to add a record with explorer

This shows how hard it is to add a record with explorer .  When you add it, you have to find it in the list, if the list is real big you're in trouble., and since new object has no IDs you can't really search for it easily.  Should pop up a window to let you add values before adding

Object creation in the Explorer requires automatically set primary keys

The feature of creating new objects in the Explorer is currently supported only for entity classes that have primary keys that are set automatically. support Support

Abiity to save queries in Explorer

Abiity to save queries in Explorer

AttachNotSupportedException

the database in the Explorer ? Can you post a sample database that demonstrates the problem? support Support ... . Also when we open a database from Explorer . An example db is in the attachment to this post ... we are using 'server-b.exe' and also ' explorer -b.exe' instead of 'server.exe' and ' explorer .exe

Unable to persist TreeMap

If you open the database in the Explorer you will see that now the Id of the Person instance is #2. Id #1 ... . When something doesn't work, try to check the reasons in the debugger, the Explorer , etc. If the reason ... It has been the ObjectDB Explorer that I've primarily been looking at, and where there might be a bug. Making

Add class to objectdb ?

Hello , i've made blank db project and opened with explorer .jar How can i add class file then push objects manually by explorer .jar   It only gave me blank : http://img543.imageshack.us/img543 ... Currently to add new classes in the explorer you will have to use a workaround: Run the Explorer

after upgrade to 2.9.0 database destroys, urgent issue at our most important customer, production shutdown

the explorer . The explorer just opens the database file without any checking that this is be used by ... but there are permanent errors and we have to shut down again and again. The conflict with the explorer ... ; hgzpincher Hans-Georg Zwicker Regarding using the explorer in embedded mode, have you enabled embedded

Changing existing objects from Entity to Embedded

got stored in DB. However since this change I can not open the DB file in Explorer . I ... . Explorer $1.run( Explorer .java:57) at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:311 ... . And again the app was working fine, but on opening the DB file in Explorer I got

Corrupted Database or error in ObjectDBExplorer?

Hello, we have problems when we open our Database file with the ObjectDB- Explorer (2.6.8_b8). Can you analyze the problem and tell us if its a problem of the explorer or a real problem in ... .RequirementBasedTestCaseImpl  (its the 9th entity)   If we execute queries in the explorer we observed

Performance problem

part, when running a query from ObjectDB explorer CPU utilization is minimal ie. 1% Running a query from ObjectDB explorer on complete database which has 12000 records takes 30ms which we think is very good ... database on the production server from the Explorer . The production database on the production server

Problem with 'where' and date()

Hi, Today I was playing with some date-range queries in explorer and found a small problem ... . There is no such problem in code because we can set Date() object as parameter. However this is hard in explorer ... with dates in the Explorer by using date literals . For example: SELECT o FROM TestObject o WHERE o.date {d

ObjectDB version 2.3 has been released

to edit databases in the Explorer ( issue #2 ). Added the ability to execute queries in the Explorer (issue #3 ). Other small Explorer improvements. Added support of IN operator in JPQL queries. Added ... Thanks!!! New explorer looks cool. Great work! lwalkowski Lukasz Walkowski Thanks. 

Running doctor.jar with entity classes in classhpath

instances of these entities to database through explorer . I tried to run com.objectdb.Doctor ... explorer ). Could it be possible to add that kind of feature in next relase ?   I run doctor by ... a workaround, you can follow these 2 steps: Run the Explorer with the new class in the classpath:  

possible index required for improving query performance

run this query in Explorer with a non-null parameter. If I run it with null, I can see in Explorer ... Natalia Levine You should be able to use object parameters in the Explorer , as explained in ... a comma separated list of elements. It will be easier to explore this if the query can be run in

Database connection url

I'd like to run a database called db1.odb on port 6136, and simultaneously open it in the explorer ... sure about the connection url for the code, and for the explorer . I tried this: Transactor.emf ... .odb created under db-files/ nor can I connect to it from explorer . So, how does one set up odb as

DB Doctor sets type to "unknown" for new fields

. If you run in DB Explorer select r.emergency from RecordingMetaData as r you will notice that the type (RSL ... an Explorer behavior of specifying null results as Unknown type, even when static field type ... well as when you view RecordingMetaData objects in the Explorer . support Support Thank you for checking

Some details about db behavior

that I'm not sure I understand. 1. In ObjectDB explorer I see Both B and A Entity classes available in ... of that information? 2. In explorer in every column where a complex type is represented in json like manner i ... see that other fields are initialized (which means explorer is showing not right information).  3. Suppose

SSL cannot connect from client StackOverflow error

the Client, when SSL is enabled. I can connect from Explorer , when "Use SSL" is checked, isn't there some ... .objectdb.o.CST.o(CST.java:150) thamal Tomas Hamal I can connect from Explorer , when "Use SSL" is checked, isn't there some option, which I missed on java client side? When "Use SSL" is enabled, the Explorer

Missing Data on Retrieval (0, null values)

should be the same as the tables in (ObjectDB) Explorer .               harald77 ... available you will still get an object that you can explore using reflection. The main idea of an object ... : "you will still get an object that you can explore using reflection." That i thought,  

General Performance Issues Illustrated with a Specific Method

the Explorer )? support Support I don't think you even bothered to even read my pos before replying. In ... the Explorer schema tab). You should also run this query with logging enabled in the configuration ... of Health Sri Lanka Please find the debug log related to the query. Hope you will attempt to explore

Database corrupted after schema change

, but still the instances of TC become corrupted. It is visible also in the DB Explorer that the values ... , for example, using the Explorer , and see if you still see the issue. support Support Version 2.8.5 ... you for the update. It seems that to explore this issue further we will need a test case that demonstrates a failed schema upgrade.   support Support

EntityManager getMetamodel() causes crash

) at com.objectdb.o.HND.run(HND.java:134) at java.lang.Thread.run(Thread.java:748) Explorer still shows ... () registers them with ObjectDB. Check the class list of the database in the Explorer . support ... ;    It's just the one class.  I have also attached the explorer image, ODBEntity.png

Is there any GUI for creating/editing entity?

;   TIA :) pikotenta pikotenta Some Explorer features that were available in ObjectDB 1.0 ... the ability to edit database files in the Explorer . These features are expected to be enabled again soon ... to this feature request . Update: ObjectDB 2.3 Explorer adds support of editing database content. support Support

Compare old and new schema

to the new one. However, you can open the old database in the Explorer (without entity classes in ... migration takes place correctly. Could you tell me how the explorer gathers the information ... without entity classes in the classpath but the metamodel is empty. How does your explorer get to metamodel

ClassCastException on SELECT NEW ... after UPDATE over Java RMI

your DB Explorer tool when trying the same, or similar, SELECT NEW ... query: Exception in thread "AWT ... the application and with DB Explorer . 2. Then we run the following update query from the remote ... with SELECT NEW ... queries after this update both in the application and with DB Explorer . As

@MappedSuperclass and @Transient not working as I expected

is that there is a table for the superclass.  When I try to examine it in ObjectDB Explorer ... . Regarding the transient field - it is not stored in the database and the Explorer merely shows default values. See also this related forum thread . ObjectDB 2.3 will be released with a new Explorer

Undeploying Glassfish web application does not disconnect from ObjectDB

ObjectDB as JPA provider, then undeploy, I can't access the database file in the ObjectDB explorer , the explorer claims the database file is being accessed by another process. If I restart Glassfish I can open the database file in the ObjectDB explorer ok. webel Dr Darren Kelly Are you using

Get list of database files

on an ObjectDB server. The ObjectDB explorer has such a feature (File-Open C/S Connection-Browse ... the Explorer : import java.io.File; import com.objectdb.Utilities;     ...    ... , password, false); This will return the root directory, which then can be explored further using

Enhancement of type is old and cannot be used

Explorer , I can see those non-existing classes from the log listed as Entities, but they have 0 ...  ? jakab Gergely Jakab You can delete old classes using the  Explorer of version 2.8.3_05 ... deleted some of the deprecated classes through the DB Explorer and then I got the following exception

mappedSuperClass and subClass Duplicates

When I subclass a mappedSuperClass, a table for both appears in the Explorer . Am I correct ... ... billdotnet Bill The super class is shown in the Explorer to enable viewing its schema and to enable opening ... However, it appears that the super classes in the explorer count toward the ten (10) table limit for the free

Entity name

EBResult extends Pojo implements Serializable{..... In ObjectDB- explorer (which is part of ObjectDB ... . In the explorer the data is organized by classes and class names are displayed, but you are right, the alias names should also be shown and this should be added in future versions of the Explorer . support Support

combined index not used

-Georg Zwicker Running the query on the sample database that you sent in the Explorer shows ... the query or in ObjectDB. The Explorer includes changes that can help in examining different query ... running the query several times in the Explorer with the position hint: 1, 2, 3, 4, 5 as explained

Slow query due to scanning multiple indexes

get Explorer to launch using the provided script: ~/Downloads/objectdb-2.9.5/bin $ ./ explorer .sh Exception in ... .objectdb. Explorer $1.run( Explorer .java:57) at java.desktop/java.awt.event.InvocationEvent.dispatch ... . See these forum threads . Regarding the Explorer issue, you can create a new separate thread to discuss

ObjectDB 2.8.4

an Explorer bug in presenting composite IDs. Fixed a bug in using date and time query parameters in the Explorer ( issue #2587 ). Fixed a bug in using local dates with BETWEEN in queries ( issue #2583 ... the process of creating objects in the Explorer ( feature request #2602 ). Fixed a performance issue in

References to objects of missing obsolete entity classes

? The objectdb explorer does not show any objects of the given class in the database. The class ... of deleting classes using the Explorer , so it may be related. We cannot reproduce the exceptions ... this feature of deleting classes in the Explorer ? Was  com.btc.ep.vector.tc.internal.dmos.Identifiable

ObjectDB 2.3.0

Added the ability to edit databases in the Explorer ( issue #2 ). Added the ability to execute queries in the Explorer (issue #3 ). Other small Explorer improvements. Added support of IN operator in JPQL queries. Added support of ";drop" database url parameter. Adjusted the Enhancer to the new

Internal objectdb exception when using different language on a machine

that you submitted indicates that this is probably an ObjectDB bug. However, to explore ... . If you can confirm that this is the case (i.e. an enhanced super class and a non enhanced subclass) we should explore ... solutions? Is it possible to reproduce the exception by a query in the Explorer ? support Support