[JBoss JIRA] (ELY-1745) The AvailableRealmsCallback should not result in a NPE if there is no mechanism configuration.
by Justin Cook (Jira)
[ https://issues.jboss.org/browse/ELY-1745?page=com.atlassian.jira.plugin.s... ]
Justin Cook reassigned ELY-1745:
--------------------------------
Assignee: Justin Cook
> The AvailableRealmsCallback should not result in a NPE if there is no mechanism configuration.
> ----------------------------------------------------------------------------------------------
>
> Key: ELY-1745
> URL: https://issues.jboss.org/browse/ELY-1745
> Project: WildFly Elytron
> Issue Type: Bug
> Components: API / SPI
> Reporter: Darran Lofthouse
> Assignee: Justin Cook
> Priority: Major
> Fix For: 1.8.0.CR2
>
>
> The NPE is due to the following code: -
> {noformat}
> } else if (callback instanceof AvailableRealmsCallback) {
> Collection<String> names = stateRef.get().getMechanismConfiguration().getMechanismRealmNames();
> if (log.isTraceEnabled()) {
> log.tracef("Handling AvailableRealmsCallback: realms = [%s]", String.join(", ", names));
> }
> if (! names.isEmpty()) {
> ((AvailableRealmsCallback) callback).setRealmNames(names.toArray(new String[names.size()]));
> }
> handleOne(callbacks, idx + 1);
> {noformat}
> If mechanism configuration is mandatory this should report an appropriate error, if not it should fallback to specifying an empty list.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 3 months
[JBoss JIRA] (SWSQE-576) run-python3-ui-tests job sometimes stuck
by Filip Brychta (Jira)
Filip Brychta created SWSQE-576:
-----------------------------------
Summary: run-python3-ui-tests job sometimes stuck
Key: SWSQE-576
URL: https://issues.jboss.org/browse/SWSQE-576
Project: Kiali QE
Issue Type: Bug
Reporter: Filip Brychta
Assignee: Michael Foley
run-python3-ui-tests is sometimes stuck after the tests finish. The pytest process is still running on the jenkins slave. Probably there is some connection which is not closed - maybe to zalenium?
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 3 months
[JBoss JIRA] (DROOLS-3474) Create HTML and CSS for List/Map data objects
by Sarah Rambacher (Jira)
[ https://issues.jboss.org/browse/DROOLS-3474?page=com.atlassian.jira.plugi... ]
Sarah Rambacher resolved DROOLS-3474.
-------------------------------------
Resolution: Done
> Create HTML and CSS for List/Map data objects
> ---------------------------------------------
>
> Key: DROOLS-3474
> URL: https://issues.jboss.org/browse/DROOLS-3474
> Project: Drools
> Issue Type: Story
> Components: Scenario Simulation and Testing
> Reporter: Amy Glass
> Assignee: Sarah Rambacher
> Priority: Major
> Labels: ScenarioSimulation, UX, UXTeam
> Attachments: Drools-DataObjectMap-Generated.html, Rectangle.png, Rectangle2.png, edit_map.html, edit_map.html, edit_map_box.png.png, edit_map_item.png, edit_map_item.png, editmap.jpg, editmap_items.jpg, firefox.png, html structure - ul.png, list_edit_box.html
>
>
> Provide HTML and CSS for the designs in Drools-3098.
> Will first provide HTML structure, and follow up with CSS styling.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 3 months