*/
protected SimpleKit()
{
super();
_txFactory = new LocalTransactionFactory();
_swizzlingStrategy = new CopySwizzling();
_lockWaitStrategy = new TimeoutStrategy();
_lockMap = new InMemoryLockMap();
_noOpCopyStrategy = new NoOpObjectCopyStrategy();
//_defaultCopyStrategy = new ReflectiveObjectCopyStrategy();
//_defaultCopyStrategy = new SerializeObjectCopyStrategy();