ObjectDB ObjectDB

Internal Website Search

131-140 of 200 resultsRefresh
8

Database absolute filepath

Is there a line of code that can be used to print out my databases absolute path? I have set it as ... ().get("objectdb.connection.path")); EntityManager em = emf.createEntityManager ... ().get("objectdb.connection.path")); em.close(); emf.close(); } } support Support
8

How to open a running db in ObjectDB Explorer?

to your objectdb.conf file: <server>   <connection port="6136" max="0" />   <data path ... " /> <data path="$objectdb/db" /> <embedded-server enabled="true"/> </server> It is the same as ... it should use ??? junior Lekane Nimpa, Junior See this manual page regarding the configuration file path
8

ObjectDB Enhancer Tool in Java 9

=ObjectDb.conf --module-path com.objectdb.jar --module com.objectdb/com.objectdb.Enhancer Command ... --class-path objectdb.jar;MyDir com.objectdb.Enhancer com.mystuff.* Command output: [ObjectDB 2.7.1 ... path (and proven with --list-modules option). CBE CBE Please see this update regarding support
8

Exception when dataset bigger than treshold

than treshold set in objectdb.conf. <objectdb> <general> <temp path="$temp ... " /> <log path="$objectdb/log/" max="8mb" stdout="false" stderr="false" /> <log-archive path="$objectdb/log/archive/" retain="90" /> <logger name="query.manager" level
8

Replication error - parsing objectdb config

="100" /> <data path="$objectdb/db-files" /> <replication url="objectdb://localhost:6126/DEV1 ... looks as follows: <server> <connection port="6138" max="100" /> <data path="$objectdb/db ... : <recording enabled="true" sync="false" path="." mode="write" /> Logs from the master and slave
8

JPA does not seem to be db agnostic

(Friendship.class); Root<Friendship> root = query.from(Friendship.class); Path<String> path = root.<String>get("username"); query.where(criteriaBuilder.equal(path, username
8

JBoss 7 startup fails

antiJARLocking="true" path="/Guestbook"/> persistence.xml <persistence version="2.0" xsi:schemaLocation="http ... production environments was not found on the java.library.path: /usr/local/jdk1.6.0_26/jre/lib/i386/server ... which allows optimal performance in production environments was not found on the java.library.path
8

Difficulty with the BIRT plugin

path attribute in the server configuration. The path of the server's objectdb.jar file. The path of your database file. support Support
6

InternalException & UserException using objectdb with Jboss AS 7.1.1 final

.0" name="com.objectdb"> <resources> <resource-root path="objectdb-jee.jar ... (the connection line is the absolute path to the database) <property name="javax.persistence.jdbc.url
1

Weird issue with variable naming

of the path it turns out the variable naming goes wrong ($1 is twice). Comment this line from.get("name ... for us because we need to full path string for query replacing stuff later on as well as this happens during debugging because when you check the value of a path (which calls toString()), your whole query

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