Tagged Questions
3
votes
2answers
305 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 ...
2
votes
4answers
5k 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 ...