File tree 1 file changed +3
-5
lines changed
1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -52,22 +52,20 @@ There are 5 available container profiles:
52
52
53
53
`` -DlibertyManagedArquillian_wlpHome=/opt/wlp ``
54
54
55
- This profile also requires the localConnector feature to be configured in server.xml, and if all tests are to be run at least the
56
- javaee-7.0 feature and jaspic-1.1 (even though this is part of Java EE 7 already). E.g.
55
+ This profile also requires the localConnector feature to be configured in server.xml, and if all tests are to be run the
56
+ javaee-7.0 feature E.g.
57
57
58
58
``` xml
59
59
<featureManager >
60
60
<feature >javaee-7.0</feature >
61
- <feature >jaspic-1.1</feature >
62
61
<feature >localConnector-1.0</feature >
63
62
</featureManager >
64
63
```
65
64
66
- For the JASPIC tests to even be attempted to be executed a cheat is needed that creates a user in Liberty's internal user registry:
65
+ For the JASPIC tests to even be attempted to be executed a cheat is needed that creates a group in Liberty's internal user registry:
67
66
68
67
```xml
69
68
<basicRegistry id =" basic" >
70
- <user name =" test" password =" not needed" />
71
69
<group name =" architect" />
72
70
</basicRegistry >
73
71
```
You can’t perform that action at this time.
0 commit comments