-
Task
-
Resolution: Done
-
Major
-
None
-
None
The org.jboss.as.test.shared.integration.ejb.security.PermissionUtils could use some love:
1) It should not duplicate methods from core's org.jboss.as.test.shared.PermissionUtils. (Delegating to them is fine.) Note that if WFCORE-6461 is resolved and integrated this would take remove the actual use of xom, and then all refs to xom in the poms should be removed.
3) For it's other methods, related to creating FilePermission instances see if moving them to org.jboss.as.test.shared.PermissionUtils makes sense.
a) If so, do so and remove the full WF class altogether.
b) If not repackage this class as it's not EJB specific and is used in multiple other places.
- depends on
-
WFCORE-6518 Move createFilePermission methods from WF org.jboss.as.test.shared.integration.ejb.security.PermissionUtils to org.jboss.as.test.shared.PermissionUtils
- Resolved