[
https://jira.jboss.org/jira/browse/JBIDE-1788?page=com.atlassian.jira.plu...
]
Juergen Zimmermann reopened JBIDE-1788:
---------------------------------------
Entries for JBoss 5.0 are missing.
There are still some entries missing for JBoss 4.2:
* -//JBoss//DTD MBean Service 4.2//EN
** required for .sar when e.g. authentication is done via database or LDAP
instead of .properties
** see file docs\dtd\jboss-service_4_2.dtd
* -//JBoss//DTD JBOSS JCA Config 1.5//EN
** required when the app ships a datasource definition in a file xyz-ds.xml
within a .sar
** see file docs\dtd\jboss-ds_1_5.dtd
* -//JBoss//DTD Web Service Reference 4.2//EN
** required for jboss.xml
** see file docs\dtd\service-ref_4_2.dtd
When using JBossWS-native 3.0.2 and using WS-Security then these 2 entries
are also required:
*
http://www.jboss.com/ws-security/config
** see file jboss-ws-security_1_0.xsd in directory "schema" of
jboss-ws-native-core.jar
* urn:jboss:jaxws-config:2.0
** see file jaxws-config_2_0.xsd in directory "schema" of
jboss-ws-native-core.jar
Extend XML Catalog to support jboss.dtd, jboss-app.dtd, and
jboss-web.xml
-------------------------------------------------------------------------
Key: JBIDE-1788
URL:
https://jira.jboss.org/jira/browse/JBIDE-1788
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: JBossAS, jsp/jsf/xml source editing
Affects Versions: 2.0.1
Environment: Eclipse 3.3.2RC2, WTP 2.0.2RC2, JBossTools nightly 20080201
Reporter: Juergen Zimmermann
Assignee: Rob Stryker
Priority: Trivial
Fix For: 3.0.0.alpha
When a project has jboss.xml, jboss-app.xml, or jboss-web.xml, then the XML validator of
WTP shows warnings regarding a missing dtd, e.g. when the internet connection is broken.
Workaround is to extend the XML catalog (Preferences -> Web and XML -> XML catalog)
so that there are entries like
* -//JBoss//DTD JBOSS 4.2//EN
* -//JBoss//DTD J2EE Application 4.2//EN
* -//JBoss//DTD Web Application 4.2//EN
These entries are mapped to a local DTD just like Hibernate Tools are already doing it
with
* -//Hibernate/Hibernate Configuration DTD 3.0//EN
* -//Hibernate/Hibernate Mapping DTD 3.0//EN
* -//Hibernate/Hibernate Reverse Engineering DTD 3.0//EN
I'd appreciate to also have mappings for JBoss' XML files.
--
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