[JBoss JIRA] (SWSQE-722) MaistraIstio project role request for Sunil/Prachi to work on Polarion PQI reports
by Sunil Kondkar (Jira)
[ https://issues.jboss.org/browse/SWSQE-722?page=com.atlassian.jira.plugin.... ]
Sunil Kondkar reassigned SWSQE-722:
-----------------------------------
Assignee: Prachi Yadav
> MaistraIstio project role request for Sunil/Prachi to work on Polarion PQI reports
> ----------------------------------------------------------------------------------
>
> Key: SWSQE-722
> URL: https://issues.jboss.org/browse/SWSQE-722
> Project: Kiali QE
> Issue Type: QE Task
> Reporter: Sunil Kondkar
> Assignee: Prachi Yadav
> Priority: Major
> Labels: pqi
>
> At present Sunil has read only access for MaistraIstio project.
> Below roles may be needed for the polarion project - MaistraIstio for Sunil and Prachi to be able to work on PQI reports for polarion.
> project_admin, project_user, project_approver, project_assignable, project_qe, project_useradmin
> Todo: Prachi to request through email to the person who created the polarion MaistraIstio project.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 3 months
[JBoss JIRA] (SWSQE-722) MaistraIstio project role request for Sunil/Prachi to work on Polarion PQI reports
by Sunil Kondkar (Jira)
Sunil Kondkar created SWSQE-722:
-----------------------------------
Summary: MaistraIstio project role request for Sunil/Prachi to work on Polarion PQI reports
Key: SWSQE-722
URL: https://issues.jboss.org/browse/SWSQE-722
Project: Kiali QE
Issue Type: QE Task
Reporter: Sunil Kondkar
At present Sunil has read only access for MaistraIstio project.
Below roles may be needed for the polarion project - MaistraIstio for Sunil and Prachi to be able to work on PQI reports for polarion.
project_admin, project_user, project_approver, project_assignable, project_qe, project_useradmin
Todo: Prachi to request through email to the person who created the polarion MaistraIstio project.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 3 months
[JBoss JIRA] (WFLY-11956) @PostConstruct on @ApplicationScoped bean called too late in case @Valid is annotated on a business method
by Christian Zambrano (Jira)
[ https://issues.jboss.org/browse/WFLY-11956?page=com.atlassian.jira.plugin... ]
Christian Zambrano commented on WFLY-11956:
-------------------------------------------
> Christian Zambrano, I don't understand. My understanding is that postConstruct() would be called after all CDI injections are performed. Calling the @PostConstruct annotated method would be the last chance to perform additional initialization, so doing the verification after that would seem to be OK. What am I missing?
A class can impose a contract where a series of methods calls may have to take place on an object before a given method should be called, whether all of the required calls can be done in a PostConstruct is hard to know. Can't really come up with a real-life example. Having a method be called **outside** when it is attempted to be accessed by a client is just plain unexpected. After taking a look at the Bean Validation spec it looks like methods that comply with the JavaBean naming convention are expected to be called to validate an object so having these methods be called after the @PostConstruct is called is as good as it can get and it would solve our **current** problem
> Christian Zambrano, sorry, which behavior are you referring to?
I was simply trying to agree that if having a validation.xml with the contents you provided would have turned off this behavior that would have been the best answer for an app-developer to control this behavior.
> @PostConstruct on @ApplicationScoped bean called too late in case @Valid is annotated on a business method
> ----------------------------------------------------------------------------------------------------------
>
> Key: WFLY-11956
> URL: https://issues.jboss.org/browse/WFLY-11956
> Project: WildFly
> Issue Type: Bug
> Components: Bean Validation, REST
> Affects Versions: 16.0.0.Final
> Reporter: Joerg Baesner
> Assignee: Ronald Sigal
> Priority: Major
> Attachments: logging.txt, playground.zip
>
>
> Having a bean class with {{@ApplicationScoped}}, which has a {{@PostConstruct}} and is implementing the following _Interface_:
> {code}
> @Path("/validated")
> public interface ValidatedJaxRsInterface {
>
> @GET
> @Valid
> @Produces(MediaType.APPLICATION_JSON)
> GreetingModel getHelloGreeting();
> }
> {code}
> will result in calling the {{getHelloGreeting}} method of the implementation class twice *_before_* the {{@PostConstruct}} is getting executed.
> This can be reproduced with the attached reproducer application...
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 3 months
[JBoss JIRA] (SWSQE-719) Polarion Uploader - Required Fields
by Matthew Mahoney (Jira)
[ https://issues.jboss.org/browse/SWSQE-719?page=com.atlassian.jira.plugin.... ]
Matthew Mahoney resolved SWSQE-719.
-----------------------------------
Resolution: Done
> Polarion Uploader - Required Fields
> -----------------------------------
>
> Key: SWSQE-719
> URL: https://issues.jboss.org/browse/SWSQE-719
> Project: Kiali QE
> Issue Type: QE Task
> Reporter: Matthew Mahoney
> Assignee: Matthew Mahoney
> Priority: Major
> Labels: infrastructure, pqi
> Attachments: Screenshot_MissingData.png, Screenshot_No-AutomationScript-MissingData.png
>
>
> The Polarion Uploader needs to include the following fields when creating test cases, so that PQI report is accurate:
> - Level
> - Component
> - Test Type
> - Sub Type
> - Description
> - Verifies
> - Automation / Automation Script (When Type is "Automation")
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 3 months
[JBoss JIRA] (SWSQE-719) Polarion Uploader - Required Fields
by Sunil Kondkar (Jira)
[ https://issues.jboss.org/browse/SWSQE-719?page=com.atlassian.jira.plugin.... ]
Sunil Kondkar commented on SWSQE-719:
-------------------------------------
Now there is no missing data for kiali.
> Polarion Uploader - Required Fields
> -----------------------------------
>
> Key: SWSQE-719
> URL: https://issues.jboss.org/browse/SWSQE-719
> Project: Kiali QE
> Issue Type: QE Task
> Reporter: Matthew Mahoney
> Assignee: Matthew Mahoney
> Priority: Major
> Labels: infrastructure, pqi
> Attachments: Screenshot_MissingData.png, Screenshot_No-AutomationScript-MissingData.png
>
>
> The Polarion Uploader needs to include the following fields when creating test cases, so that PQI report is accurate:
> - Level
> - Component
> - Test Type
> - Sub Type
> - Description
> - Verifies
> - Automation / Automation Script (When Type is "Automation")
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 3 months
[JBoss JIRA] (WFCORE-4438) No welcome page in WildFly 17
by Yeray Borges (Jira)
[ https://issues.jboss.org/browse/WFCORE-4438?page=com.atlassian.jira.plugi... ]
Yeray Borges updated WFCORE-4438:
---------------------------------
Affects Version/s: 9.0.0.Beta2
> No welcome page in WildFly 17
> -----------------------------
>
> Key: WFCORE-4438
> URL: https://issues.jboss.org/browse/WFCORE-4438
> Project: WildFly Core
> Issue Type: Bug
> Components: Management
> Affects Versions: 9.0.0.Beta2, 9.0.0.Beta3
> Reporter: Jan Kasik
> Assignee: Yeray Borges
> Priority: Critical
> Attachments: Screenshot_2019-04-23 Error.png, Screenshot_2019-04-23 Welcome to WildFly Application Server.png
>
>
> There is no welcome/error page by default in CD17 on {{http://127.0.0.1:9990}}. See screenshots comparing WildFly 17 to 16.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 3 months
[JBoss JIRA] (WFCORE-4438) No welcome page in WildFly 17
by Yeray Borges (Jira)
[ https://issues.jboss.org/browse/WFCORE-4438?page=com.atlassian.jira.plugi... ]
Yeray Borges reassigned WFCORE-4438:
------------------------------------
Assignee: Yeray Borges (was: Jeff Mesnil)
> No welcome page in WildFly 17
> -----------------------------
>
> Key: WFCORE-4438
> URL: https://issues.jboss.org/browse/WFCORE-4438
> Project: WildFly Core
> Issue Type: Bug
> Components: Management
> Affects Versions: 9.0.0.Beta3
> Reporter: Jan Kasik
> Assignee: Yeray Borges
> Priority: Critical
> Attachments: Screenshot_2019-04-23 Error.png, Screenshot_2019-04-23 Welcome to WildFly Application Server.png
>
>
> There is no welcome/error page by default in CD17 on {{http://127.0.0.1:9990}}. See screenshots comparing WildFly 17 to 16.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 3 months