You need to call it in a JSF phase:
| @Test
| public void myTest throws Exception {
|
| new FacesRequest() {
| protected void invokeApplication() throws Exception {
| Component.getInstance("entityManager");
| }
| }.run();
|
| }
|
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4052998#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...