ObjectDB Database Search

1-50 of 74 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

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

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

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

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:

[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

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

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

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

Catching exceptions from online backup

: this.a().a(" tool ").f(var3); throw new InternalException(var4); But this catch block is not reached as the exception

Replicated cluster recovery

If I create a replicated database cluster as per http://www.objectdb.com/java/jpa/ tool /replication what is the behaviour of the master database after a failure? For example, say I have MasterDB and SlaveDB in the cluster. If MasterDB goes offline the application will automatically switch

com.objectdb.o.InternalException: java.lang.NoClassDefFoundError: java/sql/Date

, version of ObjectDB, other used tools , code, step by step instructions), we may be able

UPDATE query to set a new field after schema change

I've added a new property/field to one of my objects and want to set the value of this (boolean) property to false for all existing entities in the DB. I tried to execute an update statement with the Explorer tool . The statement ends and tells me that 1000 entities have been updated. I then save

Many connections possible? and will it makes problem in future?

dedicated load balancing tools . ObjectDB doesn't limit the maximum number of allowed concurrent

Compare old and new schema

? Thanks, farid oudjanef Farid Oudjane Currently there is no automatic tool to compare the old schema

NullPointerException in ENH.g(ENH.java:401)

the objectdb doctor tool but the issue remains (I analysed and repaired). The entity which fails

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

New Tutorial: Using BIRT with ObjectDB/JPA

Version 2.2.7 of ObjectDB added support of report generation using the popular open source Business Intelligence and Reporting Tools (BIRT). The new  Report Generation with BIRT and JPA  tutorial provides step by step instructions on how to use BIRT to produce reports based on data

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

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

ObjectDB 2.8.9_03

Improved throwing exceptions from  tool threads.

ObjectDB 2.3.1

Added support for using ObjectDB with JBoss AS 7.0 . Sample databases (world.odb, points.odb) included in ObjectDB distribution. New default Explorer colors (apply with Tools Options Fonts Reset All). New menu for accessing local databases (in $objectdb/db ) in the Explorer. Improved