cancel
Showing results for 
Search instead for 
Did you mean: 

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

ruvi9999
Discoverer
0 Kudos

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

moshenaveh
Community Manager
Community Manager
0 Kudos

Welcome to the SAP Community! Thank you for visiting us to get answers to your questions.

Since you're asking a question here for the first time, I'd like to offer some friendly advice on how to get the most out of your community membership and experience.

First, please see https://community.sap.com/resources/questions-and-answers, as this resource page provides tips for preparing questions that draw responses from our members. Secondly, feel free to take our Q&A tutorial at https://developers.sap.com/tutorials/community-qa.html as well, as that will help you when submitting questions to the community.

Finally, I recommend that you include a profile picture. By personalizing your profile, you encourage readers to respond: https://developers.sap.com/tutorials/community-profile.html.

I hope you find this advice useful, and we're happy to have you as part of SAP Community!

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_Timmermann
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