[JBoss JIRA] (JBIDE-19121) web.xml shows dubious warning on missing welcome file matching Faces mapping
by Alexey Kazakov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-19121?page=com.atlassian.jira.plugi... ]
Alexey Kazakov updated JBIDE-19121:
-----------------------------------
Fix Version/s: 4.2.3.Beta1
4.3.0.Alpha1
> web.xml shows dubious warning on missing welcome file matching Faces mapping
> ----------------------------------------------------------------------------
>
> Key: JBIDE-19121
> URL: https://issues.jboss.org/browse/JBIDE-19121
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: jsf
> Affects Versions: 4.2.2.Final
> Reporter: Fred Bricon
> Fix For: 4.2.3.Beta1, 4.3.0.Alpha1
>
>
> Given a web project containing index.xhtml at the root of the web folder, an web.xml file containing
> {noformat}
> <servlet>
> <servlet-name>Faces Servlet</servlet-name>
> <servlet-class>javax.faces.webapp.FacesServlet</servlet-class>
> <load-on-startup>1</load-on-startup>
> </servlet>
> <servlet-mapping>
> <servlet-name>Faces Servlet</servlet-name>
> <url-pattern>*.jsf</url-pattern>
> </servlet-mapping>
> <servlet-mapping>
> <servlet-name>Faces Servlet</servlet-name>
> <url-pattern>/faces/*</url-pattern>
> </servlet-mapping>{noformat}
> and
> {noformat}
> <welcome-file-list>
> <welcome-file>faces/index.xhtml</welcome-file>
> </welcome-file-list>{noformat}
> shows an unexpected warning on <welcome-file>:
> {quote}file name references to "faces/index.xhtml" that does not exist in web content{quote}
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
10 years, 9 months
[JBoss JIRA] (JBIDE-19121) web.xml shows dubious warning on missing welcome file matching Faces mapping
by Alexey Kazakov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-19121?page=com.atlassian.jira.plugi... ]
Alexey Kazakov reassigned JBIDE-19121:
--------------------------------------
Assignee: Viacheslav Kabanovich
> web.xml shows dubious warning on missing welcome file matching Faces mapping
> ----------------------------------------------------------------------------
>
> Key: JBIDE-19121
> URL: https://issues.jboss.org/browse/JBIDE-19121
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: jsf
> Affects Versions: 4.2.2.Final
> Reporter: Fred Bricon
> Assignee: Viacheslav Kabanovich
> Fix For: 4.2.3.Beta1, 4.3.0.Alpha1
>
>
> Given a web project containing index.xhtml at the root of the web folder, an web.xml file containing
> {noformat}
> <servlet>
> <servlet-name>Faces Servlet</servlet-name>
> <servlet-class>javax.faces.webapp.FacesServlet</servlet-class>
> <load-on-startup>1</load-on-startup>
> </servlet>
> <servlet-mapping>
> <servlet-name>Faces Servlet</servlet-name>
> <url-pattern>*.jsf</url-pattern>
> </servlet-mapping>
> <servlet-mapping>
> <servlet-name>Faces Servlet</servlet-name>
> <url-pattern>/faces/*</url-pattern>
> </servlet-mapping>{noformat}
> and
> {noformat}
> <welcome-file-list>
> <welcome-file>faces/index.xhtml</welcome-file>
> </welcome-file-list>{noformat}
> shows an unexpected warning on <welcome-file>:
> {quote}file name references to "faces/index.xhtml" that does not exist in web content{quote}
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
10 years, 9 months
[JBoss JIRA] (JBIDE-19121) web.xml shows dubious warning on missing welcome file matching Faces mapping
by Fred Bricon (JIRA)
Fred Bricon created JBIDE-19121:
-----------------------------------
Summary: web.xml shows dubious warning on missing welcome file matching Faces mapping
Key: JBIDE-19121
URL: https://issues.jboss.org/browse/JBIDE-19121
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: jsf
Affects Versions: 4.2.2.Final
Reporter: Fred Bricon
Given a web project containing index.xhtml at the root of the web folder, an web.xml file containing
{noformat}
<servlet>
<servlet-name>Faces Servlet</servlet-name>
<servlet-class>javax.faces.webapp.FacesServlet</servlet-class>
<load-on-startup>1</load-on-startup>
</servlet>
<servlet-mapping>
<servlet-name>Faces Servlet</servlet-name>
<url-pattern>*.jsf</url-pattern>
</servlet-mapping>
<servlet-mapping>
<servlet-name>Faces Servlet</servlet-name>
<url-pattern>/faces/*</url-pattern>
</servlet-mapping>{noformat}
and
{noformat}
<welcome-file-list>
<welcome-file>faces/index.xhtml</welcome-file>
</welcome-file-list>{noformat}
shows an unexpected warning on <welcome-file>:
{quote}file name references to "faces/index.xhtml" that does not exist in web content{quote}
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
10 years, 9 months
[JBoss JIRA] (JBIDE-19100) On RHEL7 (JBT and JBDS) tooltips appear as dark text on a dark background
by Alexey Kazakov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-19100?page=com.atlassian.jira.plugi... ]
Alexey Kazakov updated JBIDE-19100:
-----------------------------------
Fix Version/s: 4.2.3.Beta1
4.3.0.Alpha1
> On RHEL7 (JBT and JBDS) tooltips appear as dark text on a dark background
> -------------------------------------------------------------------------
>
> Key: JBIDE-19100
> URL: https://issues.jboss.org/browse/JBIDE-19100
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: cleanup
> Affects Versions: 4.2.2.Final
> Environment: RHEL7
> Reporter: Len DiMaggio
> Assignee: Snjezana Peco
> Fix For: 4.2.3.Beta1, 4.3.0.Alpha1
>
> Attachments: JBDS8_RHEL7_vnc.png, RHEL7_devtoolset3_JBT422_QS_Tooltip.png
>
>
> On RHEL7, some tooltips - for example - the notice displayed when updates to Tools/JBDS are available and the information relating to quickstarts as displayed in Central are shown as dark text on a dark background. See attached screenshots.
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
10 years, 9 months
[JBoss JIRA] (JBIDE-19115) Include FeedHenry feature in Mobile Category
by Max Rydahl Andersen (JIRA)
[ https://issues.jboss.org/browse/JBIDE-19115?page=com.atlassian.jira.plugi... ]
Max Rydahl Andersen commented on JBIDE-19115:
---------------------------------------------
The feedhenry should just be coupled/bundled with whereever JBoss Hybrid mobile tools + cordovasim is too.
Thus this is just for updatesite and central for both JBoss Tools and developer studio.
> Include FeedHenry feature in Mobile Category
> --------------------------------------------
>
> Key: JBIDE-19115
> URL: https://issues.jboss.org/browse/JBIDE-19115
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: updatesite
> Reporter: Pavol Srna
> Assignee: Mickael Istria
> Fix For: 4.3.0.Alpha1
>
>
> Currently the code base for FeedHenry integration is in github repository, but the build artefacts are not picked up by nightly job.
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
10 years, 9 months