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 172185 - typo in websvccommon modules
Summary: typo in websvccommon modules
Status: VERIFIED FIXED
Alias: None
Product: webservices
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Milan Kuchtiak
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-09-14 14:57 UTC by Masaki Katakai
Modified: 2009-09-22 03:55 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 Masaki Katakai 2009-09-14 14:57:22 UTC
There are some typo in websvccommon cluster. Could you correct them?
Correcting these error will help translation task. If I need to separate
and file for other subcomponent, please let me know.

"Geneneration", "servcice" and "Refrence" are not correct.

org/netbeans/modules/wag/codegen/Bundle.properties:
  OpenIDE-Module-Name=Zembly Web API Gateway Code Geneneration

org/netbeans/modules/websvc/saas/codegen/Bundle.properties:
  OpenIDE-Module-Name=SaaS Services Code Geneneration

org/netbeans/modules/websvc/saas/ui/wizards/Bundle.properties:
  CONFIGURE_METHODS=Configure web servcice methods

org/netbeans/modules/websvc/saas/ui/nodes/Bundle.properties:
  WS_EXISTS_ERROR=Web Service Refrence already exists for this page.
Comment 1 Masaki Katakai 2009-09-14 23:37:34 UTC
Please check these too.

"Atachments", "Availlable", "Refrence", "porfolio", "servcice",
"orginal", "delagate", "dynamicaly", "atribute" are not correct.

org/netbeans/modules/websvc/core/Bundle.properties:
  serviceName atribute in @WebService annotation to some string value¥n¥

org/netbeans/modules/websvc/core/dev/wizard/Bundle.properties
  To avoid duplicity, set serviceName atribute in @WebService annotation¥n¥

org/netbeans/modules/websvc/core/client/wizard/Bundle.properties:
  MSG_MissingWsURL=<html>The URL for the web service is not specified in wsdl file. By using this wsdl the client
code<br>will not work. Either fix problem in wsdl file (under META-INF[WEB-INF]/wsdl)<br>or set the web service url
dynamicaly in runtime.</html>

org/netbeans/modules/websvc/core/dev/wizard/Bundle.properties:
  HINT_EnterpriseBean=Select a session bean as a delagate.

org/netbeans/modules/websvc/core/jaxws/nodes/Bundle.properties:
  MSG_ConnectionProblem=There is a problem with server connection or orginal WSDL location was changed

org/netbeans/modules/websvc/manager/ui/Bundle.properties:
  CONFIGURE_METHODS=Configure web servcice methods

org/netbeans/modules/websvc/manager/util/Bundle.properties:
  OPEN_PORTFOLIO=You need to create or open a porfolio first

org/netbeans/modules/websvc/manager/util/Bundle.properties:
  WS_ADD_TITLE=Add Webservice Refrence

org/netbeans/modules/websvc/rest/wizard/Bundle.properties:
  AvailableEntityClasses=Availlable Entity Classes

org/netbeans/modules/websvc/wsitconf/ui/service/subpanels/Bundle.properties:
  LBL_AddAttachment=Add Atachments

Comment 2 Milan Kuchtiak 2009-09-15 10:26:02 UTC
Fixed.

Details:
http://hg.netbeans.org/main/rev/d9a4fa4fb177
Comment 3 Quality Engineering 2009-09-18 22:31:37 UTC
Integrated into 'main-golden', will be available in build *200909181401* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/d9a4fa4fb177
User: mkuchtiak@netbeans.org
Log: #172185: fixed typos
Comment 4 Masaki Katakai 2009-09-22 03:55:21 UTC
Thank you very much for fixing quickly!

Verified on 200909211401.