I am creating a component for displaying contents of a KM folder dynamically. While deploying the component I am getting teh error
*"This compilation unit indirectly references the missing type com.sapportals.wcm.repository.service.layout.customizing.IParameters (typically some required class file is referencing a type outside the classpath) "*
Can you please help me where to locate the jar file containig this class "com.sapportals.wcm.repository.service.layout.customizing.IParameters "
portal.xml file for this component is as shown below
<?xml version="1.0" encoding="UTF-8"?>
<application>
<application-config>
<property name="SharingReference" value="com.sap.portal.htmlb,com.sap.km.application,usermanagement, knowledgemanagement, landscape, htmlb, exportalJCOclient, exportal"/>
</application-config>
<components>
<component name="InfyADocLib">
<component-config>
<property name="ClassName" value="com.infy.infinity.InfyADocLib"/>
<!-- <property name="SecurityZone" value="com.infy.infinity.InfyADocLib/high_safety"/> -->
</component-config>
<component-profile>
<property name="path" value="/documents/Shabs"/>
<property name="tagLib" value="/SERVICE/htmlb/taglib/htmlb.tld"/>
</component-profile>
</component>
<component name="FolderDetails">
<component-config>
<property name="ClassName" value="com.infy.infinity.FolderDetails"/>
</component-config>
<component-profile>
<property name="tagLib" value="/SERVICE/htmlb/taglib/htmlb.tld"/>
</component-profile>
</component>
</components>
<services/>
</application>