Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 999530

Summary: Adding info about InitialContext.lookup possibility would be nice
Product: [JBoss] JBoss Enterprise Application Platform 6 Reporter: Ondrej Chaloupka <ochaloup>
Component: DocumentationAssignee: 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:
Embargoed:

Description Ondrej Chaloupka 2013-08-21 13:43:08 UTC
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="...")

Comment 1 sgilda 2013-08-23 13:25:32 UTC
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

Comment 2 Russell Dickenson 2013-08-27 03:38:41 UTC
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

Comment 3 Ondrej Chaloupka 2013-08-27 06:11:46 UTC
Thanks.