Can you explain a little more please?
In my EjbLocator class, I use
@PersistenceContext(unitName="StatInfoUnit")
private EntityManager manager;
public T find(Class ejb3Class, Object id) {
return manager.find(ejb3Class, id);
}
How should I do?
Thanks
JFH
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4068743#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...