Share

WfMOpen

File Release Notes and Changelog

Release Name: wfmopen-1.3.2

Notes:
This release adds LDAP support to WfMOpen and improves 
handling of exceptions raised by tool agents.

The distribution now includes an LDAP based resource
management service. This supports directly referencing  the 
users, roles and groups managed in an LDAP directory as 
participants of a workflow process.

An LDAP tool (actually a tag library for the JellyTool) enables query
and modification of an LDAP directory by workflow processes. 
This enables writing provisioning processes that require user 
management out-of-the-box.

Handling of exceptions raised by tools has been improved. It is 
now possible to define a mapping of Java exception types to  
process level exceptions. Exceptions raised by the tool may thus 
be "caught" and handled by the workflow process.

The proprietary doclet used to generate the docbook style 
JavaDoc has been replaced by dbdoclet.

And some minor bugs have been fixed.


Changes: 2005-09-02 Michael Lipp <lipp@danet.de> * several: Added LDAP tag library. 2005-08-25 Michael Lipp <lipp@danet.de> * several: Added exception mapping for exceptions raised by tools. 2005-08-23 Michael Lipp <lipp@danet.de> * ProDefValidator.java: Validator did not distinguish process local application declarations with identical ids. Fixed. * several: Included LDAP RMS in documentation. 2005-08-22 Michael Lipp <lipp@danet.de> * several: Made default resource assignment service an independant jar. 2005-08-19 Michael Lipp <lipp@danet.de> * several: Using dbdoclet instead of proprietary doclet for generation of DocBook-style JavaDoc. 2005-08-17 Michael N. Lipp <mnl@mnl.de> * several: Removed usage of RAS on client side. 2005-08-16 Michael Lipp <lipp@danet.de> * several: Fixed security role names used in workflow engine components 2005-08-15 Michael Lipp <lipp@danet.de> * several: Added LDAP RMS. 2005-08-09 Michael Lipp <lipp@danet.de> * XSLTTool.java: Fixed problem with setting namespaces.