[JBoss JIRA] (JBIDE-16295) JSF XHTML Validator is too restrictive when analyzing method return types
by Alexey Kazakov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-16295?page=com.atlassian.jira.plugi... ]
Alexey Kazakov reassigned JBIDE-16295:
--------------------------------------
Assignee: Jeff MAURY (was: Alexey Kazakov)
> JSF XHTML Validator is too restrictive when analyzing method return types
> -------------------------------------------------------------------------
>
> Key: JBIDE-16295
> URL: https://issues.jboss.org/browse/JBIDE-16295
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: upstream
> Reporter: Lincoln Baxter III
> Assignee: Jeff MAURY
> Fix For: LATER
>
> Attachments: Screen Shot 2013-12-12 at 3.22.28 PM.png, Screen Shot 2013-12-12 at 3.22.40 PM.png, scr.png, scr2.png
>
>
> The validator reports that only "String" may be returned from JSF action methods, but this is actually not the case. Any object may be returned, and .toString() will be called on it before JSF processes the navigation case.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 3 months
[JBoss JIRA] (JBIDE-13247) Inadequate content of web.xml in new created CDI project
by Alexey Kazakov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-13247?page=com.atlassian.jira.plugi... ]
Alexey Kazakov reassigned JBIDE-13247:
--------------------------------------
Assignee: Jeff MAURY (was: Alexey Kazakov)
> Inadequate content of web.xml in new created CDI project
> --------------------------------------------------------
>
> Key: JBIDE-13247
> URL: https://issues.jboss.org/browse/JBIDE-13247
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: cdi, seam2
> Affects Versions: 4.0.0.CR1
> Environment: JBDS 6.0.0.CR1c
> Reporter: Tomas Remes
> Assignee: Jeff MAURY
> Priority: Minor
> Fix For: LATER
>
>
> Create new CDI Web project in JBDS 6.0.0.CR1c and you'll get following web.xml:
> {noformat}
> <welcome-file-list>
> <welcome-file>index.html</welcome-file>
> <welcome-file>index.htm</welcome-file>
> <welcome-file>index.jsp</welcome-file>
> <welcome-file>default.html</welcome-file>
> <welcome-file>default.htm</welcome-file>
> <welcome-file>default.jsp</welcome-file>
> </welcome-file-list>
> <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>*.seam</url-pattern>
> </servlet-mapping>
> {noformat}
> IMHO there should be no ".seam" url pattern since that has nothing to do with Seam. Probably jsf would be better. Second thing is that there are no files like those specified in welcome list section. So it generates unnecessary warnings and would be better to remove it or generate these files along with project generation.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 3 months
[JBoss JIRA] (JBIDE-22699) BrowserUtilTest.testCreateBrowser failure
by Alexey Kazakov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-22699?page=com.atlassian.jira.plugi... ]
Alexey Kazakov reassigned JBIDE-22699:
--------------------------------------
Assignee: Jeff MAURY (was: Alexey Kazakov)
> BrowserUtilTest.testCreateBrowser failure
> -----------------------------------------
>
> Key: JBIDE-22699
> URL: https://issues.jboss.org/browse/JBIDE-22699
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: common
> Affects Versions: 4.4.1.AM1
> Reporter: Alexey Kazakov
> Assignee: Jeff MAURY
> Fix For: 4.4.x
>
>
> org.jboss.tools.foundation.ui.test.BrowserUtilTest.testCreateBrowser
> java.lang.AssertionError: null
> at org.junit.Assert.fail(Assert.java:86)
> at org.junit.Assert.assertTrue(Assert.java:41)
> at org.junit.Assert.assertNotNull(Assert.java:712)
> at org.junit.Assert.assertNotNull(Assert.java:722)
> at org.jboss.tools.foundation.ui.test.BrowserUtilTest.testCreateBrowser(BrowserUtilTest.java:32)
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 3 months