[JBoss JIRA] (JBWS-4067) The exception should be able to return to client if retry is 0 with ws-rm
by Petr Jurak (JIRA)
[ https://issues.jboss.org/browse/JBWS-4067?page=com.atlassian.jira.plugin.... ]
Petr Jurak commented on JBWS-4067:
----------------------------------
[~asoldano] Apache CXF released versions 3.1.12, 3.0.14 some time ago, so we should put fix for CXF-7350 into our fork.
> The exception should be able to return to client if retry is 0 with ws-rm
> -------------------------------------------------------------------------
>
> Key: JBWS-4067
> URL: https://issues.jboss.org/browse/JBWS-4067
> Project: JBoss Web Services
> Issue Type: Bug
> Components: jbossws-cxf, ws-reliable
> Reporter: Petr Jurak
> Assignee: Alessio Soldano
>
> CXF-2841 fix the scenario that when the ws-rm retransmission kick in the exception occured in client out interceptor shouldn't return to client. However, there's case that ws-rm retry set as 0 like
> SourcePolicyType sourcePolicy = new SourcePolicyType();
> RetryPolicyType retryP = new RetryPolicyType();
> retryP.setMaxRetries(0);
> sourcePolicy.setRetryPolicy(retryP);
> bus.getExtension(RMManager.class).setSourcePolicy(sourcePolicy);
> In this case the exception should be able to return to client so that the client can fast fail.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
7 years, 3 months
[JBoss JIRA] (JBWS-4074) WSDL system property expansion not working on endpoint address
by Alessio Soldano (JIRA)
Alessio Soldano created JBWS-4074:
-------------------------------------
Summary: WSDL system property expansion not working on endpoint address
Key: JBWS-4074
URL: https://issues.jboss.org/browse/JBWS-4074
Project: JBoss Web Services
Issue Type: Bug
Components: jbossws-cxf
Reporter: Alessio Soldano
Assignee: Alessio Soldano
Fix For: jbossws-cxf-5.2.0.Final
Deployment of contract first SOAP-over-JMS endpoint with system property references in wsdl soap:address element value fails because the endpoint address is read before the property expansion takes place.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
7 years, 3 months
[JBoss JIRA] (JBWS-4067) The exception should be able to return to client if retry is 0 with ws-rm
by RH Bugzilla Integration (JIRA)
[ https://issues.jboss.org/browse/JBWS-4067?page=com.atlassian.jira.plugin.... ]
RH Bugzilla Integration commented on JBWS-4067:
-----------------------------------------------
Peter Mackay <pmackay(a)redhat.com> changed the Status of [bug 1449287|https://bugzilla.redhat.com/show_bug.cgi?id=1449287] from ON_QA to VERIFIED
> The exception should be able to return to client if retry is 0 with ws-rm
> -------------------------------------------------------------------------
>
> Key: JBWS-4067
> URL: https://issues.jboss.org/browse/JBWS-4067
> Project: JBoss Web Services
> Issue Type: Bug
> Components: jbossws-cxf, ws-reliable
> Reporter: Petr Jurak
> Assignee: Alessio Soldano
>
> CXF-2841 fix the scenario that when the ws-rm retransmission kick in the exception occured in client out interceptor shouldn't return to client. However, there's case that ws-rm retry set as 0 like
> SourcePolicyType sourcePolicy = new SourcePolicyType();
> RetryPolicyType retryP = new RetryPolicyType();
> retryP.setMaxRetries(0);
> sourcePolicy.setRetryPolicy(retryP);
> bus.getExtension(RMManager.class).setSourcePolicy(sourcePolicy);
> In this case the exception should be able to return to client so that the client can fast fail.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
7 years, 3 months