|
|
Browse by Tags
All Tags » Transparent Act... » Activation (RSS)
-
is it safe to use transparent Activation/Persistence with Version 7.2 ?
I want to use db4o for educational purposes, and I do not want to get into problems, that do not originate in the students' code.
Ingeborg Liedlbauer
-
I wrote a unit test that includes a Linq query against a db40 IObjectContainer. This passed.
I wrote a unit test that traverses a deep object graph and so tests for transparent activation (TA). This failed
I enabled my test assembly for TA by adding the post-build command :
$(ProjectDir)/Library/Db4oTool.exe -ta -nq ...
|
|
|