I'm writing a checkout/checkin test via OpenCMIS and potentially hitting an issue.
I think it's valid to invoke Document.checkIn with null properties, however, PersistentObjectFactoryImpl.convertProperties is throwing an exception due to null properties. If I look at other convert methods in this class, they cater for null. So, it's not clear if convertProperties should return null or throw an exception when passed null. Regards, Dave
