]
Jason Greene updated AS7-421:
-----------------------------
Fix Version/s: 7.1.0.Alpha1
(was: 7.0.0.CR1)
This is mostly done but moving it to 7.1 to track the hibernate issue.
Automatic JNDI implementation
-----------------------------
Key: AS7-421
URL:
https://issues.jboss.org/browse/AS7-421
Project: Application Server 7
Issue Type: Task
Components: EE, Naming
Reporter: David Lloyd
Assignee: John Bailey
Priority: Critical
Fix For: 7.1.0.Alpha1
The JNDI subsystem should become fully service-oriented, meaning:
1) Contexts are always read-only
2) The NamingStore is populated solely by services
3) When the last binding in a context is removed, the context is automatically removed
For pesky legacy subsystems which still expect to be able to bind into Context, we could
possibly make up a "fake" Context from which the bound ObjectFactory (or
whatever) is extracted to create the "real" service.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: