About inactivity
General Settings and Logging
Describes general configuration and logging of the ObjectDB Java object database for JPA and JDO. the ObjectDB General configuration section.... threshold = "64mb" /> <network inactivity-timeout = "0" /> <url-history size = "50" ... The <network> element <network inactivity-timeout = "0" /> The <network> element ...
Server connection management
The server does not appear to release broken connections. My typical development pattern is to keep reloading my war file in tomcat until the permgen space runs out, and then I kill and restart tomcat. After a few days of this, the server stops responding, and I see the following in the server logs: ... tell the server to close connections after a period of inactivity. Also, how does the client deal with broken connections or ... a few seconds after it becomes accessible again. Inactivity Timeout You can set the inactivity timeout in ...
Exception when dataset bigger than treshold
I was working on reporting service for my application and found a problem with datasets bigger than treshold set in objectdb.conf. ... = "64mb" / > <network inactivity - timeout = "0" / > <log path = ...
[ODB1] Chapter 8 - ObjectDB Server
An ObjectDB server can manage one or more databases. Databases that are managed by a server can be accessed by multiple processes simultaneously. In addition, the server supports accessing these databases from remote machines by TCP/IP. More details about client server mode vs. embedded database mode are discussed in Section 1.2.... is different. It specifies the maximum allowed connection inactivity time (in seconds). If a connection is inactive for more than the ...
How to create a Unique constraint?
Hi, I'm trying to create a unique constraint. Here is a simple example: @Entity public class Account { @Id @GeneratedValue private long id; @Index(unique="true") private String name; } The code runs and my Account objects are persisted. But no exception is thrown if name is the same. What do I need to do to have a Unique constraint? Thanks, Carl #1 2011-02-10 18:06 Hi, I'm trying to create a unique constraint. Here is a simple example: @ Entity publ ...
2.0.2
Release date: 2010-11-13 Download (3.39 MB) Binary: objectdb-2.0.2.zip ObjectDB 2 is already in use in production in several applications and is m ...
2.0.4
Release date: 2011-01-11 Download (3.4 MB) Binary: objectdb-2.0.4.zip You should start by following a tutorial or reading the manual . Fo ...
2.0.1
Release date: 2010-10-04 Download (3.39 MB) Binary: objectdb-2.0.1.zip ObjectDB 2 is already in use in production in several applications and is m ...
2.0.0
Release date: 2010-09-26 Download (3.39 MB) Binary: objectdb-2.0.0.zip ObjectDB 2 is already in use in production in several applications and is m ...
2.0.3
Release date: 2010-12-13 Download (3.4 MB) Binary: objectdb-2.0.3.zip ObjectDB 2 is already in use in production in several applications and is mo ...