2 Replies Latest reply on Dec 4, 2006 6:46 PM by smokingapipe

    javax.ejb.ConcurrentAccessException: no concurrent calls on

    smokingapipe

      I'm getting the exception above with a SFSB that has two methods which are annotated @Factory. I'm guessing that this means that I'm not allowed to have two @Factory methods in one SFSB, because it doesn't know which one to call first, so it refused to do it? I did a Google and I didn't find ANY pages that talk about this exception. Any ideas would be appreciated.

      This is with Seam 1.1 CR1.