ObjectDB ObjectDB

Internal Website Search

181-190 of 200 resultsRefresh
6

@MappedSuperclass and @Transient not working as I expected

.persistence.Version; @MappedSuperclass public class DataObject { @Id @GeneratedValue protected int id; @Version protected long version; @Transient protected EntityManagerFactory emf ... + " version " + version);   EntityManager em = emf.createEntityManager();   em.getTransaction().begin
6

Saving custom list which implements java.util.List fails

will be used. Hopefully this would be good enough for your needs. support Support My old-version (2.4.7_08) After installing the new version(2.4.7_18): 1) my recent db-file, created with the old-version, has been copied to the local folder of the new version automatically 2) But I can't open the db-file
6

NPE when getting Persistence manager

there ODB version 2.8.3.b05 in embedded mode. java.lang.NullPointerException: Cannot invoke "com ... nothing special: ObjectDB Doctor [version 2.8.3_05] Copyright (c) 2021, ObjectDB Software ... classes (class files) to a version that works well with other databases and/or switch to the last
6

How to deploy an Objectdb project with Jboss AS 7?

.modules] JBoss Modules version 1.1.1.GA 04:56:01,336 INFO [org.jboss.msc] JBoss MSC version 1.0.2.GA ... INFO [org.xnio] XNIO Version 3.0.3.GA 04:56:02,040 INFO [org.jboss.as.server] JBAS015888 ... ] XNIO NIO Implementation Version 3.0.3.GA 04:56:02,056 INFO [org.jboss.remoting] JBoss Remoting
6

Out of memory

, heap size is set to 1536MB. Log files are empty. Database uptime was about 3 weeks. It's still version ... support Support I just upload compressed version on my account - file name is heapdump.hprof.bz2 ... " sync="false" path="." mode="write" /> <locking version-check="true
6

server.exe on 32bit and 64bit Windows

Windows 64 bit. support Support I just tried this new version but it doesnt work for me. I have Windows 64bit with JAVA as you can see below. The version objectdb-2.3.4_02.zip works fine, but the new ... -version java version "1.6.0_29" Java(TM) SE Runtime Environment (build 1.6.0_29-b11) Java HotSpot(TM
6

Problem to use find method on an abstract Class: AbstractMethodError is thrown

.jboss.modules] JBoss Modules version 1.1.1.GA 08:17:21,544 INFO [org.jboss.msc] JBoss MSC version ... :17:22,209 INFO [org.xnio] XNIO Version 3.0.3.GA 08:17:22,209 INFO [org.jboss.as.server ... .xnio.nio] XNIO NIO Implementation Version 3.0.3.GA 08:17:22,225 INFO [org.jboss.remoting] JBoss
6

Database corrupted after schema change

Doctor [version 2.8.3_05] Copyright (c) 2021, ObjectDB Software. All rights reserved. Scanning ... it ? jakab Gergely Jakab Since you are using version 2.8.3_05 it might be the critical schema bug (issue #2621) that was fixed in version 2.8.4. Please try to open the database (maybe the version before
1

log entry and massive performance issues

we are facing massive problems with our system using the latest version of objectdb: - around 2 ... use the latest version 2.7.4_02, with versions of 2.7.3 we never had these problems ... works well and 2.7.4_02 doesn't. Can you check version 2.7.4? Could you please provide more information
1

Adding objectdb-jee.jar to the maven repository

>         <groupId>com.objectdb</groupId>         <artifactId>objectdb</artifactId>         <version>2.6.2_02</version>     </dependency>     <dependency>         <groupId>org.eclipse.persistence</groupId>         <artifactId>javax.persistence</artifactId>         <version>2.1.0</version

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