‎2018 Nov 19 8:16 PM - edited ‎2024 Feb 03 5:07 PM
Request clarification before answering.
I highly recommend that you setup your datahub development environment as maven war overlay, as described here:
https://help.hybris.com/1808/hcd/39507a66e8314055b3478e0963dfd9e7.html - "Data Hub Web Application Overlay"
If you do that, you can import it into intellij as a regular "Maven" project and everything "just works".
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
your answer gave me some hope. Actually I'm trying to perform something simpler. Just want to be able to open the datahub classes in IntellyJ to be able to debug the "true" datahub application that is running remotely into a server.
To do that, is there a specific folder or file I must indicate to IntellyJ to open it properly? There is some Maven pom.xml inside Datahub folder, but it seems not the correct one to point to.
Thanks.
Below the error I'm analyzing( when DataHub calls YMKT )

If you have access to datahub source in git, then you can clone the project and import it to IntelliJ as a maven project by pointing to the root directory of all datahub modules. If you don't have access to the sources, then do what Markus recommends. That way maven will download all needed DataHub binaries and you'll be able to debug the decompiled code.
| 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.