Hide Forgot
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="...")
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.