「contactInfo」アイテムを継承して新しいアイテム記述子を作成しようとしています..以下に示すようなもの..
<item-descriptor name="testContactInfo" super-type="contactInfo">
<table name="test_contact_info" type="auxiliary" id-column-name="contact_id" shared-table-sequence="1">
<property name="fixedlinenumber" column-name="fixed_line_num" data-type="string"/>
</table>
</item-descriptor>
サーバーを起動すると、次のエラーが表示されます。
14:19:52,856 ERROR [ProfileAdapterRepository] Error parsing template: atg.repository.RepositoryException: Your item-descriptor definition for testContactInfo has super-type contactInfo but no sub-type attribute.
ここで何が間違っていますか?定義をuserProfile.xmlに保持しました