[JBoss JIRA] (JBIDE-12708) Set up mirroring for JBoss Tools update-sites
by Mickael Istria (JIRA)
Mickael Istria created JBIDE-12708:
--------------------------------------
Summary: Set up mirroring for JBoss Tools update-sites
Key: JBIDE-12708
URL: https://issues.jboss.org/browse/JBIDE-12708
Project: Tools (JBoss Tools)
Issue Type: Enhancement
Components: Build/Releng
Reporter: Mickael Istria
Assignee: Nick Boldt
Fix For: LATER
download.jboss.org is very far away from Europe. I guess it's the same for Asia and Africa.
We should think about mirroring our sites (p2 allow it without too much difficulty) to provide a better installation experience to users all around the world.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 5 months
[JBoss JIRA] (JBIDE-11524) Rename jobs, sites, profiles, variables... to clearer names (remove reference to nightly)
by Mickael Istria (JIRA)
Mickael Istria created JBIDE-11524:
--------------------------------------
Summary: Rename jobs, sites, profiles, variables... to clearer names (remove reference to nightly)
Key: JBIDE-11524
URL: https://issues.jboss.org/browse/JBIDE-11524
Project: Tools (JBoss Tools)
Issue Type: Enhancement
Components: Build/Releng
Reporter: Mickael Istria
Assignee: Nick Boldt
Priority: Minor
nightly is a very confusing name, that does not reflect at all what really happens.
We should prefer using "staging" in variable, profiles, jobs, url... to make it clearer
For instance,
* jbosstools-nightly-staging-composite -> jbosstools-staging-composite
* jboostools-nightly -> jbosstools-staging-aggregate
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 5 months
[JBoss JIRA] (JBIDE-12754) FacesConfigValidator wrongly checks for NavigationHandler implementation
by Alexey Kazakov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-12754?page=com.atlassian.jira.plugi... ]
Alexey Kazakov resolved JBIDE-12754.
------------------------------------
Assignee: Viacheslav Kabanovich (was: Alexey Kazakov)
Resolution: Done
Fixed.
> FacesConfigValidator wrongly checks for NavigationHandler implementation
> -------------------------------------------------------------------------
>
> Key: JBIDE-12754
> URL: https://issues.jboss.org/browse/JBIDE-12754
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: JSF
> Affects Versions: 3.3.1
> Reporter: Ozan Ayyüce
> Assignee: Viacheslav Kabanovich
> Priority: Minor
> Fix For: 4.0.0.Beta1
>
> Original Estimate: 10 minutes
> Remaining Estimate: 10 minutes
>
> When validating faces-config, a custom navigation-handler class gets reported as "does not implement interface javax.faces.application.NavigationHandler". NavigationHandler is not an interface but an abstract class.
> FacesConfigValidator, when creating check for navigation-handler in createChecks(), should call new JSFCheckClass with 'javax.faces.application.NavigationHandler' in extends-type parameter.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 5 months
[JBoss JIRA] (JBIDE-12754) FacesConfigValidator wrongly checks for NavigationHandler implementation
by Viacheslav Kabanovich (JIRA)
[ https://issues.jboss.org/browse/JBIDE-12754?page=com.atlassian.jira.plugi... ]
Viacheslav Kabanovich commented on JBIDE-12754:
-----------------------------------------------
Test use-case:
EXECUTE: Create class test.MyNavigationHandler that extends javax.faces.application.NavigationHandler.
EXECUTE: Add to faces-config.xml
{code}
<application>
<navigation-handler>test.MyNavigationHandler</navigation-handler>
</application>
{code}
ASSERT: There is no error marker on 'test.MyNavigationHandler'.
FAILURE: There is error marker on 'test.MyNavigationHandler' "...does not implement interface javax.faces.application.NavigationHandler".
EXECUTE: Remove extends statement from test.MyNavigationHandler.
ASSERT: There is error marker on 'test.MyNavigationHandler': "...does not extend javax.faces.application.NavigationHandler".
> FacesConfigValidator wrongly checks for NavigationHandler implementation
> -------------------------------------------------------------------------
>
> Key: JBIDE-12754
> URL: https://issues.jboss.org/browse/JBIDE-12754
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: JSF
> Affects Versions: 3.3.1
> Reporter: Ozan Ayyüce
> Assignee: Alexey Kazakov
> Priority: Minor
> Fix For: 4.0.0.Beta1
>
> Original Estimate: 10 minutes
> Remaining Estimate: 10 minutes
>
> When validating faces-config, a custom navigation-handler class gets reported as "does not implement interface javax.faces.application.NavigationHandler". NavigationHandler is not an interface but an abstract class.
> FacesConfigValidator, when creating check for navigation-handler in createChecks(), should call new JSFCheckClass with 'javax.faces.application.NavigationHandler' in extends-type parameter.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 5 months
[JBoss JIRA] (JBIDE-12754) FacesConfigValidator wrongly checks for NavigationHandler implementation
by Viacheslav Kabanovich (JIRA)
[ https://issues.jboss.org/browse/JBIDE-12754?page=com.atlassian.jira.plugi... ]
Viacheslav Kabanovich reassigned JBIDE-12754:
---------------------------------------------
Assignee: Alexey Kazakov (was: Viacheslav Kabanovich)
Alexey, please verify.
> FacesConfigValidator wrongly checks for NavigationHandler implementation
> -------------------------------------------------------------------------
>
> Key: JBIDE-12754
> URL: https://issues.jboss.org/browse/JBIDE-12754
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: JSF
> Affects Versions: 3.3.1
> Reporter: Ozan Ayyüce
> Assignee: Alexey Kazakov
> Priority: Minor
> Fix For: 4.0.0.Beta1
>
> Original Estimate: 10 minutes
> Remaining Estimate: 10 minutes
>
> When validating faces-config, a custom navigation-handler class gets reported as "does not implement interface javax.faces.application.NavigationHandler". NavigationHandler is not an interface but an abstract class.
> FacesConfigValidator, when creating check for navigation-handler in createChecks(), should call new JSFCheckClass with 'javax.faces.application.NavigationHandler' in extends-type parameter.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 5 months
[JBoss JIRA] (JBIDE-12754) FacesConfigValidator wrongly checks for NavigationHandler implementation
by Alexey Kazakov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-12754?page=com.atlassian.jira.plugi... ]
Alexey Kazakov updated JBIDE-12754:
-----------------------------------
Fix Version/s: 4.0.0.Beta1
Assignee: Viacheslav Kabanovich (was: Alexey Kazakov)
> FacesConfigValidator wrongly checks for NavigationHandler implementation
> -------------------------------------------------------------------------
>
> Key: JBIDE-12754
> URL: https://issues.jboss.org/browse/JBIDE-12754
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: JSF
> Affects Versions: 3.3.1
> Reporter: Ozan Ayyüce
> Assignee: Viacheslav Kabanovich
> Priority: Minor
> Fix For: 4.0.0.Beta1
>
> Original Estimate: 10 minutes
> Remaining Estimate: 10 minutes
>
> When validating faces-config, a custom navigation-handler class gets reported as "does not implement interface javax.faces.application.NavigationHandler". NavigationHandler is not an interface but an abstract class.
> FacesConfigValidator, when creating check for navigation-handler in createChecks(), should call new JSFCheckClass with 'javax.faces.application.NavigationHandler' in extends-type parameter.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 5 months
[JBoss JIRA] (JBIDE-12754) FacesConfigValidator wrongly checks for NavigationHandler implementation
by Alexey Kazakov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-12754?page=com.atlassian.jira.plugi... ]
Alexey Kazakov updated JBIDE-12754:
-----------------------------------
Issue Type: Bug (was: Feature Request)
> FacesConfigValidator wrongly checks for NavigationHandler implementation
> -------------------------------------------------------------------------
>
> Key: JBIDE-12754
> URL: https://issues.jboss.org/browse/JBIDE-12754
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: JSF
> Affects Versions: 3.3.1
> Reporter: Ozan Ayyüce
> Assignee: Alexey Kazakov
> Priority: Minor
> Original Estimate: 10 minutes
> Remaining Estimate: 10 minutes
>
> When validating faces-config, a custom navigation-handler class gets reported as "does not implement interface javax.faces.application.NavigationHandler". NavigationHandler is not an interface but an abstract class.
> FacesConfigValidator, when creating check for navigation-handler in createChecks(), should call new JSFCheckClass with 'javax.faces.application.NavigationHandler' in extends-type parameter.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 5 months