1 Reply Latest reply on Apr 27, 2010 8:17 AM by amitev

    Conversation sscope type issue

    ashutoshdeora

      i have used a code base as below
      please can any one tell me why it did not gave any error




      @Stateless
      @Name("trailConv")
      @Scope(ScopeType.CONVERSATION)
      public class TrailConv implements TrailConvLocal{
      
              
              public void printSys(){
                      System.out.println("stateless forcefully converted into stateful");
              }
      }