Created
March 13, 2012 11:37
-
-
Save OndraZizka/2028282 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| * @EJB(name="ejb/myejb") org.acme.MyEjb myejb | |
| * <p/> | |
| * If the 'name' attribute is specified, the {@link JavaEEBeanLocator} will | |
| * search in the JNDI registry for an EJB named 'java:comp/env/<name>' | |
| * (in the example: 'java:comp/env/ejb/myejb') | |
| * <p/> | |
| * If the 'name' attribute is not specified the {@link JavaEEBeanLocator} | |
| * will search in the JNDI registry for an EJB named | |
| * 'java:comp/env/<complete-class-name-of-the-ejb>' (in the example: | |
| * 'java:comp/env/com.acme.MyEjb) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment