[JBoss JIRA] (WFCORE-3209) KerberosHttpMgmtSaslTestCase fails on JDK9 and IBM JDK8
by Jan Kalina (JIRA)
[ https://issues.jboss.org/browse/WFCORE-3209?page=com.atlassian.jira.plugi... ]
Jan Kalina edited comment on WFCORE-3209 at 8/28/17 2:55 PM:
-------------------------------------------------------------
First problem was need for *Subject.doAs* blocks around EJB method call to authenticate for JDK 9 (JDK 8 didnt needed it)
*For IBM* there is also second problem already documented in JBEAP-12698 - ChannelBinding with null initiator/acceptor address causes NPE in {{gssContext.setChannelBinding(channelBinding)}}.
This is already tracked in https://bugzilla.redhat.com/show_bug.cgi?id=1481103 .
was (Author: honza889):
First problem was need for *Subject.doAs* blocks around EJB method call to authenticate for JDK 9 (JDK 8 didnt needed it)
*For IBM* there is also second problem already documented in JBEAP-12698 - ChannelBinding with null initiator/acceptor address causes NPE. This is already tracked in https://bugzilla.redhat.com/show_bug.cgi?id=1481103 .
> KerberosHttpMgmtSaslTestCase fails on JDK9 and IBM JDK8
> --------------------------------------------------------
>
> Key: WFCORE-3209
> URL: https://issues.jboss.org/browse/WFCORE-3209
> Project: WildFly Core
> Issue Type: Bug
> Components: Security
> Affects Versions: 3.0.1.Final
> Reporter: Jan Kalina
> Assignee: Jan Kalina
> Priority: Critical
>
> Tomaz Cerar:
> kerberos tests in wildfly-core fail on jdk9 & ibm jdk 8
> {code}
> KerberosHttpMgmtSaslTestCase.testGssapiOverSsl
> KerberosHttpMgmtSaslTestCase.testGssapiWithoutSsl
> KerberosNativeMgmtSaslTestCase.testGssapiOverSsl
> KerberosNativeMgmtSaslTestCase.testGssapiWithoutSsl
> {code}
> regression was introduced as part of https://ci.wildfly.org/viewLog.html?buildId=71460&tab=buildChangesDiv&bui... changeset
> probably as part of WFCORE-3179
> Root exception is
> {code}GSSException: No valid credentials provided (Mechanism level: Failed to find any Kerberos tgt){code}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 8 months
[JBoss JIRA] (WFCORE-3209) KerberosHttpMgmtSaslTestCase fails on JDK9 and IBM JDK8
by Jan Kalina (JIRA)
Jan Kalina created WFCORE-3209:
----------------------------------
Summary: KerberosHttpMgmtSaslTestCase fails on JDK9 and IBM JDK8
Key: WFCORE-3209
URL: https://issues.jboss.org/browse/WFCORE-3209
Project: WildFly Core
Issue Type: Enhancement
Components: Security
Affects Versions: 3.0.1.Final
Reporter: Jan Kalina
Assignee: Jan Kalina
Priority: Critical
Tomaz Cerar:
kerberos tests in wildfly-core fail on jdk9 & ibm jdk 8
{code}
KerberosHttpMgmtSaslTestCase.testGssapiOverSsl
KerberosHttpMgmtSaslTestCase.testGssapiWithoutSsl
KerberosNativeMgmtSaslTestCase.testGssapiOverSsl
KerberosNativeMgmtSaslTestCase.testGssapiWithoutSsl
{code}
regression was introduced as part of https://ci.wildfly.org/viewLog.html?buildId=71460&tab=buildChangesDiv&bui... changeset
probably as part of WFCORE-3179
Root exception is
{code}GSSException: No valid credentials provided (Mechanism level: Failed to find any Kerberos tgt){code}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 8 months
[JBoss JIRA] (WFLY-9272) CDI events not clustered
by Giovanni Lovato (JIRA)
[ https://issues.jboss.org/browse/WFLY-9272?page=com.atlassian.jira.plugin.... ]
Giovanni Lovato updated WFLY-9272:
----------------------------------
Description:
When an EAR is deployed on a server group in full-ha profile, CDI events ({{javax.enterprise.event.Event}}) fired from a node are notified only to observer threads in the same node.
This limits the use of CDI events in distributed application, when events fired by users balanced on one node are missed by users balanced on other nodes.
In Payara this is already possibile for {{Serializable}} paylaods using annotations (see https://payara.gitbooks.io/payara-server/content/documentation/extended-d...).
It would be really useful to have this in WildFly too.
was:
When an EAR is deployed on a server group in full-ha profile, CDI events ({{javax.enterprise.event.Event}}) fired from a node are notified only to observer threads in the same node.
In Payara this is already possibile for {{Serializable}} paylaods using annotations (see https://payara.gitbooks.io/payara-server/content/documentation/extended-d...).
It would be really useful to have this in WildFly too.
> CDI events not clustered
> ------------------------
>
> Key: WFLY-9272
> URL: https://issues.jboss.org/browse/WFLY-9272
> Project: WildFly
> Issue Type: Feature Request
> Components: CDI / Weld, Clustering
> Affects Versions: 10.1.0.Final
> Reporter: Giovanni Lovato
> Assignee: Stuart Douglas
>
> When an EAR is deployed on a server group in full-ha profile, CDI events ({{javax.enterprise.event.Event}}) fired from a node are notified only to observer threads in the same node.
> This limits the use of CDI events in distributed application, when events fired by users balanced on one node are missed by users balanced on other nodes.
> In Payara this is already possibile for {{Serializable}} paylaods using annotations (see https://payara.gitbooks.io/payara-server/content/documentation/extended-d...).
> It would be really useful to have this in WildFly too.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 8 months
[JBoss JIRA] (WFCORE-3208) Saving an attachement should create the specified path if it doesn't exist
by Jean-Francois Denise (JIRA)
[ https://issues.jboss.org/browse/WFCORE-3208?page=com.atlassian.jira.plugi... ]
Jean-Francois Denise commented on WFCORE-3208:
----------------------------------------------
Perhaps not that common to create directories. You could add a new option --create-dirs (only enabled for save action)
If option in use, then directory created.
If no option is used, then exception with a clear message that the directory doesn't exist.
Documentation should state this behaviour.
Thanks.
> Saving an attachement should create the specified path if it doesn't exist
> --------------------------------------------------------------------------
>
> Key: WFCORE-3208
> URL: https://issues.jboss.org/browse/WFCORE-3208
> Project: WildFly Core
> Issue Type: Enhancement
> Components: CLI
> Affects Versions: 3.0.0.Final
> Reporter: ehsavoie Hugonnet
> Assignee: ehsavoie Hugonnet
> Priority: Minor
>
> When saving an attachment to a path, if the path doesn't exist then the operation will fail. I think we should create the intermediate directories.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 8 months