Normally Jboss seam tool for eclipse generate two src folders, one is src/hot, to store
session bean, and another is src/main to store entity bean, then deply src/hot code into
WEB-INF/dev, and deply src/main code into WEB-INF/classes. So if I create a custome
Servlet under src/hot, then System can not find servlet class, if create Servlet under
src/main, when I try to inject seam session bean, then system can not find session bean
from servlet. May I know how to solve this issue?
Thanks,
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4226700#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...