Hi,
I have the a problem with the following code in Alfresco 2.1.2.
(custom-metadata-extrators-context.xml file)
If I use a text property it works fine, but if I use a date property it
doesn´t work. This code worked well in Alfresco 2.1.1 but it doesn´t work in
Alfresco 2.1.2. Does anybody know why?
<beans>
<bean id="extracter.PdfDocument"
class="org.alfresco.repo.content.metadata.PdfBoxMetadataExtracter"
parent="baseMetadataExtracter" >
<property name="inheritDefaultMapping">
<value>true</value>
</property>
<property name="mappingProperties">
<props>
<prop
key="namespace.prefix.evoltia">evoltia:modelevoltia</prop>
<prop key="created">evoltia:testDate</prop>
</props>
</property>
</bean>
</beans>
Thanks in advance.