Skip to Content
0
Former Member
Jun 17, 2008 at 06:43 AM

missing jar for Connector Framework

36 Views

Hi All,

I am trying to do an application using ConnectorFramework.

I have written a code as follows

IConnectorGatewayService cgService =(IConnectorGatewayService)

PortalRuntime.getRuntimeResources().

getService(IConnectorService.KEY);

IConnection con = cgService.

getConnection("sapSystem1",request);

But here it is giving an error that *This complient unit indirectly referencing missing type com.sap.portal.services.api.connectorgateway.IConnectorGatewayService.

I have searched for that, but unable to find that.

please help me in this regard.

Thanks in advance.

Bhavyasri.M.