[JBoss JIRA] (ELY-1849) WildFlyElytronSaslDigestProvider does not register necessary password factories
by Tristan Tarrant (Jira)
Tristan Tarrant created ELY-1849:
------------------------------------
Summary: WildFlyElytronSaslDigestProvider does not register necessary password factories
Key: ELY-1849
URL: https://issues.jboss.org/browse/ELY-1849
Project: WildFly Elytron
Issue Type: Bug
Components: SASL
Affects Versions: 1.10.0.CR3
Reporter: Tristan Tarrant
Registering the DIGEST SASL mech with WildFlyElytronSaslDigestProvider does not register all the necessary password factories, causing the mech to fail with
{{Caused by java.lang.IllegalStateException: java.security.NoSuchAlgorithmException: ELY08028: Invalid algorithm "digest-md5"}}
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years
[JBoss JIRA] (DROOLS-4161) Scenario Test: UX for DMN Decision service
by Klara Kufova (Jira)
[ https://issues.jboss.org/browse/DROOLS-4161?page=com.atlassian.jira.plugi... ]
Klara Kufova resolved DROOLS-4161.
----------------------------------
Resolution: Done
> Scenario Test: UX for DMN Decision service
> ------------------------------------------
>
> Key: DROOLS-4161
> URL: https://issues.jboss.org/browse/DROOLS-4161
> Project: Drools
> Issue Type: Task
> Components: Scenario Simulation and Testing
> Reporter: Daniele Zonca
> Assignee: Tao Zhu
> Priority: Major
> Labels: ScenarioSimulation, UX, UXTeam
>
> As user I want to test my decision service from a DMN model.
> User needs to specify DMN model and decision service name to be tested.
> Note: a decision service contains only a subset of decisions so the template (header) need to be updated/recreated or the information needs to be available during template creation
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years
[JBoss JIRA] (DROOLS-4161) Scenario Test: UX for DMN Decision service
by Tao Zhu (Jira)
[ https://issues.jboss.org/browse/DROOLS-4161?page=com.atlassian.jira.plugi... ]
Tao Zhu commented on DROOLS-4161:
---------------------------------
Thanks [~aglass][~kkufova], I think this task could been set as resolved.:)
> Scenario Test: UX for DMN Decision service
> ------------------------------------------
>
> Key: DROOLS-4161
> URL: https://issues.jboss.org/browse/DROOLS-4161
> Project: Drools
> Issue Type: Task
> Components: Scenario Simulation and Testing
> Reporter: Daniele Zonca
> Assignee: Tao Zhu
> Priority: Major
> Labels: ScenarioSimulation, UX, UXTeam
>
> As user I want to test my decision service from a DMN model.
> User needs to specify DMN model and decision service name to be tested.
> Note: a decision service contains only a subset of decisions so the template (header) need to be updated/recreated or the information needs to be available during template creation
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years
[JBoss JIRA] (WFCORE-1446) EJB thread pool keepalive not honored and is not reusing inactive threads
by Cheng Fang (Jira)
[ https://issues.jboss.org/browse/WFCORE-1446?page=com.atlassian.jira.plugi... ]
Cheng Fang updated WFCORE-1446:
-------------------------------
Description:
Copied description from BZ1255494 :
Description of problem:
It looks like the ejb3 subsystem thread pool configuration is hard coded to create an unbounded thread pool, where it it looks like max-threads = core-threads, and thus the threads will increase up to the max-threads configured and then remain there. The keep-alive setting which appears in many of the docs & default configurations is ineffective since max=core.
ejb3/src/main/java/org/jboss/as/ejb3/subsystem/EJB3SubsystemRootResourceDefinition.java
-I tried defining a different thread pool in the threads subsystem and tried to reference it from the ejb3 subsystem, however it looks like the ejb3 subsystem only looks for thread pools configured in the ejb3 subsystem.-
was:
Copied description from BZ1255494 :
Description of problem:
It looks like the ejb3 subsystem thread pool configuration is hard coded to create an unbounded thread pool, where it it looks like max-threads = core-threads, and thus the threads will increase up to the max-threads configured and then remain there. The keep-alive setting which appears in many of the docs & default configurations is ineffective since max=core.
ejb3/src/main/java/org/jboss/as/ejb3/subsystem/EJB3SubsystemRootResourceDefinition.java
-I tried defining a different thread pool in the threads subsystem and tried to reference it from the ejb3 subsystem, however it looks like the ejb3 subsystem only looks for thread pools configured in the ejb3 subsystem.
-
> EJB thread pool keepalive not honored and is not reusing inactive threads
> -------------------------------------------------------------------------
>
> Key: WFCORE-1446
> URL: https://issues.jboss.org/browse/WFCORE-1446
> Project: WildFly Core
> Issue Type: Bug
> Reporter: Brad Maxwell
> Assignee: Cheng Fang
> Priority: Major
>
> Copied description from BZ1255494 :
> Description of problem:
> It looks like the ejb3 subsystem thread pool configuration is hard coded to create an unbounded thread pool, where it it looks like max-threads = core-threads, and thus the threads will increase up to the max-threads configured and then remain there. The keep-alive setting which appears in many of the docs & default configurations is ineffective since max=core.
> ejb3/src/main/java/org/jboss/as/ejb3/subsystem/EJB3SubsystemRootResourceDefinition.java
> -I tried defining a different thread pool in the threads subsystem and tried to reference it from the ejb3 subsystem, however it looks like the ejb3 subsystem only looks for thread pools configured in the ejb3 subsystem.-
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years
[JBoss JIRA] (WFCORE-1446) EJB thread pool keepalive not honored and is not reusing inactive threads
by Cheng Fang (Jira)
[ https://issues.jboss.org/browse/WFCORE-1446?page=com.atlassian.jira.plugi... ]
Cheng Fang reassigned WFCORE-1446:
----------------------------------
Assignee: Cheng Fang (was: Panagiotis Sotiropoulos)
> EJB thread pool keepalive not honored and is not reusing inactive threads
> -------------------------------------------------------------------------
>
> Key: WFCORE-1446
> URL: https://issues.jboss.org/browse/WFCORE-1446
> Project: WildFly Core
> Issue Type: Bug
> Reporter: Brad Maxwell
> Assignee: Cheng Fang
> Priority: Major
>
> Copied description from BZ1255494 :
> Description of problem:
> It looks like the ejb3 subsystem thread pool configuration is hard coded to create an unbounded thread pool, where it it looks like max-threads = core-threads, and thus the threads will increase up to the max-threads configured and then remain there. The keep-alive setting which appears in many of the docs & default configurations is ineffective since max=core.
> ejb3/src/main/java/org/jboss/as/ejb3/subsystem/EJB3SubsystemRootResourceDefinition.java
> I tried defining a different thread pool in the threads subsystem and tried to reference it from the ejb3 subsystem, however it looks like the ejb3 subsystem only looks for thread pools configured in the ejb3 subsystem.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years
[JBoss JIRA] (WFCORE-1446) EJB thread pool keepalive not honored and is not reusing inactive threads
by Cheng Fang (Jira)
[ https://issues.jboss.org/browse/WFCORE-1446?page=com.atlassian.jira.plugi... ]
Cheng Fang updated WFCORE-1446:
-------------------------------
Description:
Copied description from BZ1255494 :
Description of problem:
It looks like the ejb3 subsystem thread pool configuration is hard coded to create an unbounded thread pool, where it it looks like max-threads = core-threads, and thus the threads will increase up to the max-threads configured and then remain there. The keep-alive setting which appears in many of the docs & default configurations is ineffective since max=core.
ejb3/src/main/java/org/jboss/as/ejb3/subsystem/EJB3SubsystemRootResourceDefinition.java
-I tried defining a different thread pool in the threads subsystem and tried to reference it from the ejb3 subsystem, however it looks like the ejb3 subsystem only looks for thread pools configured in the ejb3 subsystem.
-
was:
Copied description from BZ1255494 :
Description of problem:
It looks like the ejb3 subsystem thread pool configuration is hard coded to create an unbounded thread pool, where it it looks like max-threads = core-threads, and thus the threads will increase up to the max-threads configured and then remain there. The keep-alive setting which appears in many of the docs & default configurations is ineffective since max=core.
ejb3/src/main/java/org/jboss/as/ejb3/subsystem/EJB3SubsystemRootResourceDefinition.java
I tried defining a different thread pool in the threads subsystem and tried to reference it from the ejb3 subsystem, however it looks like the ejb3 subsystem only looks for thread pools configured in the ejb3 subsystem.
> EJB thread pool keepalive not honored and is not reusing inactive threads
> -------------------------------------------------------------------------
>
> Key: WFCORE-1446
> URL: https://issues.jboss.org/browse/WFCORE-1446
> Project: WildFly Core
> Issue Type: Bug
> Reporter: Brad Maxwell
> Assignee: Cheng Fang
> Priority: Major
>
> Copied description from BZ1255494 :
> Description of problem:
> It looks like the ejb3 subsystem thread pool configuration is hard coded to create an unbounded thread pool, where it it looks like max-threads = core-threads, and thus the threads will increase up to the max-threads configured and then remain there. The keep-alive setting which appears in many of the docs & default configurations is ineffective since max=core.
> ejb3/src/main/java/org/jboss/as/ejb3/subsystem/EJB3SubsystemRootResourceDefinition.java
> -I tried defining a different thread pool in the threads subsystem and tried to reference it from the ejb3 subsystem, however it looks like the ejb3 subsystem only looks for thread pools configured in the ejb3 subsystem.
> -
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years