| Summary: | Adding info about InitialContext.lookup possibility would be nice | ||
|---|---|---|---|
| Product: | [JBoss] JBoss Enterprise Application Platform 6 | Reporter: | Ondrej Chaloupka <ochaloup> |
| Component: | Documentation | Assignee: | sgilda |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Russell Dickenson <rdickens> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 6.1.0 | ||
| Target Milestone: | GA | ||
| Target Release: | EAP 6.1.1 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: |
Build: CSProcessor Builder Version 1.12
Build Name: 11863, Migration Guide-6.1-4
Build Date: 15-08-2013 13:16:01
Topic ID: 4641-460283 [Specified]
|
|
| Last Closed: | 2013-09-16 20:39:48 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
Added a section on using the old syntax. Modified: Topic 4961 - Modify the Application to Follow the New JNDI Namespace Rules, rev 500590 Topic 19236 - 6.1.1 Migration Guide This issue has been resolved and is available on Docstage at [1] for validation. Before validating this change, confirm that you're viewing revision 1.0-62 or later. [1] http://documentation-devel.engineering.redhat.com/docs/en-US/Red_Hat_JBoss_Enterprise_Application_Platform/6.1.1/html-single/Migration_Guide/index.html#Modify_the_Application_to_Follow_the_New_JNDI_Namespace_Rules Thanks. |
Title: Modify the Application to Follow the New JNDI Namespace Rules It would be fine to mention that customer has still possibility to do context = new InitialContext(); productManager = (ProductManager) context.lookup("..."); just with new name. And that she is not bound to the usage of the @Resource(lookup="...")