
In the last days and weeks we saw a lot of questions regarding public parts and also regarding class loader issues in WCEM extensions.
Therefore I give here a short overview about the required DC dependencies you have to maintain if you create new or enhance already existing modules.
Actually the most import point is to understand the difference between Build Time and Runtime dependencies.
For the standard module part DC's (like Metadata, UI and BO part) only the Build Time dependency is relevant.
Let's take a look to an example of a catalog extension:
In this example you see already a lot of importing things:
If there are still SAP classes missing in SAP public parts, which should be available for extensions, then please raise an OSS message. This is an error, which has to be fixed by SAP.
Important: The SAP public parts are only relevant for the Build Time!
Your DPU DC now defines the runtime dependencies.
Please be aware that every module DPU has its own class and therefore only know classes to which a runtime dependency is maintained. Therefore your DPU should have dependencies to the following DC's:
Beside this a DPU should than only include your assembly parts.
Never ever deploy SAP assembly parts with your DPU's.
If you are using JSF objects directly you have also to add the JSF library in the application-j2ee-engine.xml:
<!-- JSF 2 Implementation -->
<reference reference-type="hard" prepend="true">
<reference-target provider-name="sap.com"
target-type="library">wec~frw~tc~jsf~lib</reference-target>
</reference>
Please use for all other references the DC dependencies instead of entries in the xml.
I hope this blog helps you to create more easily your own modules in the future!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
3 | |
2 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 |