cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Whether the old plugins developments are working at new SAP Customer Checkout Versions

ruvi9999
Discoverer
0 Kudos
549

Hi everyone,

I have tried to use, an old java plugin development project build with a Manifest configurations like following. I'm currently using the ( CCO Release : 2.0 FP14 PL02, Version:2.14.3). The project is a simple java application contains only essential overriding mechanisms.

Manifest-Version: 1.0

PluginName: WorkshopPlugin

CashdeskPOSPlugin: com.sap.workshop.plugin.WorkshopPlugin

CashDeskVersions: 2.0 FP07, n/a

Version: 1.0


The previously built plugin (.jar) file is not showing, responding at plugins' screen at SAP- CCO.

Also, with eclipse IDE and with the CCO environment file (ENV.jar) of (Release : 2.0 FP14 PL02, Version:2.14.3) as a build path, it doesn't let me to build up the project again by generating a error like following,

Error occurred during initialization of boot layer

java.lang.module.FindException: Unable to derive module descriptor for C:\Users\Desktop\CCO_Env_01\ENV.jar

Caused by: java.lang.module.InvalidModuleDescriptorException: Provider class XXXcom.sap.byd.pos.annotations.processor.CMngAnnProcFactory not in module

can anyone please help me to figure out the reason of it and resolve this issue.

Thanks in advance.

Ruvi

Accepted Solutions (0)

Answers (2)

Answers (2)

Paulo_Pascoal
Explorer
0 Kudos

Hi Ruvindu,

check this blogpost sap-customer-checkout-2.0-fp13-released-changes-from-a-developer-view from rzieschang maybe your luck is better than mine, I was not able to discover what I did wrong because I got a lot of errors.

Arne_Timmermann1
Contributor
0 Kudos

Hi Ruvindu,

I am not a developer but you could try to just add the FP14 cashdeskversion manually to the manifest and try to run the plugin.

ruvi9999
Discoverer
0 Kudos

Dear arti3000,

Thank you very much for the response. I've already tried by changing manifest manually with the following.

Manifest-Version: 1.0

PluginName: WorkshopPlugin

CashdeskPOSPlugin: com.sap.workshop.plugin.WorkshopPlugin

CashDeskVersions: 2.0 FP14 PL02, n/a

Version: 2.14.3


But, it also gave me the same issue as above. Do we have any other methods to try on?

Thanks in advance.

Ruvi