[JBoss JIRA] (WFLY-13249) WebSecurityCERTTestCase fails on IBM JDK when elytron is enabled
by Sonia Zaldana (Jira)
[ https://issues.redhat.com/browse/WFLY-13249?page=com.atlassian.jira.plugi... ]
Sonia Zaldana commented on WFLY-13249:
--------------------------------------
This error is caused by conflicting TLS versions in the client and server. On the client side, SSLContext.getInstance("TLS") behaves differently for IBM JDK than with the Oracle implementation. With the Oracle implementation, the protocols TLS V1.0, V1.1 and V1.2 are enabled. On the other hand, with IBM, only TLS V1.0 is enabled. Since the server was set up to use TLSv1.2 explicitly, the solution is matching the TLS version on the client side to the server side version.
> WebSecurityCERTTestCase fails on IBM JDK when elytron is enabled
> ----------------------------------------------------------------
>
> Key: WFLY-13249
> URL: https://issues.redhat.com/browse/WFLY-13249
> Project: WildFly
> Issue Type: Bug
> Components: Security, Test Suite
> Reporter: Fabio Burzigotti
> Assignee: Sonia Zaldana
> Priority: Major
>
> The WebSecurityCERTTestCase fails only on IBM JDK, due to the following root cause:
> {code}
> Caused by: java.security.NoSuchAlgorithmException: SunX509 TrustManagerFactory not available
> {code}
> which in turn is due to the fact that the used algorithm is not available on IMB JDK, see for instance https://www-01.ibm.com/support/docview.wss?uid=swg1IT04505
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 1 month
[JBoss JIRA] (WFCORE-4985) Upgrade JBoss Invocation from 1.5.2 to 1.5.3
by Brian Stansberry (Jira)
[ https://issues.redhat.com/browse/WFCORE-4985?page=com.atlassian.jira.plug... ]
Brian Stansberry commented on WFCORE-4985:
------------------------------------------
WFCORE-4985 / JBINV-9 is to track a workaround for WFCORE-4514. JBINV-9 guards against the WildFly ClassMetadataSource.getDeclaredMethods impl issue Jaikiran identified in WFCORE-4514.
I don't think we should regard WFCORE-4985 as a fix for WFCORE-4514 and instead we can use that to track any work on the ClassMetadataSource.getDeclaredMethods impl issue.
> Upgrade JBoss Invocation from 1.5.2 to 1.5.3
> --------------------------------------------
>
> Key: WFCORE-4985
> URL: https://issues.redhat.com/browse/WFCORE-4985
> Project: WildFly Core
> Issue Type: Component Upgrade
> Components: Server
> Reporter: Brian Stansberry
> Priority: Major
>
> Pick up JBINV-9.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 1 month
[JBoss JIRA] (DROOLS-5381) Implement sourcecode generation for TreeModel
by Gabriele Cardosi (Jira)
Gabriele Cardosi created DROOLS-5381:
----------------------------------------
Summary: Implement sourcecode generation for TreeModel
Key: DROOLS-5381
URL: https://issues.redhat.com/browse/DROOLS-5381
Project: Drools
Issue Type: Task
Reporter: Gabriele Cardosi
Assignee: Gabriele Cardosi
Implement sourcecode generation for TreeModel
TreeModelImplementationProvider.getKiePMMLDroolsModelSourcesMap()
Actually it should be just a matter of reorganize code. See
ScorecardModelImplementationProvider.getKiePMMLScorecardModelSourcesMap
KiePMMLScorecardModelFactory.getKiePMMLScorecardModelSourcesMap
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 1 month