1 Reply Latest reply on Mar 1, 2007 7:44 PM by rmemoria

    SessionBean Interface @Local Annotation

    trickyvail

      I was tracking down an error in my code and noticed that the Seam example code may be missing an annotation.

      Specifically the ShoppingCart.java interface in the DVD Store example does not have a @Local annotation although it does appear to define a locally accessed stateful session bean.

      Is the EJB3 @Local annotation superfluous when using Seam?