0 Replies Latest reply on Apr 10, 2007 5:35 AM by toni

      @Destroy   @Remove   public void destroy()   { @Synch

    toni

      Hi,

      I'm using a SFSB, which calls upong another SLSB to start a task, which takes about two minutes or so to finnish.

      The problem I run into is that another requests gets trigger, starting another task, which creates duplicate entries.

      I have placed @Synchronized on the SFSB, hoping it would solve the issue, but it did not.

      Any ideas how to go about a szenario like this?