| |
|
| java.lang.Object org.ow2.easybeans.tests.webservice.environment.TestEJBRef
TestEJBRef | public class TestEJBRef (Code) | | Verifies if the EJB references injection is following the JSR 220.
author: Gisele Pinheiro Souza author: Eduardo Studzinski Estima de Castro |
Method Summary | |
public void | startUp() Gets the instance used in the test. | public void | test00() Checks if the annotation @EJB is working properly. |
startUp | public void startUp() throws Exception(Code) | | Gets the instance used in the test.
throws: Exception - if there is a problem with the bean initialization. |
test00 | public void test00() throws Exception(Code) | | Checks if the annotation @EJB is working properly. A webservice is used to access the bean.
throws: Exception - if a problem occurs. |
|
|
|