Adam Lally - 2006-11-15

Logged In: YES
user_id=1428720
Originator: NO

This is the expected behavior. The Boolean and Integer types in the CAS are like primitive Java boolean and int types in that they cannot take null as a value. This is apparent even if you do not do a serialization. If you try to get the value of an integer feature from an in-memory CAS, you will find that you will get a value of 0 for a feature that has not been assigned.