[JBoss JIRA] (JBWS-3601) SOAPFaultException cannot render SOAP 1.2 Fault Subcode in CXF
by RH Bugzilla Integration (JIRA)
[ https://issues.jboss.org/browse/JBWS-3601?page=com.atlassian.jira.plugin.... ]
RH Bugzilla Integration commented on JBWS-3601:
-----------------------------------------------
Carlo de Wolf <cdewolf(a)redhat.com> changed the Status of [bug 913411|https://bugzilla.redhat.com/show_bug.cgi?id=913411] from POST to MODIFIED
> SOAPFaultException cannot render SOAP 1.2 Fault Subcode in CXF
> --------------------------------------------------------------
>
> Key: JBWS-3601
> URL: https://issues.jboss.org/browse/JBWS-3601
> Project: JBoss Web Services
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: jbossws-cxf
> Affects Versions: jbossws-cxf-4.0.2
> Environment: JBoss Enterprise Application Platform 6
> Reporter: Tadayoshi Sato
> Assignee: Alessio Soldano
> Labels: cxf
> Fix For: jbossws-cxf-4.2
>
>
> Backport https://issues.apache.org/jira/browse/CXF-4790, which is the root cause. The code below doesn't render {{<soapenv:Subcode>}}.
> {code}
> import javax.xml.soap.SOAPConstants;
> import javax.xml.soap.SOAPFactory;
> import javax.xml.soap.SOAPFault;
> import javax.xml.ws.soap.SOAPFaultException;
> ...
> SOAPFactory factory = SOAPFactory.newInstance(SOAPConstants.SOAP_1_2_PROTOCOL);
> SOAPFault fault = factory.createFault("Operator not found", new QName(SOAPConstants.URI_NS_SOAP_1_2_ENVELOPE, "Receiver"));
> fault.appendFaultSubcode(new QName("...", "OperatorNotFound"));
> ...
> throw new SOAPFaultException(fault);
> {code}
--
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, 4 months
[JBoss JIRA] (JBWS-3663) Remove eclipse warnings in modules/testsuites
by Petr Sakař (JIRA)
Petr Sakař created JBWS-3663:
--------------------------------
Summary: Remove eclipse warnings in modules/testsuites
Key: JBWS-3663
URL: https://issues.jboss.org/browse/JBWS-3663
Project: JBoss Web Services
Issue Type: Task
Security Level: Public (Everyone can see)
Components: jbossws-cxf
Affects Versions: jbossws-cxf-4.2
Reporter: Petr Sakař
Priority: Minor
Fix For: jbossws-cxf-4.2
Remove eclipse warnings in modules/testsuite. Patch handles warnings related to unused import, generics, etc. Few warnings left should be checked / handled separately case by case if possible.
Attached patches for branck 4.1.x and for trunk
--
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, 4 months
[JBoss JIRA] (JBWS-3662) dynamic registration of Bouncy Castle JCE provider in cxf specific tests
by Petr Sakař (JIRA)
[ https://issues.jboss.org/browse/JBWS-3662?page=com.atlassian.jira.plugin.... ]
Petr Sakař updated JBWS-3662:
-----------------------------
Attachment: patch_jbossws_cxf_specific_tests_bc_provider_dynamic_registration.v2.txt
includes patch for annotated test case as well
> dynamic registration of Bouncy Castle JCE provider in cxf specific tests
> ------------------------------------------------------------------------
>
> Key: JBWS-3662
> URL: https://issues.jboss.org/browse/JBWS-3662
> Project: JBoss Web Services
> Issue Type: Enhancement
> Security Level: Public(Everyone can see)
> Components: jbossws-cxf
> Affects Versions: jbossws-cxf-4.1.3, jbossws-cxf-4.2
> Reporter: Petr Sakař
> Priority: Minor
> Attachments: patch_jbossws_cxf_specific_tests_bc_provider_dynamic_registration.v2.txt
>
>
> currently the SignEncryptGCMTestCase requires static registration of Bouncy Castle JCE provider in JRE. The patch removes this need
--
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, 4 months
[JBoss JIRA] (JBWS-3662) dynamic registration of Bouncy Castle JCE provider in cxf specific tests
by Petr Sakař (JIRA)
[ https://issues.jboss.org/browse/JBWS-3662?page=com.atlassian.jira.plugin.... ]
Petr Sakař updated JBWS-3662:
-----------------------------
Attachment: patch_jbossws_cxf_specific_tests_bc_provider_dynamic_registration.v2.txt
includes patch for annotated test case as well
> dynamic registration of Bouncy Castle JCE provider in cxf specific tests
> ------------------------------------------------------------------------
>
> Key: JBWS-3662
> URL: https://issues.jboss.org/browse/JBWS-3662
> Project: JBoss Web Services
> Issue Type: Enhancement
> Security Level: Public(Everyone can see)
> Components: jbossws-cxf
> Affects Versions: jbossws-cxf-4.1.3, jbossws-cxf-4.2
> Reporter: Petr Sakař
> Priority: Minor
> Attachments: patch_jbossws_cxf_specific_tests_bc_provider_dynamic_registration.v2.txt
>
>
> currently the SignEncryptGCMTestCase requires static registration of Bouncy Castle JCE provider in JRE. The patch removes this need
--
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, 4 months
[JBoss JIRA] (JBWS-3601) SOAPFaultException cannot render SOAP 1.2 Fault Subcode in CXF
by RH Bugzilla Integration (JIRA)
[ https://issues.jboss.org/browse/JBWS-3601?page=com.atlassian.jira.plugin.... ]
RH Bugzilla Integration commented on JBWS-3601:
-----------------------------------------------
Emmanuel Hugonnet <ehugonne(a)redhat.com> changed the Status of [bug 913411|https://bugzilla.redhat.com/show_bug.cgi?id=913411] from NEW to POST
> SOAPFaultException cannot render SOAP 1.2 Fault Subcode in CXF
> --------------------------------------------------------------
>
> Key: JBWS-3601
> URL: https://issues.jboss.org/browse/JBWS-3601
> Project: JBoss Web Services
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: jbossws-cxf
> Affects Versions: jbossws-cxf-4.0.2
> Environment: JBoss Enterprise Application Platform 6
> Reporter: Tadayoshi Sato
> Assignee: Alessio Soldano
> Labels: cxf
> Fix For: jbossws-cxf-4.2
>
>
> Backport https://issues.apache.org/jira/browse/CXF-4790, which is the root cause. The code below doesn't render {{<soapenv:Subcode>}}.
> {code}
> import javax.xml.soap.SOAPConstants;
> import javax.xml.soap.SOAPFactory;
> import javax.xml.soap.SOAPFault;
> import javax.xml.ws.soap.SOAPFaultException;
> ...
> SOAPFactory factory = SOAPFactory.newInstance(SOAPConstants.SOAP_1_2_PROTOCOL);
> SOAPFault fault = factory.createFault("Operator not found", new QName(SOAPConstants.URI_NS_SOAP_1_2_ENVELOPE, "Receiver"));
> fault.appendFaultSubcode(new QName("...", "OperatorNotFound"));
> ...
> throw new SOAPFaultException(fault);
> {code}
--
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, 4 months