Internal Website Search

1-50 of 125 results

Chapter 5 - Database Tools and Utilities

This chapter explains how to use the following ObjectDB tools and utilities:

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 Explorer

ObjectDB Database Explorer is a visual GUI tool for managing ObjectDB databases. It can be used ... follows the approach of traditional visual database tools . Every row in the table represents ... for easier future access - first select it in a viewer window and then select the Tools Bookmark

Database Transaction Replayer

. Recording is enabled by default and can be disabled in the configuration . The ObjectDB Replayer tool ... . Running the ObjectDB Replayer The ObjectDB Replayer tool is bundled in the objectdb.jar file ... is not in the current directory a path to it has to be specified. The tool's main class is com

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

Database Doctor

The ObjectDB Doctor tool provides two related services: Diagnosis and validation of an ObjectDB ... on. Running ObjectDB Doctor Diagnosis The ObjectDB Doctor tool is bundled in the objectdb.jar file ... is not in the current directory a path to it has to be specified. The tool main class is com.objectdb

Database Management Settings

tool . Recording provides an alternative (which is sometimes more efficient) to recovery ... a database that has not been closed properly by running the Replayer tool . Recording might also be useful

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.

Database Server

ObjectDB Server is a tool that manages ObjectDB databases in a separate dedicated process, making these databases accessible to client applications in other processes including ones on other remote ... Server tool is bundled in the objectdb.jar file. You can run it from the command line as follows: java

Is ObjectDB better than competing object databases?

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

JPA Class Enhancer

ObjectDB Enhancer is a post compilation tool that improves performance by modifying the byte code of compiled classes after compilation. Enhancement is mainly for 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?

describing some tools and settings that are specific to ObjectDB:

ObjectDB 2.9 Developer's Guide

;         Presents ObjectDB Tools : the Explorer

BIRT/ODA ObjectDB Driver

The ObjectDB BIRT/ODA driver is an extension of the open source Business Intelligence and Reporting Tools (BIRT) that adds support of ObjectDB as a data source and JPQL as a data set query language. For step by step instructions on using BIRT with ObjectDB see the  Report Generation

SSL Configuration

utility: https://docs.oracle.com/javase/6/docs/technotes/ tools /solaris/keytool.html Using

[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

Java 9 support

You asked for feedback ... With the help of a tool I wrote, and some manual manipulation, I ... Tool in Java 9 ). CBE CBE Great news. Thank you for the update. If you can provide more details ... and how they all work and access each other and ... yikes! So my tool takes the approach of trying to detect

[ODB1] Chapter 9 - ObjectDB Explorer

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

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

migration path from JPA / Hibernate

Hi. Is there a conversion tool or documentation that is of help when migrating an existing JPA ... objects from Hibernate, detaches them and then persists them using ObjectDB. A tool ... . A tool that can automate this process will probably be available in the future. From this I conclude

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

Step 2: Create a Project and a Report

To use BIRT we need to create a BIRT Report project in Eclipse: Open the [New Project] dialog box, e.g. by using File New Project... Select Business Intelligence and Reporting Tools Report Project and click Next : Enter a project name and click Finish : Now we can create a first report in the new

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

[ODB1] Chapter 4 - JDO Metadata

demonstrated above. The Index Rebuilder Tool Setting indexes for a new class that does not have persistent ... Rebuilder tool on the database (in order to collect index information for the existing class

[ODB1] Chapter 1 - About ObjectDB

with every ObjectDB product, is a sophisticated tool that enables browsing, querying, editing and the construction ... do not have a visual browsing tool at all, or have a very limited one. Keep in mind that database

[ODB1] Chapter 6 - Persistent Objects

them is not always an option. Database Garbage Collector The database garbage collector is a tool

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

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

[ODB1] Chapter 3 - Persistent Classes

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

Which API should I use - JPA or JDO?

and extends the availability of experienced developers, forums, IDEs support, tools , books

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

javax.jdo.spi.PersistenceCapable

might be generated from a tool directly. The exact technique for generating the extra methods is not