2 Replies Latest reply on Nov 15, 2007 4:18 PM by asookazian

    using Begin and Factory annotations on same method

    asookazian

      is it "safe/ok" to do the following with a conversation scoped SFSB?

      @Begin
      @Factory("myAuditList")
      public void findAuditList() {
      ...
      }
      
      @End
      public void submit() {
      ...
      }