ObjectDB ObjectDB

Internal Website Search

121-130 of 200 resultsRefresh
9

unable to update table in slave server database

" /> <recovery enabled="true" sync="true" path="." max="128mb" /> <recording enabled="true" sync="true" path="." mode="write" /> <locking version-check="true" /> <processing cache="64mb" max-threads="10 ... of the master and the slave database. As slave database is storing data in replication path
9

ODB tries to create log files inside its own jar on Win7

plugins so it seems to be related to packaging. Configuration and logging paths are by default ... :) - the result could be a failure to handle these paths. Setting ObjectDB Home ($objectdb) explicitly ... to the build path as an external jar, and wrote this one-class program: package test; import javax
9

How to configure where the ODB is stored?

You may specify any file path (e.g. an absolute path "C:\data\my.odb"). The $objectdb prefix refers ... "); but i find log folder in the path defined for objectdb.home but the .odb file is under tomcat bin directory luca.camerini Luca If you specify a database file name with no path then the current
9

Pre-detach loading: retrieval by navigation not working in if statement

.code.output=<path-on-your-disk> support Support Thanks for your continued feedback on this issue ... (on your web application) in order to write enhanced classes to files: -Dobjectdb.code.output=<path ... project run config for deployment to Glassfish4.1: I tried both relative and absolute paths
8

Bug when posting threads with Firefox 34.0.5

('about',this.path+'dialogs/about.js');}});(function(){var m='a11yhelp',n='a11yHelp';j.add(m ... =p.availableLangs[q]?q:'en';a.scriptLoader.load(a.getUrl(p.path+'lang/'+q+'.js'),function(){e.extend ... });a.dialog.add(n,this.path+'dialogs/a11yhelp.js');}});})();j.add('basicstyles',{requires:['styles
8

Objectdb recovery

outage). We are using following configuration: <recovery enabled="true" sync="false" path="." max="128mb"/> <recording enabled="false" sync="false" path="." mode="write"/> Is there any possibility ... ): <recovery enabled="true" sync="true" path="." max="128mb"/> This setting guarantees
8

problem with lazy loading - unittest project attached

.BeanDefinitionStoreException: IOException parsing XML document from class path resource [test/LazyLoadingTests-context.xml]; nested exception is java.io.FileNotFoundException: class path resource [test ... Caused by: java.io.FileNotFoundException: class path resource [test/LazyLoadingTests-context.xml
8

Composite Index error 328

_01] javax.persistence.PersistenceException Invalid index path 'id' in type persistence.jpa.models ... .UserException: Invalid index path 'id' in type persistence.jpa.models.UsrlistEntity at com.objectdb.o.MSG ... more How to solve this issue ? eix128 Kadir BAŞOL > Invalid index path 'id' in type persistence.jpa
1

Alias not used in ORDER BY

Hi, I am doing something simple like final Root<T> from = criteria.from(T.class) final Path<?> path = from.get("someStringProperty") final Expression<String> upperPath = builder.upper((Expression<String>) path); upperPath.alias("TEST"); criteria.multiselect(from, path); criteria.orderBy
1

Compatibility Problems Upgrading from 2.6.9_04 to 2.7.6

to 2.7.6. The desired path was to upgrade the database servers to 2.7.6 first, followed by the code. I ... serialVersionUIDs and mismatched .odb$ write files. Is this a supported upgrade path? Thanks, Clinton CAPdev CAP Dev > the desired path was to upgrade the database servers to 2.7.6 first, followed by

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