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 125820 - I18N - : is used to separate key-element
Summary: I18N - : is used to separate key-element
Status: VERIFIED FIXED
Alias: None
Product: javame
Classification: Unclassified
Component: Web Services (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Petr Suchomel
URL:
Keywords: I18N
Depends on:
Blocks:
 
Reported: 2008-01-23 04:41 UTC by Ashizawa Kazunori
Modified: 2008-03-06 19:33 UTC (History)
1 user (show)

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 Ashizawa Kazunori 2008-01-23 04:41:31 UTC
: is used to separate key-element

mobility/end2end/jsr172/src/org/netbeans/modules/e2e/wsdl/wsdl2java/Bundle.properties
0001: Operation {0} style must be DOCUMENT
0002: Operation {0} body {1} use must be LITERAL
0003: Invalid primitive type {0}
0004: Unsupported tag in element {0}
0005: Invalid subconstruct in element {0}
0006: Operation {0} cannot have more than one message parts
0007: Operation must be request-response. Missing <ouput> for operation {0}
0008: Element must be present in part tag of operation {0}
0009: Operation must be request-response. Missing <input> for operation {0}
0010: Parameter type contains cyclical references. Cannot generate stub for that type.
0011: More than one soap:operation in the binding {0} is not allowed.
0012: Missing binding input tag in operation binding {0}
0013: Missing binding output tag in operation binding {0}
0014: In message {0} the part tag is missing
0015: QName type requires user implementations. See TODO in the code.

Not a bug in the module, but this causes a problem during
localization (translation) process.  Please use = instead of :
Comment 1 Petr Suchomel 2008-02-28 10:29:42 UTC
Fix available
Comment 2 Petr Suchomel 2008-02-28 15:47:05 UTC
Fixed, CS 57cf7a06b133
Comment 3 Ken Frank 2008-03-06 19:06:40 UTC
I don't see the messages mentioned below in any end2end bundles in 
end2end jars, that is, with items like 0001, 0002.

are these messages still in mobility bundles, perhaps in another module ?

ken.frank@sun.com
Comment 4 Petr Suchomel 2008-03-06 19:29:59 UTC
jsr172 module - they are error messages
Comment 5 Ken Frank 2008-03-06 19:33:37 UTC
verified.