[jboss-user] [EJB 3.0] - Re: Need Help! encounter strange Exception:not used by any E

2007-11-20 Thread waynebaylor
i've seen this error before when i use @EJB, but don't actually invoke any methods on the injected instance. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4106387#4106387 Reply to the post :

[jboss-user] [EJB 3.0] - Re: Need Help! encounter strange Exception:not used by any E

2007-11-20 Thread xinhua
Hi, i use DAO pattern, all CRUD fuctions are supposed come from GenericDAO for example, in GenericDAO i defined findAll(), findById()then , i let EmailTemplate extends GenericDAO to get such frequently used functions and these crud functions are also INVOKED in my SLSB. If the reason of