[JBoss JIRA] Created: (JBIDE-3456) application.xml is missing in Seam project when debug on server option is selected for the web application
by Dirk Pitt (JIRA)
application.xml is missing in Seam project when debug on server option is selected for the web application
----------------------------------------------------------------------------------------------------------
Key: JBIDE-3456
URL: https://jira.jboss.org/jira/browse/JBIDE-3456
Project: Tools (JBoss Tools)
Issue Type: Bug
Affects Versions: 3.0.0.cr1
Reporter: Dirk Pitt
My project is not generated from the seamgen or from JBoss Tools Seam Wizard. I created from Wesley Hayes maven archetype and installed necessary facets in eclipse configuration (Seam Facet and Seam Settings)..
If I build it with maven and deploy it, everything works fine.
But if I say in the web project in eclipse, debug on the server, I am getting the exception during deployment that application.xml is not there and it is not really there under \.metadata\.plugins\org.jboss.ide.eclipse.as.core\JBoss_AS_4.2.3_Server\deploy...
My project configuration seems to be valid one because I am getting all the content assist information for the seam and project runs correctly if it deployed externally to JBoss...
May be JBoss Tools and m2eclipse plugin are colliding but it is very hard for me to tell that..
I am attaching my sample project also so may be you can also reproduce it...
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
16 years, 4 months
[JBoss JIRA] Created: (JBIDE-1592) Facelets taglibs from file.jar/META-INF/*.tablib.xml or registered in web.xml by facelets.LIBRARIES context param isn't used for content assists in source part of VPE
by Denis Golovin (JIRA)
Facelets taglibs from file.jar/META-INF/*.tablib.xml or registered in web.xml by facelets.LIBRARIES context param isn't used for content assists in source part of VPE
----------------------------------------------------------------------------------------------------------------------------------------------------------------------
Key: JBIDE-1592
URL: http://jira.jboss.com/jira/browse/JBIDE-1592
Project: Tools (JBoss Tools)
Issue Type: Bug
Reporter: Denis Golovin
Fix For: 2.1
That would be nice if <tag> declaration from *.taglib.xml are discovered and used in VPE content assists.
Here is scenario for facelets taglib registered in web.xml:
1. EXECUTE: Create JFP Project using New JSF Project Wizard
2. EXECUTE: Enter a name, select JSF environment: ['JSF 1.2 with Facelets', select Template: 'FaceletKikStartWithoutLibs' then press 'Next'
3. EXECUTE: Select Server Runtime and Target Server then press 'Finish'
4. EXECUTE: Copy attached files custom.taglib.xml and inputCurrency.xhtml to /WEB-INF
5. EXECUTE: Copy attached file show100.xhtml to WebContent/pages
6. EXECUTE: Open web.xml in any editor and add text below
<context-param>
<param-name>facelets.LIBRARIES</param-name>
<param-value>/WEB-INF/custom.taglib.xml</param-value>
</context-param>
8. EXECUTE: Open show100.xhtml in VPE
7. ASSERT: Content proposal list for <c: should contain inputCurrency tag
9. ASSERT: Ctrl+click on 'xmlns:c="http://mydomain.com/jsf/myproject"' opens custom.taglib.xml in xml editor
Scenario for facelets taglib in jar is almost the same but *.taglib.xml should be discovered in <filename>.jar/META-INF/*.taglib.xml.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
16 years, 5 months