cancel
Showing results for 
Search instead for 
Did you mean: 

R/3 connection using JCA.

Former Member
0 Kudos

I was trying to connect to an R/3 system using a portal component which uses IConnectorGatewayservice to get the connection. But after deployment the Portal Server throws "java.lang.NoClassDefFound" error. Do I need to add this service as a property (SharedReference)in portalapp.xml. If So what is that service name?

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

I added com.sap.portal.ivs.connectorservice to the SharingReference in the application config in portalapp.xml. I assume this is the correct service, as the application actually works.

Former Member
0 Kudos

Hi Avihai Dgany

I added it before (there was a post telling so). still doesn´t work.

Thanks anyway

Message was edited by: Virginia Silva

Former Member
0 Kudos

Hi,

did you manage to make it work? I'm trying to connect using JCA but i just can´t manage it.

One of the problem´s is that i can´t find these :

import com.sapportals.portal.pcd.*;

import com.sapportals.iviewserver.*;

import com.sap.portal.pcm.*;

Can you send me a sample of you code??