Issue Details (XML | Word | Printable)

Key: OPENEJB-896
Type: New Feature New Feature
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: David Blevins
Reporter: David Blevins
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
OpenEJB

VM-scoped Security for embedded scenarios

Created: 20/Aug/08 06:30 PM   Updated: 25/Sep/08 07:39 PM
Return to search
Component/s: security
Affects Version/s: None
Fix Version/s: 3.1

Time Tracking:
Not Specified

Resolution Date: 25/Sep/08 07:39 PM


 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
Repository Revision Date User Message
ASF #687417 Wed Aug 20 18:41:28 UTC 2008 dblevins OPENEJB-896: VM-scoped Security for embedded scenarios
OPENEJB-897: LocalInitialContext.close() to logout of embedded container
Also Depricated the IvmContextFactory, we don't need it anymore.
Moved most of the embedded startup/stop logic into the LocalInitialContext class.
BaseEjbProxyHandler will do the associate/disassociate calls if there is no ThreadContext and there is an local client security idenity.
Files Changed
ADD /openejb/trunk/openejb3/container/openejb-core/src/main/java/org/apache/openejb/core/ivm/naming/ContextWrapper.java
MODIFY /openejb/trunk/openejb3/container/openejb-core/src/main/java/org/apache/openejb/core/ivm/BaseEjbProxyHandler.java
ADD /openejb/trunk/openejb3/container/openejb-core/src/main/java/org/apache/openejb/core/ivm/ClientSecurity.java
MODIFY /openejb/trunk/openejb3/container/openejb-core/src/main/java/org/apache/openejb/client/LocalInitialContextFactory.java
MODIFY /openejb/trunk/openejb3/container/openejb-core/src/main/java/org/apache/openejb/core/ivm/naming/InitContextFactory.java
MODIFY /openejb/trunk/openejb3/container/openejb-core/src/main/java/org/apache/openejb/client/LocalInitialContext.java