10000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf4482d commit 6b84efdCopy full SHA for 6b84efd
cdi/beanmanager/src/test/java/org/javaee7/cdi/beanmanager/GreetingTest.java
@@ -50,7 +50,7 @@ public void testCurrent() throws Exception {
50
}
51
52
@Test
53
- public void test() throws Exception {
+ public void testJNDI() throws Exception {
54
// Third way to get BeanManager: name service
55
BeanManager bm = InitialContext.doLookup("java:comp/BeanManager");
56
0 commit comments