All changes to the Model Compiler settings will be applied to the opened Builder project only.

Model Compiler Tab

Switch to the Model Compiler tab on the Builder project settings dialog to define the Compiler settings.

SettingDescriptionAllowed Values / Examples
UML SourcesSpecify where the XMI files of the current Builder projects are stored. The Model Compiler gets the UML sources from the defined UML source path and saves the JAR file of the compiled UML diagrams to the repository directory of the Builder project (see section Location for Repository Files).
Target Bridge ProtocolSelect the protocol of the target Bridge. We recommend using https for productive installations.httpsUse HTTPS to access the Bridge (default).
httpUse HTTP to access the Bridge.
Target Bridge for DeploymentSpecify the target Bridge installation the repository files and the WSDL file of a compiled xUML service will be deployed to. The Bridge is defined by IP-address or DNS name (default is localhost).

localhost (default)
123.456.789.0
bridge.scheer-acme.com

Target Bridge PortSpecify the port number, to which the target Bridge is listening. The port has been defined while installing the Bridge (the default port is 8080).
Click Ping to test whether the defined Bridge is available.
8080 (default)
Target Bridge Path PrefixSpecify a path prefix if necessary, e.g. if your service will be deployed to a Bridge behind a proxy./pas-doc/bridge
UserYou can pre-define the User, who will be used for authorization on the Bridge when deploying the xUML service (see also Authorization on the E2E Bridge).david.stringer
Run xUML Service after DeploymentIf this is selected, the Bridge will automatically start the service after its deployment. Otherwise, you will have to start the service manually via the user interface of the Bridge.trueStart service after deployment (default).
falseDo not start service after deployment.
OverwriteExisting xUML ServicesIf this is selected, a previous xUML service with the same xUML service name will be automatically overwritten with the new xUML service upon deployment. If the option is not selected, the Model Compiler will report an error, as it cannot deploy the xUML service.trueOverwrite service on Bridge if existing (default).
falseDo not overwrite service on Bridge if existing. If service is existing, an error will be displayed in the deployment view.

Location for Repository Files

Switch to the General tab on the Builder project settings dialog.

The Repository Directory is the location where the repository files of the current Builder project will be saved. The repository files are stored in a JAR file. The WSDL file, which is also stored in the JAR file, can be imported into the Analyzer.
If you choose to re-deploy an xUML service without compiling it again, the Model Compiler will read the JAR file from the repository directory defined here.

By selecting Ignore Caught Errors you can specify whether the Analyzer should highlight caught errors in the UML view of a test. For more information on this, read Browsing through the Execution Path of the Service > Inspecting Errors.

On this Page:
  • No labels