[JBoss JIRA] (JBWS-3669) DelegateClassLoader: avoid needing read permission when getting resources through ModuleClassLoader
by Alessio Soldano (JIRA)
Alessio Soldano created JBWS-3669:
-------------------------------------
Summary: DelegateClassLoader: avoid needing read permission when getting resources through ModuleClassLoader
Key: JBWS-3669
URL: https://issues.jboss.org/browse/JBWS-3669
Project: JBoss Web Services
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: jbossws-cxf, jbossws-integration
Reporter: Alessio Soldano
Assignee: Alessio Soldano
Fix For: jbossws-cxf-4.2
The DelegateClassLoader::getResourceAsStream should not try opening connections from URL returned by ModuleClassLoader::getResource and rely on the corresponding getResourceAsStream. That way read permissions checks are up to the ModuleClassLoader implementation.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years, 8 months
[JBoss JIRA] (JBWS-3668) Arquillian integration in testsuite
by Petr Sakař (JIRA)
[ https://issues.jboss.org/browse/JBWS-3668?page=com.atlassian.jira.plugin.... ]
Petr Sakař updated JBWS-3668:
-----------------------------
Attachment: patch_jbossws_cxf_trunk_modules_testsuite_shrinkwrap_arquillian_integration.txt
patch_jbossws_cxf_trunk_modules_testsuite_shrinkwrap_arquillian_integration_example.txt
> Arquillian integration in testsuite
> -----------------------------------
>
> Key: JBWS-3668
> URL: https://issues.jboss.org/browse/JBWS-3668
> Project: JBoss Web Services
> Issue Type: Enhancement
> Security Level: Public(Everyone can see)
> Components: jbossws-cxf
> Affects Versions: jbossws-cxf-4.3
> Reporter: Petr Sakař
> Priority: Optional
> Attachments: patch_jbossws_cxf_trunk_modules_testsuite_shrinkwrap_arquillian_integration.txt, patch_jbossws_cxf_trunk_modules_testsuite_shrinkwrap_arquillian_integration_example.txt
>
>
> Would be nice to be able to write integration test cases using arquillian to deploy to AS. Attached patch and example testcase.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years, 8 months
[JBoss JIRA] (JBWS-3668) Arquillian integration in testsuite
by Petr Sakař (JIRA)
Petr Sakař created JBWS-3668:
--------------------------------
Summary: Arquillian integration in testsuite
Key: JBWS-3668
URL: https://issues.jboss.org/browse/JBWS-3668
Project: JBoss Web Services
Issue Type: Enhancement
Security Level: Public (Everyone can see)
Components: jbossws-cxf
Affects Versions: jbossws-cxf-4.3
Reporter: Petr Sakař
Priority: Optional
Would be nice to be able to write integration test cases using arquillian to deploy to AS. Attached patch and example testcase.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years, 8 months
[JBoss JIRA] (JBWS-3667) Support to create deployment archives directly in testcase using shrinkwrap
by Petr Sakař (JIRA)
[ https://issues.jboss.org/browse/JBWS-3667?page=com.atlassian.jira.plugin.... ]
Petr Sakař updated JBWS-3667:
-----------------------------
Attachment: (was: patch_jbossws_cxf_trunk_modules_testsuite_shrinkwrap_integration.v2.txt)
> Support to create deployment archives directly in testcase using shrinkwrap
> ---------------------------------------------------------------------------
>
> Key: JBWS-3667
> URL: https://issues.jboss.org/browse/JBWS-3667
> Project: JBoss Web Services
> Issue Type: Enhancement
> Security Level: Public(Everyone can see)
> Components: jbossws-cxf
> Affects Versions: jbossws-cxf-4.2
> Reporter: Petr Sakař
> Fix For: jbossws-cxf-4.3
>
> Attachments: patch_jbossws_cxf_trunk_modules_testsuite_shrinkwrap_integration.v3.txt, patch_jbossws_cxf_trunk_modules_testsuite_shrinkwrap_integration_example.v2.txt
>
>
> 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
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years, 8 months
[JBoss JIRA] (JBWS-3667) Support to create deployment archives directly in testcase using shrinkwrap
by Petr Sakař (JIRA)
[ https://issues.jboss.org/browse/JBWS-3667?page=com.atlassian.jira.plugin.... ]
Petr Sakař updated JBWS-3667:
-----------------------------
Attachment: patch_jbossws_cxf_trunk_modules_testsuite_shrinkwrap_integration.v3.txt
fixed scope of shrinkwrap dependency
> Support to create deployment archives directly in testcase using shrinkwrap
> ---------------------------------------------------------------------------
>
> Key: JBWS-3667
> URL: https://issues.jboss.org/browse/JBWS-3667
> Project: JBoss Web Services
> Issue Type: Enhancement
> Security Level: Public(Everyone can see)
> Components: jbossws-cxf
> Affects Versions: jbossws-cxf-4.2
> Reporter: Petr Sakař
> Fix For: jbossws-cxf-4.3
>
> Attachments: patch_jbossws_cxf_trunk_modules_testsuite_shrinkwrap_integration.v3.txt, patch_jbossws_cxf_trunk_modules_testsuite_shrinkwrap_integration_example.v2.txt
>
>
> 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
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years, 8 months
[JBoss JIRA] (JBWS-3667) Support to create deployment archives directly in testcase using shrinkwrap
by Petr Sakař (JIRA)
[ https://issues.jboss.org/browse/JBWS-3667?page=com.atlassian.jira.plugin.... ]
Petr Sakař updated JBWS-3667:
-----------------------------
Attachment: (was: patch_jbossws_cxf_trunk_modules_testsuite_shrinkwrap_integration.txt)
> Support to create deployment archives directly in testcase using shrinkwrap
> ---------------------------------------------------------------------------
>
> Key: JBWS-3667
> URL: https://issues.jboss.org/browse/JBWS-3667
> Project: JBoss Web Services
> Issue Type: Enhancement
> Security Level: Public(Everyone can see)
> Components: jbossws-cxf
> Affects Versions: jbossws-cxf-4.2
> Reporter: Petr Sakař
> Fix For: jbossws-cxf-4.3
>
> Attachments: patch_jbossws_cxf_trunk_modules_testsuite_shrinkwrap_integration.v2.txt, patch_jbossws_cxf_trunk_modules_testsuite_shrinkwrap_integration_example.v2.txt
>
>
> 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
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years, 8 months