Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The Convergence for DI Designer Semarchy Integrator automatically installs the runtime when it starts, and automatically overwrites the files that you have added or modified in the runtime folder.

...

Code Block
languagebash
titleProtection.rules file sample
/properties/protection.rules
/properties/repository.xml
/properties/engineParameters.xml
/properties/log4j.xml
/properties/userParameters.properties
/properties/engineScheduler.properties
/properties/engines/*
/properties/logs/*
#/lib/*.jar
#/build/xsl/*
/build/xsl/user.xsl
/lib/jdbc/*
/build/xml/userConversion.xml

...

 Notes

This method can be used to get the designer to use another version of the engine than the one that comes as part of the designer.

You can install a new version of the runtime in any folder / location you want. Though, only the runtime hosted in the DesignerRootFolder/runtime folder can be started from within the design tool using the "Environment" button from the Runtime tab.

Image Added

To prevent the runtime from beeing replaced by the default version each time you start the designer, create a rule that protects the whole runtime folder as follows

Code Block
languagebash
titleProtection.rules file sample
/*

Filter by label (Content by label)
showLabelsfalse
max5
spacesSKB
showSpacefalse
sortmodified
reversetrue
typepage
cqllabel = "convergence-for-di" and type = "page" and space = "SKB"
labelsconvergence-for-di

Page Properties
hiddentrue


Related issues