ObjectDB Database Search

1-50 of 94 results

Database Doctor

The ObjectDB Doctor tool provides two related services: Diagnose and validate an ObjectDB database ... , the tool produces a detailed diagnostic report that lists all errors. Repair a corrupted ObjectDB ... Doctor tool is included in the objectdb.jar file. You can run the tool from the command line: $ java -cp

Database Transaction Replayer

tool can apply recorded database operations to a matching database backup, if available ... might be slow if the database is large. Replaying transactions The ObjectDB Replayer tool ... to it. The tool's main class is com.objectdb.Replayer . The required argument is the path to the database

ObjectDB - JPA Object Database for Java

Mapping (ORM) tools can reduce some manual work but cannot eliminate the extra processing time ... or NetBeans . Forget relational databases, JDBC, drivers, tables, records, ORM tools and mapping ... flexibility - same API for Relational and Object Databases. Better community support ( tools , IDEs, books

Suggest link to Maven example from Enhancer tool page

The maven plugin example here is incomplete:  https://www.objectdb.com/java/jpa/ tool /enhancer#Maven_and_ANT_Enhancement_ Taken literally it can't work because it's missing this:                             org.codehaus.mojo

Is there an administration tool with which I could create extra indexes?

Hello, I have composite index, and it was working fine, but now I need to add more features to the software and I need to throw more indexes in there. I wanted to know what's the best way to do this. 1. Have some admin tool CREATE INDEX..... ON a.b or 2. add more @Index to the object entities. in

any plan for monitoring tool ?

any plan for monitoring tool ?

ObjectDB Enhancer Tool in Java 9

ObjectDB Enhancer Tool in Java 9

Database Management Settings

replayed by using the ObjectDB Replayer tool . Recording provides an alternative to recovery ... to automatically repair a database that was not closed properly by running the Replayer tool

Can I use ObjectDB to access a relational database?

To access relational databases using the Java Persistence API (JPA) you will need an Object Relational Mapping (ORM) tool , such as Hibernate, TopLink, EclipseLink, Open JPA or DataNucleus ... standalone Object Database Management System (ODBMS) and not an ORM tool , so it is not intended and cannot be used to access other database management systems.

Is ObjectDB better than competing object databases?

, supporting community, forums, IDEs support, tools , books, tutorials and sample code. ObjectDB

JPA Class Enhancer

The ObjectDB Enhancer is a post-compilation tool that improves performance by modifying the bytecode of compiled classes. Enhancement applies mainly to user-defined persistable classes ( entity classes , embeddable classes , and mapped superclasses ) and is usually optional

What is the Java Persistence API (JPA)?

. These implementations are Object Relational Mapping (ORM) tools . The mapping bridges between the data

What are the main benefits of using ObjectDB?

processes JPQL (JPA Query Language) and JDOQL (JDO Query Language) queries directly, where ORM tools first

Is ObjectDB better than Object Relational Mapping (ORM)?

As noted above, using ObjectDB instead of a relational database and ORM combination is easier and leads to better performance. ORM tools , however, are very useful where the use of a relational database is mandatory (e.g. as a result of a customer request or when a new application

What's next?

two chapters cover tools and settings that are specific to ObjectDB:

ObjectDB 2.9 Developer's Guide

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

[ODB1] Chapter 9 - ObjectDB Explorer

ObjectDB Explorer is a visual tool for managing ObjectDB databases. You can use the Explorer ... file automatically. You can change this behavior in " Tools | Options | General". Opening a Remote ... the approach of traditional visual database tools . Every row in the table represents a single object

[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

Fantom

.Method.callOn (Method.java:139) fanx. tools .Fan.callMain (Fan.java:175) fanx. tools .Fan.executeType (Fan.java:140) fanx. tools .Fan.execute (Fan.java:41) fanx. tools .Fan.run (Fan.java:298) fanx. tools .Fan.main ... $MethodFunc.callOn (Method.java:230) fan.sys.Method.callOn (Method.java:139) fanx. tools .Fan.callMain

How to disable use of graphic windows by objectDB

/java -server -Xms16M -Xmx256M -cp /opt/java- tools /objectdb-2.3.0_04/bin/objectdb.jar:/usr/java/jdk/lib/ tools .jar:/usr/java/jdk/lib/dt.jar:. -Dobjectdb.home=/home/javauser/objectdb-database com.objectdb ... ;    0:00 /usr/java/jdk/bin/java -server -Xms16M -Xmx256M -cp /opt/java- tools /objectdb-2

explorer NullPointerException

database’,'new directory','cut','copy' ... if I click ' tools ---options' before open database ... [ Tools Options] dialog box when no database is open. A fix will be available soon in ... trace that you posted is caused on an attempt to open the [ Tools Options] dialog box

DB reading fails in debug mode in Eclipse

.package. Tool .deepCopy( Tool .java:1597) ... 20 more Caused by: com.objectdb.o.UserException: Failed ... .keySet(Unknown Source) at my.example.package. Tool .deepCopy( Tool .java:1597)   Could u please advice

Report Generation with BIRT and JPA

This tutorial demonstrates how to create reports based on data in an ObjectDB database using the popular open source Business Intelligence and Reporting Tools (BIRT). In order to keep things as simple as possible - we will use the basic  points.odb ObjectDB database file from the Getting

Path in tomcat

deploy tool by the .war file. However, if I put objectdb into the project's /WEB-INF/, I may lost the db when I use Undeploy tool . TIA gzdillon Lai Yang If I put the .jar into /opt/Tomcat/lib ... ", it will increase the size of war file, and will destroy the DB under db-files with tomcat undepoly tool

Exporting the data out of the ObjectDB

. support Support Thank you so there is no out of box tool that is available, i will essentially ... them to relational store ? Thank you. Sandeep Sandeep Dhamale No out of the box tool available now

NoSuchFieldError: __odbTracker on NetBeans 7.3 + JBoss 7.1.1

the code as it is written here  https://www.objectdb.com/java/jpa/ tool /enhancer ... as it is written here http://www.objectdb.com/java/jpa/ tool /enhancer#Enhancement_API

multiple different applications access one odb file

on how can we fit objectdb for BI tools (BIRT is not an option, it will have to be an enterprise tool ). thanks peric

AttachNotSupportedException

(?) but an exception is logged: " java.lang.NoClassDefFoundError: com/sun/ tools /attach/AttachNotSupportedException " (see attachment to this thread). I also added C:\Java\jdk8\lib\ tools .jar

java.lang.NullPointerException when using ORDER BY

printed by your DB explorer tool when running the query:   [ObjectDB 2.5.4_03] Unexpected ... with the Doctor tool and it did not help. We also deleted the DB file and re-created the DB from scratch

Data migration from SQLServer to ObjectDB

Hi, could someone recommend a good tool to use for data migration from SQLServer to ObjectDB. irene05 irene lan Unfortunately there is currently no such automatic tool . Using a JPA ORM library (e.g. Hibernate or EclipseLink) you can write your own conversion program that retrieves data from

How to check if the classes were enhanced correctly with valid OEM license?

Hello, is there a way/ tool how to check whether build classes were enhanced with valid OEM license? Scenario: 1) Build and enhance Java application with some Object DB license key. 2) Pick particular JAR containing enhanced classes from the build above. 3) Run some tool against picked JAR

