[JBoss JIRA] (SWSQE-731) Kiali Traffic Generator - Not running
by Hayk Hovsepyan (Jira)
Hayk Hovsepyan created SWSQE-731:
------------------------------------
Summary: Kiali Traffic Generator - Not running
Key: SWSQE-731
URL: https://issues.jboss.org/browse/SWSQE-731
Project: Kiali QE
Issue Type: Bug
Reporter: Hayk Hovsepyan
Assignee: Guilherme Baufaker Rêgo
Traffic Generator does not log any output and does not send any traffic.
This blocks bookinfo install job's checker, thus blocks PRT
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 2 months
[JBoss JIRA] (WFLY-12058) Deprecated WeldDeploymentMarker and WeldPortableExtensions functionality not working as expected
by Eduardo Martins (Jira)
Eduardo Martins created WFLY-12058:
--------------------------------------
Summary: Deprecated WeldDeploymentMarker and WeldPortableExtensions functionality not working as expected
Key: WFLY-12058
URL: https://issues.jboss.org/browse/WFLY-12058
Project: WildFly
Issue Type: Bug
Components: CDI / Weld
Reporter: Eduardo Martins
Assignee: Yeray Borges
WFLY-11186 deprecated WeldDeploymentMarker and WeldPortableExtensions, yet it also broken at least
WeldDeploymentMarker.isPartOfWeldDeployment(deploymentUnit) and WeldPortableExtensions.getPortableExtensions(deploymentUnit).registerExtensionInstance(new PortableExtension(deploymentUnit), deploymentUnit), which are not working as expected.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 2 months
[JBoss JIRA] (DROOLS-3985) [DMN Editor] No Build Error about missing inputs for imported node
by Jozef Marko (Jira)
[ https://issues.jboss.org/browse/DROOLS-3985?page=com.atlassian.jira.plugi... ]
Jozef Marko commented on DROOLS-3985:
-------------------------------------
Note from github comment, passed *dmn-context* data of included model, need to be wrapped by model name, for example:
{code:json}
{
'model-namespace' : namespace,
'model-name' : model_name,
'dmn-context' : {
'include1' : { // this is the name of my imported model
'Cars Per Hour' : 10
}
}
}
{code}
> [DMN Editor] No Build Error about missing inputs for imported node
> ------------------------------------------------------------------
>
> Key: DROOLS-3985
> URL: https://issues.jboss.org/browse/DROOLS-3985
> Project: Drools
> Issue Type: Bug
> Components: DMN Editor
> Affects Versions: 7.22.0.Final
> Reporter: Jozef Marko
> Assignee: Guilherme Gomes
> Priority: Major
> Labels: drools-tools
> Attachments: MySpace_dmn.imports.zip
>
>
> This Iss was spotted during review of [PR|https://github.com/kiegroup/kie-wb-common/pull/2620] for DROOLS-3829 and DROOLS-3934.
> If user deploy a model with imported node, and this node miss inputs, no build error appears. However there is error if user tries to execute such model, for example via rest.
> h3. Steps To Reproduce
> # Deploy the attached project to kie server
> # Try to execute the model as:
> {code:sh}
> curl -u testadmin:'admin1234;' -H "accept: application/json" -H "content-type: application/json" -X POST "http://localhost:8080/kie-server/services/rest/server/containers/dmn.impo..." -d "{ \"model-namespace\" : \"https://github.com/kiegroup/drools/kie-dmn/_547C193C-0B52-45F5-877E-F74A7...", \"model-name\" : \"routes\", \"decision-name\" : [\"Traffic.Traffic\" ], \"decision-id\" : [ ], \"dmn-context\" : {\"Cars Per Hour\" : 10}}"
> {code}
> # You will get reuslt:
> {code:json}
> {
> "type" : "SUCCESS",
> "msg" : "OK from container 'dmn.imports'",
> "result" : {
> "dmn-evaluation-result" : {
> "messages" : [ {
> "dmn-message-severity" : "ERROR",
> "message" : "Required dependency 'Cars Per Hour' not found on node 'Traffic'",
> "message-type" : "REQ_NOT_FOUND",
> "source-id" : "_6BA74389-CBF7-4D6A-99B1-9F494DCC323A"
> } ],
> "model-namespace" : "https://github.com/kiegroup/drools/kie-dmn/_547C193C-0B52-45F5-877E-F74A7...",
> "model-name" : "routes",
> "decision-name" : "Traffic.Traffic",
> "dmn-context" : {
> "Cars Per Hour" : 10,
> "Traffic" : { }
> },
> "decision-results" : {
> "https://github.com/kiegroup/drools/kie-dmn/_1876D3A2-0972-4AE8-AF59-A56AD..." : {
> "messages" : [ {
> "dmn-message-severity" : "ERROR",
> "message" : "Required dependency 'Cars Per Hour' not found on node 'Traffic'",
> "message-type" : "REQ_NOT_FOUND",
> "source-id" : "_6BA74389-CBF7-4D6A-99B1-9F494DCC323A"
> } ],
> "decision-id" : "https://github.com/kiegroup/drools/kie-dmn/_1876D3A2-0972-4AE8-AF59-A56AD...",
> "decision-name" : "Traffic.Traffic",
> "result" : null,
> "status" : "SKIPPED"
> }
> }
> }
> }
> }{code}
> h3. Actual result
> There is response error message about missing dependency but no build error message
> h3. Expected result
> There is built error message
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 2 months
[JBoss JIRA] (WFCORE-629) Enabled automatic encryption of passwords stored in configuration
by Jeff Mesnil (Jira)
[ https://issues.jboss.org/browse/WFCORE-629?page=com.atlassian.jira.plugin... ]
Jeff Mesnil updated WFCORE-629:
-------------------------------
Fix Version/s: 9.0.0.Beta6
(was: 9.0.0.Beta5)
> Enabled automatic encryption of passwords stored in configuration
> -----------------------------------------------------------------
>
> Key: WFCORE-629
> URL: https://issues.jboss.org/browse/WFCORE-629
> Project: WildFly Core
> Issue Type: Feature Request
> Components: Management, Security
> Environment: Wildfly 9
> Reporter: Jason Shepherd
> Assignee: Darran Lofthouse
> Priority: Major
> Fix For: 9.0.0.Beta6
>
>
> Currently encrypting passwords such as Datasource passwords can only be done 'after the fact'. You have to create the datasource first, then retrospectively store the password in the vault and dereference it in the configuration.
> It would be great if could turn on automatic storage of passwords in the vault so that when you create a Datasource password, or add a resource adapter which specifies a remote resource password, those passwords were automatically added to the vault, and deferenced in the configuration file.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 2 months
[JBoss JIRA] (WFCORE-3947) Support SSL Certificate revocation using OCSP
by Jeff Mesnil (Jira)
[ https://issues.jboss.org/browse/WFCORE-3947?page=com.atlassian.jira.plugi... ]
Jeff Mesnil updated WFCORE-3947:
--------------------------------
Fix Version/s: 9.0.0.Beta6
(was: 9.0.0.Beta5)
> Support SSL Certificate revocation using OCSP
> ---------------------------------------------
>
> Key: WFCORE-3947
> URL: https://issues.jboss.org/browse/WFCORE-3947
> Project: WildFly Core
> Issue Type: Feature Request
> Components: Security
> Affects Versions: 6.0.0.Alpha2
> Reporter: Jan Kalina
> Assignee: Martin Mazanek
> Priority: Major
> Fix For: 9.0.0.Beta6
>
>
> - Provide undertow's client certificate revocation capability when undertow is used as a load balancer using OCSP.
> (CRL capability is provided in the earlier release as part of Elytron SSL Consolidation effort that this JIRA is cloned from)
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 2 months