[JBoss JIRA] (JBIDE-21220) Incorrect JSF Phase Listener Warning
by Vlado Pakan (JIRA)
Vlado Pakan created JBIDE-21220:
-----------------------------------
Summary: Incorrect JSF Phase Listener Warning
Key: JBIDE-21220
URL: https://issues.jboss.org/browse/JBIDE-21220
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: jsf
Affects Versions: 4.3.0.Final
Environment: Mars.1
Java 8
Reporter: Cody Lerum
Assignee: Viacheslav Kabanovich
Fix For: 4.3.1.Beta1, 4.4.0.Alpha1
When adding a JSF phase listener to faces-config.xml
{code}
<lifecycle>
<phase-listener>com.demo.web.jsf.JsfCdiPhaseListener</phase-listener>
</lifecycle>
{code}
You are presented a warning that {{phase-listener references to "com.demo.web.jsf.JsfCdiPhaseListener" that does not extend javax.faces.event.PhaseListener}}
In reality you cannot extend javax.faces.event.PhaseListener you must implement it. So this check should be looking for implements rather than extends. See http://balusc.omnifaces.org/2006/09/debug-jsf-lifecycle.html
In java 8 at least you get a compiler error if you try and extend avax.faces.event.PhaseListener.
The type PhaseListener cannot be the superclass of JsfCdiPhaseListener; a superclass must be a class
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 4 months
[JBoss JIRA] (JBIDE-20542) Allow a user to add environment variables in deploy image wizard
by Marián Labuda (JIRA)
[ https://issues.jboss.org/browse/JBIDE-20542?page=com.atlassian.jira.plugi... ]
Marián Labuda closed JBIDE-20542.
---------------------------------
Verified in nightly build with OpenShift plugin of version v20151208-0343-B110.
> Allow a user to add environment variables in deploy image wizard
> ----------------------------------------------------------------
>
> Key: JBIDE-20542
> URL: https://issues.jboss.org/browse/JBIDE-20542
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: openshift
> Affects Versions: 4.3.0.CR1
> Reporter: Jeff Cantrill
> Assignee: Jeff Cantrill
> Labels: docker
> Fix For: 4.3.1.Beta1
>
>
> Allow a user to add and remove(the ones they added) environment variables to their deployment. We should consider also refactoring the env section of the deployment config to only declare modified values since the non-modified once are set to the same as what is expressed by the image.
> * Also only remove those which were added
> * Only reset those which are defaults
> * Edit via double click
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 4 months
[JBoss JIRA] (JBIDE-21218) Allow a user to add environment variables in deploy image wizard
by Marián Labuda (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21218?page=com.atlassian.jira.plugi... ]
Marián Labuda resolved JBIDE-21218.
-----------------------------------
Resolution: Done
> Allow a user to add environment variables in deploy image wizard
> ----------------------------------------------------------------
>
> Key: JBIDE-21218
> URL: https://issues.jboss.org/browse/JBIDE-21218
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: openshift
> Affects Versions: 4.3.0.CR1
> Reporter: Jeff Cantrill
> Assignee: Jeff Cantrill
> Labels: docker
> Fix For: 4.4.0.Alpha1
>
>
> Allow a user to add and remove(the ones they added) environment variables to their deployment. We should consider also refactoring the env section of the deployment config to only declare modified values since the non-modified once are set to the same as what is expressed by the image.
> * Also only remove those which were added
> * Only reset those which are defaults
> * Edit via double click
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 4 months
[JBoss JIRA] (JBIDE-21218) Allow a user to add environment variables in deploy image wizard
by Marián Labuda (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21218?page=com.atlassian.jira.plugi... ]
Marián Labuda updated JBIDE-21218:
----------------------------------
Fix Version/s: 4.4.0.Alpha1
(was: 4.3.1.Beta1)
> Allow a user to add environment variables in deploy image wizard
> ----------------------------------------------------------------
>
> Key: JBIDE-21218
> URL: https://issues.jboss.org/browse/JBIDE-21218
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: openshift
> Affects Versions: 4.3.0.CR1
> Reporter: Jeff Cantrill
> Assignee: Jeff Cantrill
> Labels: docker
> Fix For: 4.4.0.Alpha1
>
>
> Allow a user to add and remove(the ones they added) environment variables to their deployment. We should consider also refactoring the env section of the deployment config to only declare modified values since the non-modified once are set to the same as what is expressed by the image.
> * Also only remove those which were added
> * Only reset those which are defaults
> * Edit via double click
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 4 months