Global Notes:
5.X products are parts of the “Blu Age II – Legacy to cloud” product family, built on Kepler (Eclipse 4.3);
Product documentation is available at http://wikimod.bluage.com/mediawiki/index.php/Main_Page;
Starting with version 5.0, a new license management has been introduced, requiring the use of a new License Server (shipped separately – see corresponding documentation for details);
5.X versions rely on the launch configurations mechanism introduced with the 4.X product series in replacement of the previous workflow mechanism. Migrating from the 3.X workflow to the 5.X launch configuration is described in a dedicated guide.
The method name «
subtract
» is fixed in theBigDecimalUtils
interface of the “common utils” UML2 profile. The old «substract
» method name can still be generated if needed by setting the «donotGenerateDeprecatedOperations
» workflow option to «false
».
The
<<targetNameSpace>>
stereotype is now taken into account when applied to the package containing a webservice client interface. Hence the client and server interfaces of a given webservice can now be owned by a different package.Classes external to the project can now be explicitly referenced in the following way:
Create a UML class having the same name as the class to import in the project tree.
Apply the
<<Extern>>
stereotype to this class.Fill the “
fqn
” tagged value of this stereotype with the full path to the class to import.
The external class can now be referenced in Activity diagrams stereotyped with
<<process>>
or<<processOperation>>
by creating a Central buffer Node and drag&dropping the class on it. This Central Buffer Node must be named, but only the import will be generated.