ObjectDB ObjectDB

Internal Website Search

31-40 of 95 resultsRefresh
9

Detecting ObjectDB alive

server port and that won't be possible as long as the Objectdb Server is running. Is there a way ... and holding a port) is to test it periodically, e.g. by obtaining an EntityManager, making some operation
9

Replication error on slave restart

> <connection port="6136" max="100" /> <data path="$objectdb/db" /> </server> <users> <user username ... > <schema> </schema> <server>   <connection port="6136" max="100" />   <data path="$objectdb/db
9

Database connection url

I'd like to run a database called db1.odb on port 6136, and simultaneously open it in the explorer. I left the conf file set as: <server>     <connection port="6136" max="100" />     <data path="$objectdb/db-files" /> </server> However, I'm not sure about the connection url for the code
9

log problem

it, and therefore should produce 2 logging messages, e.g. [2014-02-07 13:00:00 #1 server] Server on port 6136 has stopped by 13584@odb [2014-02-07 13:00:01 #2 server] Server on port 6136 has started by 13584@odb support Support
9

Need disk usage and delete some old files

: File root = com.objectdb.Utilities.getServerFileSystem(     host, port, username, password, false ... .getServerFileSystem(     host, port, username, password, path, false); support Support what about backup
9

How to open a running db in ObjectDB Explorer?

to your objectdb.conf file: <server>   <connection port="6136" max="0" />   <data path ... the instructions. Here is how my configuration looks like: <server> <connection port="6136" max="0
9

Drop the entire database, Change the schema

I am trying to port and example app to ObjectDb. As part of the tests I drop the database and reload it with the new schema automatically between test cycles. Is there a simple way ... "); What do you think? Any other suggestions? support Support I was porting from Eclipselink ;-) As
9

Data portability

Martinez At the moment porting data from ObjectDB to another database requires writing a conversion ... porting is expected to be supported by the RDBMS-ObjectDB replication. support Support
9

JBoss 7 startup fails

.jboss.as] creating http management service using network interface (management) port (9990) 13:49 ... interface (management) port (9990) 11:53:34,029 WARN [org.jboss.as] No security realm defined for http
1

ObjectDB for .NET (C# / VB)

Work on porting ObjectDB to .NET has started. The new file format of ObjectDB 2 has been carefully designed to support multi platform in general and .NET specifically. The same database file ... on the progress of this porting to .NET ? When is the expected date of release and what sort

Getting Started

ObjectDB is very easy to use. Follow the Getting Started Tutorial and the Quick Tour manual chapter and in minutes you may be able to write and run first Java programs against ObjectDB.

Prior knowledge or experience in database programming (SQL, JDBC, ORM, JPA, etc.) is not required, but some background in using the Java language is essential.

Need Help?

  1. Search ObjectDB website
  2. Read the FAQ
  3. Follow the Tutorials
  4. View or post in the forum
  5. Search or file an issue
  6. Contact support