2 Replies Latest reply on Aug 20, 2010 2:35 PM by quintenjiang.kinsonjob.yahoo.com

    Seam pay example

    quintenjiang.kinsonjob.yahoo.com
      The method in the class PaymentHome:

      Timer timer = processor.schedulePayment(...);

      if (timer != null) { ...}

      But I check the method schedulePayment definition:
      public Timer schedulePayment(..) { return null;}

      which always return NULL, is it my misunderstand?


      Thanks