Just sharing my findings here.This happens only if the @property SRC
annotation uses "intValue".It may simply be not supported at the Sling
level with the Jcr Installer not supporting all types
(https://issues.apache.org/jira/browse/SLING-2477) ?There are several
options I could think of that I will explore:1) left out the integer
values from the xml config file and let the default be use for these.
Luckily, I don't need to override the default for these attributes.
@smacdonald2008, does that so...