0 Replies Latest reply on Apr 25, 2009 6:55 AM by quinten.jiang

    Jboss Seam tool for eclipse issue

    quinten.jiang

      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,