Plugin:org.tolven.component.tolvenear.config
From DOC
Contents |
Version 2.1 Notes
Version 2.1.6
- The tolven.ear file now has a default-persistence-unit.jar in its lib directory listing all jars which contain entities. Those jars will normally also contain EJB APIs, which are also considered POJOs in JEE, thus forming a library jar.
- Changed references from package org.tolven.shiro.web.servlet to org.tolven.shiro.filter.
Version 2.1.5
- Removed GatekeeperServletContextListener from org.tolven.shiro, in favor of each plug-in's using its own ServletContextListener to more clearly indicate in their logs more detailed information about when those plug-ins come online, and what services they offer.
Version 2.1.4
- Consolidated the following plug-ins into org.tolven.gatekeeper:
- org.tolven.gatekeeper.config
- org.tolven.gatekeeper.ejb
- org.tolven.gatekeeper.html
- org.tolven.gatekeeper.rs
- org.tolven.gatekeeper.ws
- Consolidated the following plug-ins into org.tolven.shiro:
- org.tolven.shiroejb
- org.tolven.shirolib
- org.tolven.shiroweb
Version 2.1.3
- All transaction handling has been moved to TransactionFilter, which appears as the first filter in all war files. References to UserTransaction have been removed from elsewhere in Tolven code.
Version 2.1.2
- Removed TolvenShiroFilter. Transactions will be handled by TransactionHandler (the JAX-WS Handler).
Version 2.1.1
- Added servlet context listeners for tolvenWEB, tolvenAPI and tolvenWS
- Removed ShiroSessionWrapperFilter and added its functionality to TolvenShiroFilter
- Removed the shiro-ini.jar, since the shiro.ini file is no longer required
- Added listener-adaptor extensions which add GatekeeperServletContextListener to tolvenWEB, tolvenAPI and tolvenWS
Version 2.1.0
- This new plug-in defines the securityManager and filters that the Shiro code will use via the shiro.ini file.

