[JBoss JIRA] (JBWS-4195) UsernameAuthorizationTestCase & UsernameAuthorizationDigestTestCase fail with elytron profile after upgrade to CXF 3.3.x
by Jim Ma (Jira)
Jim Ma created JBWS-4195:
----------------------------
Summary: UsernameAuthorizationTestCase & UsernameAuthorizationDigestTestCase fail with elytron profile after upgrade to CXF 3.3.x
Key: JBWS-4195
URL: https://issues.jboss.org/browse/JBWS-4195
Project: JBoss Web Services
Issue Type: Bug
Affects Versions: jbossws-cxf-5.3.0.Final
Reporter: Jan Blizňák
Assignee: Jim Ma
The WS-Security Policy tests org.jboss.test.ws.jaxws.samples.wsse.policy.jaas.UsernameAuthorizationTestCase and org.jboss.test.ws.jaxws.samples.wsse.policy.jaas.UsernameAuthorizationDigestTestCase fail when running testsuite with elytron profile (server security configured via elytron subsystem).
The breaking commit is https://github.com/jbossws/jbossws-cxf/commit/149c0fc8d19e566541d919e73b6...
To reproduce:
{code:java}
# last commit that passes
git checkout fbdbe55e6ff686cad85be6552e1139efb87645f8
mvn clean verify -Pwildfly1600 -pl :jbossws-cxf-specific-tests -am -Dtest=UsernameAuthorizationTestCaseUsernameAuthorizationDigestTestCase, -DadditionalGroovyScriptSuffix=-elytron
# fails
git checkout 149c0fc8d19e566541d919e73b608ae53ca3fefb
mvn clean verify -Pwildfly1600 -pl :jbossws-cxf-specific-tests -am -Dtest=UsernameAuthorizationTestCase,UsernameAuthorizationDigestTestCase -DadditionalGroovyScriptSuffix=-elytron
# passes without elytron configuration
mvn clean verify -Pwildfly1600 -pl :jbossws-cxf-specific-tests -am -Dtest=UsernameAuthorizationTestCase,UsernameAuthorizationDigestTestCase
{code}
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
5 years, 1 month
[JBoss JIRA] (JBWS-4187) Allow to change default startup timeout when starting containers in TS
by Jim Ma (Jira)
[ https://issues.jboss.org/browse/JBWS-4187?page=com.atlassian.jira.plugin.... ]
Jim Ma updated JBWS-4187:
-------------------------
Component/s: jbossws-cxf
> Allow to change default startup timeout when starting containers in TS
> ----------------------------------------------------------------------
>
> Key: JBWS-4187
> URL: https://issues.jboss.org/browse/JBWS-4187
> Project: JBoss Web Services
> Issue Type: Task
> Components: jbossws-cxf
> Affects Versions: jbossws-cxf-5.3.0.Final
> Reporter: Jan Blizňák
> Assignee: Jan Blizňák
> Priority: Minor
> Fix For: jbossws-cxf-5.3.1.Final
>
>
> Current setup for arquillian doesn't set {{startupTimeoutInSeconds}} property and as such it uses default 60s timeout for every container started during testsuite execution.
> This is fine most of the time but when executing accross many platforms and JDK combinations in CI on heavily used machines it happens from time to time this timeout is not enough. It would be convinient to have the ability to set the timeout to the higher value form the command line.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
5 years, 1 month