Hello,
I'm trying to extend the data model with my own custom type called TargetedContent. I followed the documentation, and modified the corresponding files, but my changes do not seem to be picked up and I found no trace in logs as to where the issue may be. Any pointers as to where should I look for to @ least see if my changes are being picked up or if there are any errors:
Here is my customer-teamsite-resource-config.xml:
[html]
.*templatedata/Content/TargetedContent/data/.+$
[/html]
And here is my TargetedContentMetatada.xml:
[html]
class-name="com.interwoven.livesite.opendeploy.processor.ContentTupleProcessor"
interface-version="2.0"
exec-sequence="after-stages"/>
include-extended-attributes="yes"
options="wide,full"
area="$area"
area-type="ts-filesystem"
xml-type="custom">
allows-null="no" is-url="no"/>
allows-null="no"
is-url="no"/>
allows-null="no"/>
value-from-field="TeamSite/Metadata/CreationDate" allows-null="no" is-url="no"/>
value-from-field="TeamSite/Metadata/ExpirationDate"
data-format="yyyy-MM-dd HH:mm:ss" allows-null="yes" is-url="no"/>
value-from-field="TupleProcessor/LastModifiedDate" allows-null="no" is-url="no"/>
is-url="no"/>
allows-null="no" is-url="no"/>
allows-null="yes"
is-url="no"/>
allows-null="yes"
is-url="no"/>
value-from-field="TupleProcessor/TeamSite/Metadata/Author/[0-999]/ReplicantId"
allows-null="no" is-url="no" is-replicant="yes"/>
allows-null="no" is-url="no"/>
replicant-order-column="yes"/>
allows-null="yes" is-url="no" is-replicant="yes"/>
value-from-field="TeamSite/Metadata/Author/[0-999]/FirstName" allows-null="yes" is-url="no"
is-replicant="yes"/>
value-from-field="TeamSite/Metadata/Author/[0-999]/LastName" allows-null="yes" is-url="no"
is-replicant="yes"/>
allows-null="yes" is-url="no" is-replicant="yes"/>
value-from-field="TupleProcessor/TeamSite/Metadata/Contact/[0-999]/ReplicantId"
allows-null="no" is-url="no" is-replicant="yes"/>
allows-null="no" is-url="no"/>
replicant-order-column="yes"/>
allows-null="yes" is-url="no" is-replicant="yes"/>
value-from-field="TeamSite/Metadata/Contact/[0-999]/FirstName" allows-null="yes" is-url="no"
is-replicant="yes"/>
value-from-field="TeamSite/Metadata/Contact/[0-999]/LastName" allows-null="yes" is-url="no"
is-replicant="yes"/>
allows-null="yes" is-url="no" is-replicant="yes"/>
allows-null="no" is-url="no"/>
value-from-field="TupleProcessor/ContentCategory/[0-999]/Id" allows-null="no" is-url="no"
is-replicant="yes"/>
[/html]