1 2 Previous Next 16 Replies Latest reply on Sep 29, 2006 12:01 PM by gavin.king Go to original post
      • 15. Re: Seam calling other ejbs
        bizimalem

        Hi,
        thank you for your answer. It worked for me!

        "gavin.king@jboss.com" wrote:
        @Name is not the only way to make something a Seam component - you can alternatively use components.xml.


        Another question:

        I am using @NotNull in the mentioned domain object, to set not null constraint. Is it possible to configure these constraints in components.xml. I do not want to couple my business layer with seam.

        thanks.





        • 16. Re: Seam calling other ejbs
          gavin.king

          No, not at this time. But @NotNull has nothing to do with Seam. It is part of hibernate Validator.

          1 2 Previous Next