2 Replies Latest reply on Aug 14, 2007 6:07 AM by mnrz

    beans and different packages

    mnrz

      Hi all

      I want to put different beans in different packages, for example, my ejbs to perform the persistence operations in a package say "dao" and my jsf beans regarding presentation layer in another package namely "view" but the problem is that Seam doesn't know them, JBoss Seam only knows the beans located in "view" package

      is there any way to declare which packages contain my beans?

      thank you very much