0
votes
0answers
29 views
How can I stop “.\null\logs” folder being created?
My Java 6 console app is creating an empty ".\null\logs" folder when I run it. I've tracked this down to being caused by db4o. Why is this being created, and is there any way that I can prevent it …
0
votes
1answer
64 views
db4o to preserve identity of objects.
Is there a way to preserve an objest identity in db4o.
Suppose I store a BigDecimal in embedded db4o.
When I read it twice I get two distict objects with the same value (which is quite obvious).
Is …
3
votes
2answers
126 views
How does db4o instantiate objects ?
What mechanism does db4o use to instatniate stored objects ?
My class isn't Serializable and doesn't provide zero argument constructor and the only constructor throws NullPointerException when it's …
1
vote
4answers
933 views
How to disable Java security manager?
Is there any way to completely disable Java security manager?
I'm experimenting with source code of db4o. It uses reflection to persist objects and it seems that security manager doesn't allow …
0
votes
0answers
107 views
db4o and OSGi - empty database after restart
I'm using db4o 6.4.54 in OSGi environment as a model storage. Every time I restart OSGi framework, the database appears to be empty, although the file is there and not empty definitely.
I have the …
12
votes
4answers
1k views
db4o experiences?
I'm currently trying out db4o (the java version) and I pretty much like what I see. But I cannot help wondering how it does perform in a real live (web-)environment. Does anyone have any experiences …
