Local Interfaces are only available by an
EJB in the same application server and due to class loading issues mostly only to EJBs in the same EJB/JAR file. Local does not mean, whatsoever, that you can look them up by a
Java application on the same computer.
-Andy