This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 118483 - Move wsdl binding schema documentation content to bundle.properties
Summary: Move wsdl binding schema documentation content to bundle.properties
Status: VERIFIED FIXED
Alias: None
Product: xml
Classification: Unclassified
Component: WSDL Tools (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Shivanand Kini
URL:
Keywords:
Depends on:
Blocks: 96813
  Show dependency tree
 
Reported: 2007-10-11 02:50 UTC by Shivanand Kini
Modified: 2008-04-08 01:28 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Shivanand Kini 2007-10-11 02:50:23 UTC
Move all schema documentation for elements, complex types, simple types and attributes to bundle.properties and replace
it with bundle keys.
Keys generated are as follows:
DESC_Element_(elementname)
DESC_ComplexType_(complexTypename)
DESC_SimpleType_(simpleTypename)
DESC_Attribute_(attributename)
Comment 1 Shivanand Kini 2007-10-11 02:51:38 UTC
The following files need to converted:
nb_all\enterprise\openesbaddons\contrib-gestalt\rssbc\src\com\gestalt\netbeans\modules\wsdlextensions\rss\RSSWsdlExt.xsd
nb_all\enterprise\openesbaddons\contrib-gestalt\sipbc\src\com\gestalt\netbeans\modules\wsdlextensions\sip\SIPWsdlExt.xsd
nb_all\enterprise\openesbaddons\contrib-gestalt\uddibc\src\com\gestalt\netbeans\modules\wsdlextensions\uddi\UDDIWsdlExt.xsd
nb_all\enterprise\openesbaddons\contrib-gestalt\xmppbc\src\com\gestalt\netbeans\modules\wsdlextensions\xmpp\XMPPWsdlExt.xsd
nb_all\enterprise\openesbaddons\contrib-imola\cics-bc\netbeansplugin\wsdlExtension\src\main\java\it\imolinfo\jbi4cics\netbeansplugin\wsdlextension\resources\cics-ext.xsd
nb_all\enterprise\openesbaddons\contrib-imola\corba-bc\netbeansplugin\wsdlExtension\src\main\java\it\imolinfo\jbi4corba\netbeansplugin\wsdlextension\resources\corba-ext.xsd
nb_all\enterprise\openesbaddons\contrib-imola\ejb-bc\netbeansplugin\wsdlExtension\src\it\imolinfo\jbi4ejb\wsdlextension\resources\ejb-ext.xsd
nb_all\enterprise\openesbaddons\dcom\src\org\netbeans\modules\wsdlextensions\dcom\resources\dcom-ext.xsd
nb_all\enterprise\openesbaddons\email\src\org\netbeans\modules\wsdlextensions\email\resources\email-ext.xsd
nb_all\enterprise\openesbaddons\ftp\src\org\netbeans\modules\wsdlextensions\ftp\resources\ftp_ext.xsd
nb_all\enterprise\openesbaddons\hl7\src\org\netbeans\modules\wsdlextensions\hl7\resources\hl7-ext.xsd
nb_all\enterprise\openesbaddons\ims\src\org\netbeans\modules\wsdlextensions\ims\resources\ims-ext.xsd
nb_all\enterprise\openesbaddons\jdbc\src\org\netbeans\modules\wsdlextensions\jdbc\resources\jdbc-ext.xsd
nb_all\enterprise\openesbaddons\ldap\src\org\netbeans\modules\wsdlextensions\ldap\resources\ldap-ext.xsd
nb_all\enterprise\openesbaddons\mq\src\org\netbeans\modules\wsdlextensions\mq\resources\mq-ext.xsd
nb_all\enterprise\openesbaddons\msmq\src\org\netbeans\modules\wsdlextensions\msmq\resources\msmq-ext.xsd
nb_all\enterprise\openesbaddons\sap\src\org\netbeans\modules\wsdlextensions\sap\resources\sap-ext.xsd
nb_all\enterprise\openesbaddons\smtp\src\org\netbeans\modules\wsdlextensions\smtp\resources\smtp-ext.xsd
nb_all\enterprise\openesbaddons\snmp\wsdlextensions\src\org\netbeans\modules\wsdlextensions\snmp\resources\snmp-ext.xsd
nb_all\enterprise\openesbaddons\tcpip\src\org\netbeans\modules\wsdlextensions\tcpip\resources\tcpip-ext.xsd
nb_all\enterprise\wsdlextensions\exec\src\org\netbeans\modules\wsdlextensions\exec\resources\exec-ext.xsd
nb_all\enterprise\wsdlextensions\file\src\org\netbeans\modules\wsdlextensions\file\resources\file-ext.xsd
nb_all\enterprise\wsdlextensions\jms\src\org\netbeans\modules\wsdlextensions\jms\resources\jms-ext.xsd
nb_all\xml\wsdlextui\src\org\netbeans\modules\xml\wsdlextui\resources\http\http.xsd
nb_all\xml\wsdlextui\src\org\netbeans\modules\xml\wsdlextui\resources\soap\soap.xsd
nb_all\enterprise\openesbaddons\swift\src\org\netbeans\modules\wsdlextensions\swift\resources\swift-ext.xsd

Comment 2 Shivanand Kini 2007-10-12 01:26:37 UTC
converted all.
Comment 3 Shivanand Kini 2007-10-12 02:19:35 UTC
Done
Comment 4 jlautz 2008-04-08 01:28:23 UTC
Based on the source code, it appears that this issue has been resolved.