Internal Website Search

101-136 of 136 results

Open several objectdb databases the same time

application instances! Following steps are required: 1. Update in conf file following section 2. Use in source

First query takes 4+ minutes to complete

objectdb. conf : How we test Teh issue happens with the first query that we run after we start

ObjectDB eclipse plugin

a jar using objectdb. Add the objectdb. conf file. The set up BuddyLoading it should work. It did

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 .  

Replication error - parsing objectdb config

\objectdb. conf line 38: cvc-complex-type.4: Attribute 'username' must appear on element 'replication

setting activation code in persistence.xml or env file or system properties

. conf resource in the objectdb.jar file. support Support

$temp property not evaluated properly when used in log path

I have the following lines in my objectdb. conf file: I don't believe that the $temp property is being evaluated properly here as it creates a new directory "$temp" in the same directory as my execution script. Shouldn't this be logging to the system temp directory? carr.onstott Carr Onstott

Activated ObjectDB still throws "Too many persistable types"

I have upgraded from 2.3.7 to 2.4.4 and now my activation won't work, throwing the dreaded com.objectdb.o.UserException: Too many persistable types (10) - exceeds evaluation limit I have already reactivated and checked that my objectdb. conf is correctly used (by inserting random chars

objectdb-2.6.9_02 (with "objectdb.temp.no-enhancement-crc-check") vs. generic classes with interfaces: detailed investigation

- Edit activation code in objectdb. conf as needed. - Open in NetBeans8.1 and perform Clean and Build

Start ObjectDB inside java code.

of that this configuration file is provided as argument to main ( using - conf ), not its content. support Support

Java 6/7 Performance Comparison

and then again after adjusting the objectdb. conf to grant more memory/threads to applications but have not noticed any

Schema Update large refactoring

Hello, we want to perform a major refactoring of our package names and hence need to do an automatic schema update of our database using the objectdb. conf file. The old package structure looks like this: "com.btc.ep.*, while the new one will be "ep.*", where "*" can be any number of "sub"-packages

Replication error on slave restart

) I changed my local ODB conf (recovery=false, recording=true), restarted and opened it with explorer

Cross-platform license: Ubuntu and Windows 8

I have a machine on which I dual-boot both Ubuntu and Windows 8.  I purchased an activation code which works fine on Ubuntu but is ignored on Windows 8.  I have checked that the application is reading the right objectdb. conf by putting a temporary error in the file.  I'm assuming

LDAP and ObjectDB

but not in the configuration file. You can use one shared user in objectdb. conf for the entire

How to check that ObjectDb licenses are activated?

Hi Support, I have added license keys to objectDb. conf file and according to https://www.objectdb.com/forum/1384 I tried to check the activation status using following code EntityManagerFactory emf = Persistence . createEntityManagerFactory ( "objectdb:myDbFile.odb" ); boolean isRegistered = emf

Clarification on free license restrictions

. You can enable serialization by changing the objectdb. conf file:       

unable to connect to remote server using VPN

:844) ----------------------- The users section in objectdb. conf in server is as follows.  

Safe Settings

Hi, I am trying to set up ObjectDb in a safe way that allows turning the machine off while database transactions are running. I would like to test if things are really safe and if I don't get corrupted database files in any possible case. I found "recovery" and "recording" in the objectdb. conf

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

(objectdb. conf that is available to the the objectdb.jar file that is used as a java agent):   

Problem with log file in an embedded db with netbeans platform application

the log and log-archive directories (in objectdb. conf ) explicitly. support Support Thanks

internal object DB locking in an embedded multi threaded application

the initial database size). support Support If no conf file is found or provided

a second mapping-file is ignored in persistence.xml by enhancer

all entities were enhanced (the activation code would be removed from objectdb. conf after enhancement

JVM crash when using IBM JDK 1.6.0

you for your report.     support Support This fixed the GPF crash. I have in my objectdb. conf file

How can I enable serialization?

How can I enable serialization for objectdb or an entity manager if I do not use a configuration file: System.setProperty("objectdb.???", /* ??? */); OR this.entityManager.setProperty(/* ??? */, /* ??? */); itsme Martin Petzold It has to be enabled in the objectdb. conf file as shown on this manual

com.objectdb.o.TEX: Type ... is not found, for a class that's already been enhanced successfully.

-2019-09-12. conf [2019-09-13 17:13:02 #7 type]  Type common.app.Model is not enhanced. [2019-09-13

client server mod of communication

. if any changes in objectdb. conf file give me the that codes also. Thank you. Bimal Bimal kumar

Threading Problem (maybe with Criteria)

earlier and more exception. objectdb. conf was configured but the number of threads doesn't really

Degrading performance overtime

.run(Thread.java:662) Locked ownable synchronizers: - None our conf : Please can you help us to mitigate

multiple connection using share folder

: - conf : specify a configuration file explicitly -port : override configuration's server port

stackoverflow big sur eclipse debug

with access permission to the objectdb. conf (configuration) file rather than to the database file

ObjectDB 2.8.5

Fixed a bug in using AS in SELECT NEW (breaks some Spring Data JPA queries). Fixed a bug in tracking changes to new collections after flush ( issue #2640 ). Fixed a StackOverflowError on no access permission to objectdb. conf ( issue #2643 ). Fixed a bug in managing pessimistic locks after using

java 8 LocalDateTime is not working in query

explicitly using objectdb. conf and hence default serialization="false" is being used in my case

merger missing in log

. conf [2018-05-14 15:00:52 #4 server]  Server on port 3333 has started by 476@wzbhb101 [2018-05

Support Attribute Conversion for Persistence

the objectdb. conf file).  2) They also make it possible to persist custom objects

Unexpected exception during query, if entity is not enhanced

Hello, the entity TCVector is not enhanced and the enhancement check in the objectdb. conf is active. And we got an unexpected exception in our main thread. Do you know why? We had expected that the activated enhancement check would throw an exception. In a parallel secondary thread we got