0
votes
0answers
38 views

JSFUnit inconsistently getting JSFServerSession

We are trying to run JSFUnit with Arquillian on a WebLogic 12c container and are running into a few problems. First, when we try to use the @InitialPage annotation to inject in the JSFServerSession ...
0
votes
1answer
158 views

Arquillian - Not Matching any defined Container for WebLogic

I am trying to setup arquillian with Weblogic 12c. I am not using Maven which is part of the difficulty. I am using Ant. I keep getting the following errors: Could not read active container ...
2
votes
0answers
332 views

Maven with automated testing using TestNG, JSFUnit 2 and Arquillian

im currently trying to make a JSFUnit-Test with Arquillian and TestNG, but the JSFServerSession and JSFClientSession-object is NULL. Is there a working EXAMPLE for having JSFUnit and TestNG? Or is ...