-
Enhancement
-
Resolution: Done
-
Major
-
jbossws-cxf-4.2
-
None
Support to create deployment archives directly in testcase in java using shrinkwrap instead of creating ant task.
Advantages
- test case does not require to run ant task before running
- test case can be easily run from IDE
- can be used for arquillian integration the future
- definition of deployed archives is visible in test case ant not in separate xml
the change requires adding shrinkwrap dependency in the modules/testsuite/pom.xml and optional change of JBossWSTestHelper to provide basic support
See attached patch patch_jbossws_cxf_trunk_modules_testsuite_shrinkwrap_integration.txt
and example usage in
patch_jbossws_cxf_trunk_modules_testsuite_shrinkwrap_integration_example.txt