[JBoss JIRA] Created: (JBIDE-5642) Taglibs defined in JAR files as facelets *.taglib.xml are not recognized in Web Projects View in Tag Libraries folder.
by Oleg Varaksin (JIRA)
Taglibs defined in JAR files as facelets *.taglib.xml are not recognized in Web Projects View in Tag Libraries folder.
----------------------------------------------------------------------------------------------------------------------
Key: JBIDE-5642
URL: https://jira.jboss.org/jira/browse/JBIDE-5642
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: JSF
Affects Versions: 3.1.0.CR1
Environment: Eclipse 3.5 and higher, JBossTools 3.1.0.CR1, OS Windows XP and higher
Reporter: Oleg Varaksin
If we have some JAR files in classpath of web project which contain *.taglib.xml files (under META-INF) they will be not recognized by JBoss Tools. I have imported such JAR as described in the related issue https://jira.jboss.org/jira/browse/JBIDE-4213. TLDs have been well recognized (displayed under Tag Libraries folder), but *.taglib.xml files not. There are no chances to add them to the JBoss Tools Palette.
Note 1: *.taglib.xml files from external JARs don't have to be added in web.xml. That means, javax.faces.FACELETS_LIBRARIES is not needed in web.xml. JSF scans automatically META-INF folder of all JARs in classpath.
Note 2: *.taglib.xml files should be also recognized in JAR project itself if we implement JSF 2 custom components in this JAR project (which reside under META-INF/resources/...) and want to add xmlns namespaces from *.taglib.xml's in some *.xhtml files. At the moment it's not possible and there isn't code autocompletion.
This issue is very important for JSF 2.x.
--
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
[JBoss JIRA] Created: (JBIDE-4672) NullPointerException in "Edit Connection" wizard during Seam Web project creation
by Aliaksey Nis (JIRA)
NullPointerException in "Edit Connection" wizard during Seam Web project creation
---------------------------------------------------------------------------------
Key: JBIDE-4672
URL: https://jira.jboss.org/jira/browse/JBIDE-4672
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Seam
Affects Versions: 3.0.2.GA
Environment: WindowsXP SP2
JBoss Developer Studio
Version: 2.1.0
Build id: jbdevstudio-eap-win32-2.1.0.GA-N200907270215-H117
JRE 1.5_08
Reporter: Aliaksey Nis
EXECUTE: New Seam Web project.
EXECUTE: Select EAP 5 runtime as server runtime. Select any seam configuration.
EXECUTE: Go to Last wizard step(Seam Facet).
EXECUTE: Press "Edit" buton near Connection profile name.
EXECUTE: In opened wizard look at JDBC connection properties tab.
FAILURE: Driver field is empty.
EXECUTE: Press OK button.
FAILURE: Exception thrown each time you press OK button. Wizard do not close after button was pressed.
Error log attached.
--
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