[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 : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4106387
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[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 this exception is i did not defined any method in my DAO 
session Bean, please tell me what is the pupose of this Exception, against 
inheritance in EJB3 world?



View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4106440#4106440

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4106440
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user