[jbosstools-issues] [JBoss JIRA] Resolved: (JBIDE-3472) XML catalog missing for JBoss 5.0

Snjezana Peco (JIRA) jira-events at lists.jboss.org
Sat Jan 10 13:47:05 EST 2009


     [ https://jira.jboss.org/jira/browse/JBIDE-3472?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Snjezana Peco resolved JBIDE-3472.
----------------------------------

    Resolution: Done


I haven't added the following schemas:
- javaee_web_services_1_2.xsd
- javaee_web_services_client_1_2.xsd
- javaee_5.xsd
because they exist within the standard wtp xml catalog.


> XML catalog missing for JBoss 5.0
> ---------------------------------
>
>                 Key: JBIDE-3472
>                 URL: https://jira.jboss.org/jira/browse/JBIDE-3472
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: Build/Releng
>    Affects Versions: 3.0.0.cr1
>         Environment: JBossTools 3.0.0.cr1, JBossAS 5.0.0
>            Reporter: Juergen Zimmermann
>            Assignee: Snjezana Peco
>             Fix For: 3.0.0.CR2
>
>
> Eclipse's XML catalog is missing the DTDs and XSDs for JBoss 5.0.
> I added these file to org.jboss.ide.eclipse.as.core_2.0.0.CR1-R200812191611\dtd:
> - jboss_5_0.dtd
> - jboss-app_5_0.dtd
> - jboss-ds_5_0.dtd
> - jboss-web_5_0.dtd
> - jboss-service_5_0.dtd
> - service-ref_5_0.dtd
> - javaee_web_services_1_2.xsd
> - javaee_web_services_client_1_2.xsd
> - javaee_5.xsd
> Additionally I extended org.jboss.ide.eclipse.as.core_2.0.0.CR1-R200812191611\plugin.xml:
>          <public
>                publicId="-//JBoss//DTD Java EE Application 5.0//EN"
>                uri="dtd/jboss-app_5_0.dtd"
>                webURL="http://www.jboss.org/j2ee/dtd/jboss-app_5_0.dtd">
>          </public>
>          <public
>                publicId="-//JBoss//DTD JBOSS 5.0//EN"
>                uri="dtd/jboss_5_0.dtd"
>                webURL="http://www.jboss.org/j2ee/dtd/jboss_5_0.dtd">
>          </public>
>          <public
>                publicId="-//JBoss//DTD Web Application 5.0//EN"
>                uri="dtd/jboss-web_5_0.dtd"
>                webURL="http://www.jboss.org/j2ee/dtd/jboss-web_5_0.dtd">
>          </public>
>          <public
>                publicId="-//JBoss//DTD JBOSS JCA Config 5.0//EN"
>                uri="dtd/jboss-ds_5_0.dtd"
>                webURL="http://www.jboss.org/j2ee/dtd/jboss-ds_5_0.dtd">
>          </public>
>          <public
>                publicId="-//JBoss//DTD MBean Service 5.0//EN"
>                uri="dtd/jboss-service_5_0.dtd"
>                webURL="http://www.jboss.org/j2ee/dtd/jboss-service_5_0.dtd">
>          </public>
>          <public
>                publicId="-//JBoss//DTD Web Service Reference 5.0//EN"
>                uri="dtd/service-ref_5_0.dtd"
>                webURL="http://www.jboss.org/j2ee/dtd/service-ref_5_0.dtd">
>          </public>

-- 
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

        



More information about the jbosstools-issues mailing list