Rev 4158 |
Rev 4342 |
Go to most recent revision |
Last modification |
Compare with Previous |
View Log
| RSS feed
Last modification
- Rev 4341 2014-06-19 05:13:52
- Author: manwar
- Log message:
- Updated to support JBoss 7 required structure and configuration for EJBs.
NOTE: This package should only be used for JBoss 7 deployments.
- Added support for Remote EJB invocations using the EJB Client API from JBoss AS 7, the EJB Session Context is now set with the logged-in/caller user's principal details. This is needed in the case of invoking EJB's remotely with secure domain configured.
- Code clean-up, using Properties instead of Hashtable.