Plugin:org.tolven.assembler.webxml
From DOC
Contents |
Overview
Version 2.1 Notes
DEPRECATED
- Moved functionality from org.tolven.assembler.facesconfig and org.tolven.assembler.webxml to org.tolven.assembler.war.
Version 2.1.2
- Support for multiple war modules in one plug-in.
Version 2.1.1
- Now processes extension-point: listener-adaptor.
Version 2.1.0
- This plug-in now recognizes the following adaptor extension-points so that plug-ins can make contributions using a plug-in ID and extenion-point from a third-party plug-in:
- context-param-adaptor
Version 2 Notes
Version 2.0.16
- Clean up the build directory if any assembly is to be done
Version 2.0.15
- Faces 1.2->2.0 => facelets.LIBRARIES->javax.faces.FACELETS_LIBRARIES
Version 2.0.14
- Now allows Security constraint's http-method to be configured
Version Notes
Version 0.0.13
- Added support for <ejb-local-ref> tag in the web.xml
Version 0.0.12
- Fixed bug where the /vestibule/* url pattern turned up in more than one security constraint
Version 0.0.11
- TransactionFilter now intercepts all URL patterns
Version 0.0.10
- Ensure that the order of components in both web.xml and faces-config.xml assemble the same way each time
Version 0.0.9
- assembler plugins will now only build during configPhase, if the <tolven-config>/build/repositoryTmp does not exist or is empty, implying a build has not yet occurred. The build directory is deleted whenever plugins are downloaded resulting in a change in material, with which to build.
Version 0.0.8
- web.xml is now fully auto-generated (e.g. using extensions in tolvenweb manifest)
Version 0.0.7
- Provided an error page extension to all error pages to be added to the web.xml based on error codes
Version 0.0.6
- Fixed a bug which causes duplicate filter entries in web.xml, when filter contributions are defined.
Version 0.0.5
- Swapped plugins from using doStart() to an explicit execute().
- Switched many logger statements
Version 0.0.4
- Added init-param and dispatchers to filters
Version 0.0.3
- Entries for filters and servlets now moved from web.xml to the tolvenweb manifest
Version 0.0.2
Fixed typo bug, where the servlet-name was being used in place of the servlet-class.

