ObjectDB ObjectDB

Internal Website Search

91-100 of 200 resultsRefresh
46

Eclipse plugin problem (using ObjectDB as a separate bundle)

above - the latest in the 2.2.8.01 release of objectDb. However I still get this error. Here is my scenario ... the TherapeauticDrugScreenRqst data to ObjectDB. For my first attempt at persistence, everything is persisted as expected - I used ObjectDB explorer to view my data. Now, any other attempt to persist
45

Replication error - parsing objectdb config

="100" /> <data path="$objectdb/db-files" /> <replication url="objectdb://localhost:6126/DEV1 ... with the exception below. Is there something wrong with my config? Caused by: com.objectdb.o.UserException: Failed to validate xml file T:\felix_grid_services\ext\objectdb\2-2-1\objectdb.conf line 38: cvc-complex
45

ObjectDB without javax.persistence

envoirement. We tried to use the objectdb-jee.jar instead of objectdb.jar. And a separate bundle for javax.persistence that only contains the Java Persistence API. So that the ObjectDB PersistenceProvider get visible for the JavaPersistenceAPI, we have registered the ObjectDB as Buddy. But now
45

Setting temp directory location in ObjectDB

HI, I am using ObjectDB and would to change the temp directory location wihtout using objectDB.conf ... .PersistenceManagerFactoryClass","com.objectdb.jdo.PMF"); properties.setProperty("javax.jdo.option ... .class.getClassLoader()); I read in the ObjectDB website that we can change the temp directory using
9

JPA Entity Fields

of one of the supported persistable types. ObjectDB supports persistent fields with any declared static ... while the other annotations above are required when applicable. ObjectDB, however, does not enforce using any ... may optionally be marked with the @Embedded annotation, requiring ObjectDB to verify that the type
9

Server Configuration

The <server> configuration element specifies settings for running an ObjectDB Server. The server ... : <server> <connection port="6136" max="0" /> <data path="$objectdb/db-files" />   <!--   <replication url="objectdb://localhost/my.odb;user=admin;password=admin" />   --> </server
9

JPA Persistable Types

. ObjectDB supports all the JPA persistable types, which are: User defined classes - Entity classes ... no-arg constructor. cannot be final and cannot have final methods or final instance variables. ObjectDB ... . In most cases ObjectDB can overcome a missing no-arg constructor. Aside from these constraints
9

SSL Configuration

="$objectdb/ssl/server-kstore" password="pwd" /> <client-truststore path="$objectdb/ssl/client-tstore ... when accessing remote ObjectDB databases over an insecure network such as the Internet. SSL Keystore ... on the server machine. Setting the Configuration <ssl enabled="true"> <server-keystore path="$objectdb
9

com.objectdb.o.InternalException: java.lang.ArrayIndexOutOfBoundsException: null

Exception in thread "main" [ObjectDB 2.6.1] Unexpected exception (Error 990) Generated by Java ... .objectdb.com/database/issue/new com.objectdb.o.InternalException: java.lang.ArrayIndexOutOfBoundsException ... .objectdb.o.SEM.c(SEM.java:77) at com.objectdb.o.SEC.g(SEC.java:196) at com.objectdb.o.SEC.c(SEC.java
9

ObjectDB can't be activated

Hello, we are trying to activate objectdb on a virutalized debian 7 server, but do not have any success. Steps we made to activate the server: unziped version 2.5.5_05 to /tmp/ cd /tmp/objectdb-2.5.5_05/ java -cp bin/objectdb.jar com.objectdb.Activator entered activation key at correct position in

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