2 Replies Latest reply on Apr 27, 2009 2:23 PM by consapro

    Stateful session beans may not be bound to the PAGE context

    consapro

      Hi @all,


      i've following problem.


      if i try to start jboss with following code inside i get an error:


      @Stateful
      @Scope(ScopeType.PAGE)
      @Name(locationEditController)
      public class LocationEditControllerImpl implements LocationEditController { ... }


      Why I get the message: Stateful session beans may not be bound to the PAGE context


      thx for Info's


      P.S. I am a J2EE and Seam newcomer ;-)