anonymous wrote : PrStaffHome prStaffHome = new PrStaffHome();
This is incorrect. You should not be instantiating a EJB in your code. Instead you should
be doing a "lookup" of the bean. See my reply dated Mon May 26, 2008 11:02 AM in
one other similar post at
http://www.jboss.com/index.html?module=bb&op=viewtopic&t=136213
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4158957#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...