on 2023 Jul 06 11:23 AM
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
Request clarification before answering.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
User | Count |
---|---|
2 | |
2 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.