Entity object parameter in Explorer parameter

program. A database needs to have a tool for that. Thanks. Pablo Berra Pablo Berra You are right ... tool  would be a great addition. Is there any plan about that? Regards, Pablo. Pablo Berra Pablo

com.objectdb.o.NLV cannot be cast to com.objectdb.o.CMV

Here is the stack trace when using your DB explorer tool to run the query:   [ObjectDB 2.5.4_03 ... for mapFormCli. We tried fixing the indices with the Doctor tool and it did not help. Then we deleted the DB

Doctor - high memory usage

should be a problem. The Doctor tool has been tested successfully with databases of up to 10GB, so I think ... . But since it is a background tool (integrity check can be done on a backup copy generated by the online

ObjectDB JDBC to Object compiler

.persist(obj);   Or you can make a tool for that. kadirbasol Kadir BASOL Probably an easier way

What are the steps of creating small web app?

, SQLite, JavaDB, BIRT/ Jasper reporting. Tools : Eclipse, Netbeanse, SVN, Git repositories, SQLyog

Evaluation License

return for this help. Possible help includes developing open source tools , writing (tutorials

Sync ObjectDB and MySQL

Is there a listener or program that can be used to sync across data from/to MySQL and ObjectDB so that I can use ObjectDB for development and then just make sure MySQL always has the same data? ThreaT Ashton Hogan There are plans to implement such a tool . You may subscribe to this feature request

Data portability

Hi, I've never used an OODB, I'm looking for a starting point but a recurrent concern is the Data Portability one. More clear: what options / strategies do I have to export / move my data to another   tool , if there is a need to? One key point of Ojectdb (as far as I had read) is Code

Memory leak

ObjectDB version. We took Heap dump and MemoryAnalyzer Tool tells that the 17 instances of class com

Full-Text Searching

of ObjectDB to complete full text support, as provided by separate tools such as Apache Luncene

Join performance in Objectdb

.lang.Long: 161143 Time : 10.359000 JPQL The command tool is from the book of Mike Keith. Obviously

[ODB1] Chapter 6 - Persistent Objects

always an option. Database Garbage Collector The database garbage collector is a tool that scans an ObjectDB

ObjectDB 1.0 Manual

two chapters are dedicated to ObjectDB's tools : Chapter 8 - ObjectDB Server Explains how to manage

[ODB1] Chapter 2 - A Quick Tour

explicitly, and a special tool , the JDO enhancer , adds the implementation automatically. The Person

[ODB1] Chapter 3 - Persistent Classes

. 3.3  JDO Enhancement The ObjectDB JDO Enhancer is a post compilation tool that modifies

Best practise loading big data

repeated the test run after enhancing all classes. First observation: With not enhanced classes the tool ... is about 270 MB. How can I provide it? btc_es BTC EmbeddedSystems With not enhanced classes the tool needs

No Entity Class API

. For example, a tool that finds and replaces strings in the database should be generic ... to use. Your suggestion would be much more useful: "a tool that finds and replaces strings in

JDBC Driver for ObjectDB

A JDBC driver for ObjectDB can be useful in various scenarios, and particularly for using ObjectDB with reporting and BI  tools (other than BIRT ). Requests for JDBC driver were discussed in various threads on ObjectDB forum: https://www.objectdb.com/forum/526 https://www.objectdb.com/forum

Why does ObjectDB duplicate classes from javax.jdo:jdo-api?

, and obviously conflicts with modern methods and tools . To solve the conflict with JPA, two different jar files