3
votes
2answers
130 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
952 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 …
