cancel
Showing results for 
Search instead for 
Did you mean: 

Migrate application in 7.3

Former Member
0 Kudos

Hello All,

I am trying to migrate a KM application in 7.3 and I am unable to resolve the following 4 import references:
 

import com.sapportals.wcm.repository.service.statemanagement.IStatemanagementManager;

import com.sapportals.wcm.repository.service.statemanagement.IStatemanagementResource;

import com.sapportals.wcm.service.urimapper.IUriMapperService;

import com.sapportals.wcm.service.urimapper.UriMapperServiceFactory;


From the javadocs I see that these are a part of tc/kmc/wpc/wpcfacade and tc/km/frwk, but I cannot locate the jar files which will resolve the above references.
Can someone please help me with this ?

Thanks and regards,
Snigdha.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Snigdha,

>import com.sapportals.wcm.repository.service.statemanagement.IStatemanagementManager

>import com.sapportals.wcm.repository.service.statemanagement.IStatemanagementResource

km.shared.repository.service.statemanagement_api.jar

>import com.sapportals.wcm.service.urimapper.IUriMapperService

>import com.sapportals.wcm.service.urimapper.UriMapperServiceFactory

bc.rf.global.service.urimapper_api.jar

Just use class locator next time you missing something

regards

Former Member
0 Kudos

Thanks Lawrence !

regards,

Snigdha.

Answers (0)