0 Replies Latest reply on Nov 27, 2013 10:32 AM by fbulleri

    How to manage multiple sessions on a single Arquillian test

    fbulleri

      Hi,

       

      is there anyone who face the problem to test concurrency on a single arquillian test? I'd like to simulate multiple sessions without creating threads and contexts. Maybe using Drone? The problem here is to launch multiple resource-demanding CDI bean methods, each from a single distinct session, to prove that the methods don't interfere with each other, e.g. throwing a concurrent access exception.

       

      Thanks in advance.