Skip to main content

Importing an Existing DPU

Abstract

Importing an Existing DPU

This section contains a short guide on how to import an existing DPU.

After preparing the DPU, you can build the DPU by simply running mvn clean install in the root folder of the DPU. From inside an IDE (such as Netbeans), you may simply use a command like 'clean & build the project'.

As a result, you should get the following success message:

24576150.png

As you can see, it prepared a JAR file in the target folder.

Importing a DPU into the UnifiedViews User Interface

  1. Open UnifiedViews frontend

  2. Go to the DPU Templates menu item.

  3. Click Create DPU template button.

  4. Click Choose file, select he JAR file you prepared.

  5. Click Save.

If your DPU was successfully uploaded, you should see no error message and your new DPU should appear in the DPU tree.

If you encounter issues, typically, a certain dependency, which is required by the DPU, is not satisfied. In that case, please follow this guide: Troubleshooting OSGi Dependency Issues on DPU Import