11 Replies Latest reply on May 6, 2009 10:54 AM by akazakov

    Jboss Seam tool for eclipse issue

      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,