4 Replies Latest reply on Oct 29, 2008 12:49 AM by magoicochea

    Are interfaces need when using EAR as deployment?

    magoicochea

      Hello


      I am deploying my Seam project using an EAR. However I am not declaring my action beans with @Stateful or other EJB annotations.


      Nevertheless, I am getting a PropertyNotFound Exception: property ItemId cannot be read on type Java.lang.Long, which I think that is being caused because I am not using interfaces for my action beans, although I thought this is not necessary when you are using POJOs.