I can’t make Arquillian and Websphere Embedded EJBContainer work smoothly together. Because I can’t use the arquillian-was-embedded-8 Jar File (Missing in Company Maven repository and Jenkins).
I try to load the WebSphereExtension (LoadableExtension) in my Junit test without success. Can someone point me to the right solution?
My second question is, even if i load this jar file locally in my IDE i also have problems with the interface (on my EJB’s). See the same issue here:
How can i avoid this?
Version arquillian = 1.1.4.Final
Version was = 8.0.0.11
Java 6, Junit 4.12, IDE Luna 4.4.2
Thank you in advance, I would appreciate it a lot