Bug 916944
| Summary: | One off patch for JBWS-3571 | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [JBoss] JBoss Enterprise Application Platform 6 | Reporter: | Mustafa Musaji <mmusaji> | ||||||
| Component: | Web Services | Assignee: | Mustafa Musaji <mmusaji> | ||||||
| Status: | CLOSED WONTFIX | QA Contact: | |||||||
| Severity: | urgent | Docs Contact: | |||||||
| Priority: | urgent | ||||||||
| Version: | 6.0.1 | CC: | bmaxwell, jawilson | ||||||
| Target Milestone: | --- | ||||||||
| Target Release: | One-off release | ||||||||
| Hardware: | Unspecified | ||||||||
| OS: | Unspecified | ||||||||
| Whiteboard: | |||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||
| Doc Text: |
PATCH NAME:
bz-916944
PRODUCT NAME:
JBoss EAP
VERSION:
6.0.1.GA
SHORT DESCRIPTION:
SOAPAddressWSDLParser does not process wsdl imports
LONG DESCRIPTION:
SOAPAddressWSDLParser does not process wsdl imports
MANUAL INSTALL INSTRUCTIONS:
Backup and remove the following files:
$JBOSS_HOME/modules/org/jboss/ws/common/main/jbossws-common-2.0.4.GA-redhat-3.jar
$JBOSS_HOME/modules/org/jboss/ws/common/main/module.xml
$JBOSS_HOME/modules/org/jboss/ws/cxf/jbossws-cxf-server/main/jbossws-cxf-server-4.0.6.GA-redhat-2.jar
$JBOSS_HOME/modules/org/jboss/ws/cxf/jbossws-cxf-server/main/module.xml
Extract the patched files by either:
Using unzip:
unzip -d $JBOSS_HOME/ bz-916944.zip
Or by extracting the files from the zip to the following locations:
$JBOSS_HOME/modules/org/jboss/ws/common/main/jbossws-common-2.0.4.GA-redhat-3-bz-916944.jar
$JBOSS_HOME/modules/org/jboss/ws/common/main/module.xml
$JBOSS_HOME/modules/org/jboss/ws/cxf/jbossws-cxf-server/main/jbossws-cxf-server-4.0.6.GA-redhat-2-bz-916944.jar
$JBOSS_HOME/modules/org/jboss/ws/cxf/jbossws-cxf-server/main/module.xml
Instructions to uninstall:
Restore the following files that were backed up before the patch was installed:
$JBOSS_HOME/modules/org/jboss/ws/common/main/jbossws-common-2.0.4.GA-redhat-3.jar
$JBOSS_HOME/modules/org/jboss/ws/common/main/module.xml
$JBOSS_HOME/modules/org/jboss/ws/cxf/jbossws-cxf-server/main/jbossws-cxf-server-4.0.6.GA-redhat-2.jar
$JBOSS_HOME/modules/org/jboss/ws/cxf/jbossws-cxf-server/main/module.xml
COMPATIBILITY:
None
DEPENDENCIES:
JBoss EAP 6.0.1.GA
SUPERSEDES:
None
SUPERSEDED BY:
6.1.0
CREATOR:
Mustafa Musaji
DATE:
1 March 2013
|
Story Points: | --- | ||||||
| Clone Of: | Environment: | ||||||||
| Last Closed: | 2013-06-07 21:30:13 UTC | Type: | Support Patch | ||||||
| Regression: | --- | Mount Type: | --- | ||||||
| Documentation: | --- | CRM: | |||||||
| Verified Versions: | Category: | --- | |||||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||||
| Embargoed: | |||||||||
| Attachments: |
|
||||||||
|
Description
Mustafa Musaji
2013-03-01 09:51:32 UTC
Created one off patch for changed depending on jbossws cxf. https://svn.jboss.org/repos/jbossws/thirdparty/cxf/branches/cxf-2.4.9.jbossorg-1_BZ-916944/ Created one off branch for jbossws-common: https://svn.jboss.org/repos/jbossws/common/branches/jbossws-common-2.0.4.GA_BZ-916944 Created attachment 705879 [details]
Proposed Patch files for testing ONLY
I'm attaching a test patch
Deleted unnecessary patch branch https://svn.jboss.org/repos/jbossws/thirdparty/cxf/branches/cxf-2.4.9.jbossorg-1_BZ-916944/ [mmusaji@mmusaji jbossws-common-2.0.4.GA_BZ-916944]$ svn ci -m "[BZ916944] Added changes from JBWS-3570" Authentication realm: <https://svn.jboss.org:443> JBoss Labs SVN Repository Password for 'mmusaji': Sending src/main/java/org/jboss/ws/common/deployment/Message.properties Sending src/main/java/org/jboss/ws/common/deployment/SOAPAddressWSDLParser.java Transmitting file data .. Committed revision 17384. [mmusaji@mmusaji jbossws-cxf-4.0.6.GA_BZ-916944]$ svn ci -m "[BZ916944] Merged changes from JBWS-3571" Authentication realm: <https://svn.jboss.org:443> JBoss Labs SVN Repository Password for 'mmusaji': Sending modules/server/src/main/java/org/jboss/wsf/stack/cxf/RequestHandlerImpl.java Sending modules/server/src/main/java/org/jboss/wsf/stack/cxf/configuration/BusHolder.java Sending modules/server/src/main/java/org/jboss/wsf/stack/cxf/configuration/NonSpringBusHolder.java Sending modules/server/src/main/java/org/jboss/wsf/stack/cxf/configuration/SpringBusHolder.java Sending modules/server/src/main/java/org/jboss/wsf/stack/cxf/deployment/aspect/BusDeploymentAspect.java Sending modules/server/src/main/java/org/jboss/wsf/stack/cxf/metadata/MetadataBuilder.java Sending modules/server/src/main/java/org/jboss/wsf/stack/cxf/metadata/services/DDEndpoint.java Sending modules/server/src/main/java/org/jboss/wsf/stack/cxf/transport/AddressRewritingEndpointInfo.java Sending modules/server/src/main/java/org/jboss/wsf/stack/cxf/transport/SoapTransportFactoryExt.java Sending modules/testsuite/cxf-tests/src/test/java/org/jboss/test/ws/jaxws/cxf/jbws3098/BusHolderLifeCycleTestCase.java Transmitting file data .......... Committed revision 17385. Created attachment 710912 [details]
bz-916944.zip
changed BZ#### to bz-#####
Customer case is closed. I'm closing this as WON'T FIX. |