1 Reply Latest reply on Feb 24, 2017 6:37 AM by bmajsak

    Arquillian on WAS remote container and @PersistenceContext

    teewetee

      For integration tests I wanted to use Arquillian and followed all the steps in the 'getting started tutorial'. Since I have an existing application things are not so trivial to set up however I managed to fix most of the problems. Now I get a NPE exception which indicates that CDI is not working. According to the WAS 8.5 remote container documentation I realized that @PersistenceContextis not supported. This is unfortunate but I don't want to give up hope just yet - so is there any other possibility to make arquillian work for our tests?

      Maybe there is a new version of the container about to be released? Or is it an inherit limitation of the implementation provided by ibm? It would be really helpful if you could shed some light on the situation...

      (I can provide some exemplary source code if necessary)

        • 1. Re: Arquillian on WAS remote container and @PersistenceContext
          bmajsak

          Hi,

           

          please provide some example code. This would help me better understand your challenge.

           

          Quite a while ago I've been working on the app running on WAS 8.5 and we were testing persistence layer using Arquillian (and Arquillian Persistence Extension). Not by directly using @PersistenceContext in the test itself, but through CDI repositories.