[
https://jira.jboss.org/jira/browse/JBIDE-3286?page=com.atlassian.jira.plu...
]
Rob Stryker resolved JBIDE-3286.
--------------------------------
Resolution: Done
Assignee: Rob Stryker (was: Feng Qian)
Hey Juergen:
I did a quick google and saw that the xml for our plugins match directly non-eclipse based
xml catalogs. I'm not sure if this is correct, but I've committed it for your
consideration.
I've changed:
<public
publicId="http://www.jboss.com/ws-security/config"
uri="dtd/jboss-ws-security_1_0.xsd">
</public>
<public
publicId="urn:jboss:jaxws-config:2.0"
uri="dtd/jaxws-config_2_0.xsd">
</public>
to:
<uri
name="http://www.jboss.com/ws-security/schema/jboss-ws-security_1_0....
uri="dtd/jboss-ws-security_1_0.xsd"/>
<uri
name="jaxws-config_2_0.xsd"
uri="dtd/jaxws-config_2_0.xsd"/>
Feel free to test whenever you can. It seems to work but I'm not sure how to test it
;)
Wrong "Key Type"
----------------
Key: JBIDE-3286
URL:
https://jira.jboss.org/jira/browse/JBIDE-3286
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Webservices
Affects Versions: 3.0.0.beta1
Environment: Eclipse 3.4.1, WTP 3.0.3, JBossTools 3.0beta1
Reporter: Juergen Zimmermann
Assignee: Rob Stryker
Fix For: 3.0.0.cr1
Attachments: jbossws.jpg, persistence.xsd.jpg
There are 2 wrong entries in the XML catalog:
1) Key "http://www.jboss.com/ws-security/config". This should be
"http://www.jboss.com/ws-security/schema/jboss-ws-security_1_0.xsd"
2) Key "urn:jboss:jaxws-config:2.0". This should be
"jaxws-config_2_0.xsd"
Both keys have the "Key Type": "Schema Location". The key type should
be "Namespace Name".
Have a look at other entries regarding xsd files e.g.
http://java.sun.com/xml/ns/persistence/persistence_1_0.xsd
--
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