[JBoss JIRA] (WFLY-11817) CDI @Resource(lookup=...) processing does not start corresponding binding service
by Paul Ferraro (Jira)
[ https://issues.jboss.org/browse/WFLY-11817?page=com.atlassian.jira.plugin... ]
Paul Ferraro updated WFLY-11817:
--------------------------------
Workaround Description: Use a <resource-ref/> which references a <lookup-name/> via a <res-ref-name/> , and use @Resource(name = "...") instead.
Workaround: Workaround Exists
> CDI @Resource(lookup=...) processing does not start corresponding binding service
> ---------------------------------------------------------------------------------
>
> Key: WFLY-11817
> URL: https://issues.jboss.org/browse/WFLY-11817
> Project: WildFly
> Issue Type: Bug
> Components: CDI / Weld
> Affects Versions: 16.0.0.Final
> Reporter: Paul Ferraro
> Assignee: Matej Novotny
> Priority: Major
>
> If the corresponding binding service (the service responsible for creating the jndi binding) is not ACTIVE (e.g. clustering binding services are always PASSIVE) or, due to a race condition, has not yet started completely, a null value will be returned.
> Compare this to the @Resource(lookup=...) processing in the ee subsystem, which correctly establishes a dependency on the corresponding binder service.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 4 months
[JBoss JIRA] (WFLY-11817) CDI @Resource(lookup=...) processing does not start corresponding binding service
by Paul Ferraro (Jira)
Paul Ferraro created WFLY-11817:
-----------------------------------
Summary: CDI @Resource(lookup=...) processing does not start corresponding binding service
Key: WFLY-11817
URL: https://issues.jboss.org/browse/WFLY-11817
Project: WildFly
Issue Type: Bug
Components: CDI / Weld
Affects Versions: 16.0.0.Final
Reporter: Paul Ferraro
Assignee: Matej Novotny
If the corresponding binding service (the service responsible for creating the jndi binding) is not ACTIVE (e.g. clustering binding services are always PASSIVE) or, due to a race condition, has not yet started completely, a null value will be returned.
Compare this to the @Resource(lookup=...) processing in the ee subsystem, which correctly establishes a dependency on the corresponding binder service.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 4 months
[JBoss JIRA] (SWSQE-619) PR Job kiali-core-pr-e2e-test Error
by Matt Mahoney (Jira)
[ https://issues.jboss.org/browse/SWSQE-619?page=com.atlassian.jira.plugin.... ]
Matt Mahoney updated SWSQE-619:
-------------------------------
Sprint: Kiali Sprint #19 (was: (DO NOT USE) Kiali Sprint #19)
> PR Job kiali-core-pr-e2e-test Error
> -----------------------------------
>
> Key: SWSQE-619
> URL: https://issues.jboss.org/browse/SWSQE-619
> Project: Kiali QE
> Issue Type: Bug
> Reporter: Matt Mahoney
> Assignee: Filip Brychta
> Priority: Major
>
> Error in publish.sh
> + git clone https://github.com/Kiali-QE/publish-jenkins-console publish_logs
> Cloning into 'publish_logs'...
> + chmod +x publish_logs/publish.sh
> + ./publish_logs/publish.sh
> Collecting jenkinsapi==0.3.6 (from -r requirements.txt (line 1))
> Downloading https://files.pythonhosted.org/packages/89/6a/b1f6a9fe4ba331b68013db1ec0a... (123kB)
> Requirement already satisfied: requests>=2.3.0 in /usr/lib/python3.6/site-packages (from jenkinsapi==0.3.6->-r requirements.txt (line 1)) (2.21.0)
> Requirement already satisfied: six>=1.10.0 in /usr/lib/python3.6/site-packages (from jenkinsapi==0.3.6->-r requirements.txt (line 1)) (1.12.0)
> Collecting pytz>=2014.4 (from jenkinsapi==0.3.6->-r requirements.txt (line 1))
> Downloading https://files.pythonhosted.org/packages/61/28/1d3920e4d1d50b19bc5d24398a7... (510kB)
> Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.6/site-packages (from requests>=2.3.0->jenkinsapi==0.3.6->-r requirements.txt (line 1)) (2018.11.29)
> Requirement already satisfied: idna<2.9,>=2.5 in /usr/lib/python3.6/site-packages (from requests>=2.3.0->jenkinsapi==0.3.6->-r requirements.txt (line 1)) (2.8)
> Requirement already satisfied: urllib3<1.25,>=1.21.1 in /usr/lib/python3.6/site-packages (from requests>=2.3.0->jenkinsapi==0.3.6->-r requirements.txt (line 1)) (1.24.1)
> Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.6/site-packages (from requests>=2.3.0->jenkinsapi==0.3.6->-r requirements.txt (line 1)) (3.0.4)
> Installing collected packages: pytz, jenkinsapi
> Successfully installed jenkinsapi-0.3.6 pytz-2018.9
> You are using pip version 19.0.1, however version 19.0.3 is available.
> You should consider upgrading via the 'pip install --upgrade pip' command.
> Traceback (most recent call last):
> File "publish_jenkins_console.py", line 8, in <module>
> import requests
> ImportError: No module named requests
> cat: /home/jenkins/workspace/kiali-core-pr-e2e-test/build_comment_log.md: No such file or directory
> *** End of publish logs ***
> ++ cat env.properties
> ++ grep REMOVE_KIALI
> ++ cut -d = -f 2
> + '[' false == false ']'
> + echo -e '\n\n'
> POST BUILD TASK : SUCCESS
> END OF POST BUILD TASK : 0
> Setting status of 62d2e83f9a48e3736202fba231c1cf0d7ea70a1e to SUCCESS with url https://jenkins2.bc.jonqe.lab.eng.bos.redhat.com:8443/job/kiali-core-pr-e... and message: 'Test PASSed.
> '
> Using context: Jenkins-CI
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 4 months
[JBoss JIRA] (DROOLS-3077) Enhance data type restrictions UX - Decision Table/properties
by Liz Clayton (Jira)
[ https://issues.jboss.org/browse/DROOLS-3077?page=com.atlassian.jira.plugi... ]
Liz Clayton resolved DROOLS-3077.
---------------------------------
Resolution: Done
[~tirelli][~manstis] Marking as Resolved, thanks.
> Enhance data type restrictions UX - Decision Table/properties
> -------------------------------------------------------------
>
> Key: DROOLS-3077
> URL: https://issues.jboss.org/browse/DROOLS-3077
> Project: Drools
> Issue Type: Story
> Components: DMN Editor
> Reporter: Liz Clayton
> Assignee: Liz Clayton
> Priority: Major
> Labels: UX, UXTeam, drools-tools
> Attachments: DataType selection ('Properties Panel' and 'in-grid').png, Screen Shot 2018-08-10 at 10.23.36 AM.png, Screen Shot 2018-08-24 at 8.38.37 AM.png, Screen Shot 2018-09-28 at 2.44.59 PM.png, date-time.png, date.png, enumration-widget.png, pop-overc.png, pop-overcSpecs.png, read-mode.png, select.png, time.png
>
>
> *Background*
> Persona: Business analyst or Rules practitioner
> Use Cases:
> * From the DMN canvas view - as a user I want to define data type restrictions (one-off instances) from a decision table .
> * From the Data Types dialog - as a user I want the ability to define constraints for the following types: https://docs.google.com/spreadsheets/d/1HLYwi5JrCEU6IxWRge7RCKANLiHCL0d2E...
> Functional considerations/ pre conditions:
> * Consider interaction in light of Property panel and consistency.
> * Underscore the notion of one-off constraints.
> Verification conditions:
> * Scrum team and PO review.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 4 months