ObjectDB ObjectDB

Internal Website Search

181-190 of 200 resultsRefresh
7

First query takes 4+ minutes to complete

Hi, we are evaluating ObjectDB 2.5.1_04 in embedded mode hoping to replace SQLite in ... that uses the DB in embedded mode. So we basically start the application and let is stabilise for about 60 ... . Do you have documentation on the best way to initialize ObjectDB in embedded mode? 3
7

Exception after update of indices of Entity class

may indicate an issue with an embedded class with no indexes or fields (which maybe had indexes before). Have you changed the indexes of an embedded class? support Support Hello, here are my classes ... .related"}) }) public class Event extends Entity {     @Embedded     private Recurrence
7

Should derived fields of an EmbeddedId be manually maintained by app code?

Success b) With DEMO_MODE set to DemoMode.NO_EMBEDDED_MAINTENANCE I get an exception; Purged ... .embeddedCompoundKeysSimplified.EContainer.main(EContainer.java:76) c) With DEMO_MODE set to DemoMode.ALL_EMBEDDED_MAINTENANCE I ... your test program is DemoMode.ALL_EMBEDDED_MAINTENANCE. The exception indicates a bug that following
7

ObjectDB Explorer Exposes Username and Password

How can I prevent my embedded database's username and password from being exposed by ObjectDB ... anyone from accessing my embedded database without knowing the username and password? billdotnet Bill Note that the username and password are for client-server mode. In embedded mode databases are accessible with no username and password. support Support
7

How to develop for a server license

, etc. you may consider upgrading to a site licence. support Support So the embedded mode cannot be used with a server license? Kevin Kevin Pfaff Embedded mode can be used on the server machine with the licence ... for each developer change from embedded to server-client Thanks, now we know what we can do Kevin Kevin
7

Integration

using objectdb in embedded mode for now. Is it that big a performance difference vs server mode? dries ... . Regarding embedded mode vs client-server mode - see: https://jpab.org/ObjectDB/ObjectDB/embedded/ObjectDB
7

Eclipse plugin problem (using ObjectDB as a separate bundle)

but then I have problems with the MANIFEST.MF: Embedding images is currently enabled only for admin ... is different so this might be a different problem, but have you tried embedding ObjectDB in ... source code for debugging). support Support It works with the embedded objectdb lib - both the test
1

log entry and massive performance issues

objectdb in our application in embedded mode -- open explorer and connect via embedded server port 3333 ... ? The last point regarding killing an application by using embedded-server mode, is it related
1

Internal error

was this: In one thread I was opening an embedded database, and then that thread crashed ... the exception? You wrote that: > In one thread I was opening an embedded database, and then that thread ... repeatable. You wrote that: > In one thread I was opening an embedded database
1

Out of Memory - Slow leak?

" process which reads messages from the queue database and inserts these into an embedded "normal ... the "consumer" process is connected to 4 server-hosted databases and 9 embedded databases (the embedded

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