This rule flags the use of the deprecated WebSphere class: com.ibm.websphere.ejbcontainer.LocalHomeAccessor , which was deprecated in Version 7.0.
This class decouples the internal WebSphere local home naming conventions from application programs that want to directly interact with the local home namespace for Enterprise Java Beans (EJB) version 2.1 and earlier applications. For EJB version 3.0 and later applications, javax.naming.Context.lookup() in the ejblocal: namespace must be used instead.
For additional interface information see: