on 2019 Jan 29 9:41 PM
We have recently upgraded our application from 5.7 to 6.8 . Due to some issues, we have to revert part of the functionality to 5.7, though the codebase continues to be 6.8 . This caused compilation issues due to the core-webservices.jar missing. This jar is present in 5.7 as part of platformwebservices extension. Could anyone please let us know if this jar has been discontinued as part of 6.8 ? The buildcallbacks in 6.8 platformwebservices has commands to delete and re-create this jar. So, even if we manually copy the jar from 5.7 , it gets deleted , but is not re-created.
Request clarification before answering.
- your above implementation refers to https://help.hybris.com/1808/hcd/8c0267f486691014a66faf3be00ad744.html which is only available till v1808.
- your best best is to go with 's suggestion if you are upgrading to v1811.
BTW, when you meant v6.8 did you mean v1808 or v1811 ?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Add following flag in local.properties file:
#####################################################################################
# Global flag for an extension which will be a webservice extension in platform #
#####################################################################################
webservice.module=<your extension name>
and do ant clean all. It will create core-webservices.jar file in target extension.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
There is no version such as v6.8. After version v6.7, the next version were v1808 (stands for 2018 August) and v1811 (stands for 2018 November). The extension, platformwebservices was de-released from version 1811. Please check the deprecation status at https://help.hybris.com/1811/hcd/8bb15ed586691014a948d1553f4947cf.html and more information at https://help.hybris.com/1811/hcd/71ce7fccfb3242c09690e8000e6e681f.html#loio79e0ecc2f9bf4f3581bc18b06...
The extension, platformwebservices was very well in use till v1808 (please check https://help.hybris.com/1808/hcd/8c2ad5808669101480cda5c20f5ce137.html )
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 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.