[JBoss JIRA] Created: (JBIDE-9198) Cannot add JSF capabilities to a project with no web.xml
by Brian Leathem (JIRA)
Cannot add JSF capabilities to a project with no web.xml
--------------------------------------------------------
Key: JBIDE-9198
URL: https://issues.jboss.org/browse/JBIDE-9198
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: JSF
Reporter: Brian Leathem
Assignee: Alexey Kazakov
The Seam Faces impl project defines facelet files that are used as composite components vy projects that use Seam Faces. When I try to edit one of these facelet files, I am prompted to add JSF capabilities to the project in order to get JSF completion. However I am unable to add JSF capabilities, as I am required to point to an exisiting web.xml file. The Seam Faces impl project does not have a web.xml file. I does however have a web-fragment.xml (I don't know if that's relevant).
It would be nice to take advantage of the JSF tooling in "JSF library projects" without necessarily having a web.xml file.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 7 months
[JBoss JIRA] Created: (JBIDE-9314) org.jboss.tools.jsf.vpe.richfaces.test.RichFacesComponentContentTest failure
by Alexey Kazakov (JIRA)
org.jboss.tools.jsf.vpe.richfaces.test.RichFacesComponentContentTest failure
----------------------------------------------------------------------------
Key: JBIDE-9314
URL: https://issues.jboss.org/browse/JBIDE-9314
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Visual Page Editor Templates
Affects Versions: 3.3.0.M3
Reporter: Alexey Kazakov
Assignee: Yahor Radtsevich
Fix For: 3.3.0.M3
Failed tests:
testGraphValidator(org.jboss.tools.jsf.vpe.richfaces.test.RichFacesComponentContentTest)
{code}
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running org.jboss.tools.jsf.vpe.richfaces.test.RichFacesAllTests
Tests run: 115, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 53.205 sec <<< FAILURE!
testGraphValidator(org.jboss.tools.jsf.vpe.richfaces.test.RichFacesComponentContentTest) Time elapsed: 0.382 sec <<< FAILURE!
junit.framework.AssertionFailedError: null
at junit.framework.Assert.fail(Assert.java:47)
at junit.framework.Assert.assertTrue(Assert.java:20)
at junit.framework.Assert.assertNotNull(Assert.java:214)
at junit.framework.Assert.assertNotNull(Assert.java:207)
at org.jboss.tools.vpe.base.test.ComponentContentTest.performInvisibleWrapperTagTest(ComponentContentTest.java:298)
at org.jboss.tools.jsf.vpe.richfaces.test.RichFacesComponentContentTest.testGraphValidator(RichFacesComponentContentTest.java:47)
{code}
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 7 months