cancel
Showing results for 
Search instead for 
Did you mean: 

NoSuchMethodError

Former Member
0 Kudos

Hi,

I was using Sp9 for developing webdynpros.Now i upgraded to Sp11.If i map the view context with the controller context,while running it is giving no such method error..If no mapping is between controller context and view context,it is giving me output

java.lang.NoSuchMethodError: com.sap.tc.webdynpro.progmodel.gci.GCIContext.createMappedAttribute(Ljava/lang/String;Ljava/lang/String;Z)Lcom/sap/tc/webdynpro/progmodel/gci/IGCIAttributeInfo;

at com.aramco.wdp.InternalTestBindView.<init>(InternalTestBindView.java:43)

Kindly advise me on this..

Thanks in advance..

AD

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Do you also have SP11 on the Web AS? If not, this will most probably not work, you cannot create a Web Dynpro with a newer SP than is available on the Web AS.

Armin