We have a cusotm component with ttl field type is NUMBER. This is worked in 7.5. But it is breaking v8 at
com.vignette.ext.templating.client.javabean.VgnExtTemplatingObject.validateCachingAttributes(VgnExtTemplatingObject.java:306So I changed the ttl field type to VARCHAR2. then when I tried to use the component, it is throwing 'Content is not allowed in prolog' error.This error also being thrown from validateCachingAttributes() method only.Do anybody know this cache, the above method refering, stored?thanks in advance!Srini