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 117202 - typo in enterprise/bpel Bundle.properties
Summary: typo in enterprise/bpel Bundle.properties
Status: VERIFIED FIXED
Alias: None
Product: soa
Classification: Unclassified
Component: BPEL (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Vladimir Yaroslavskiy
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-10-01 05:59 UTC by Masaki Katakai
Modified: 2008-11-03 19:54 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 Masaki Katakai 2007-10-01 05:59:08 UTC
Please fix these typo in enterprise/bpel Bundle.properties.

./enterprise/bpel/bpelapi/src/org/netbeans/modules/bpel/model/validation/runtime/Bundle.properties
  FIX_Correlating_Activity=You are using a correlating activity, you should use correlations with initate attribute "no".
  (initate)

./enterprise/bpel/bpelapi/src/org/netbeans/modules/bpel/model/validation/staticanalysis/Bundle.properties
  defenition.
  (defenition)

./enterprise/bpel/bpelapi/src/org/netbeans/modules/bpel/model/validation/staticanalysis/Bundle.properties
  initialised by <toPart> elements would result in un-initialized parts in the \
  (initialised)

./enterprise/bpel/editors/src/org/netbeans/modules/bpel/palette/resources/structured/Bundle.properties
  Hint-flow=Execute concurently
  (concurently)

./enterprise/bpel/editors/src/org/netbeans/modules/bpel/palette/resources/structured/Bundle.properties
  Hint-sequence=Container for a set of activites
  (activites)

./enterprise/bpel/editors/src/org/netbeans/modules/bpel/palette/resources/webservice/Bundle.properties
  Hint-reply=Send a message in reply to a synchronous recieve event
  (recieve)

./enterprise/bpel/editors/src/org/netbeans/modules/bpel/properties/editors/Bundle.properties
  ERR_REQURED_PROPERTY=The property "{0}" is requred and can not be removed
  (requred)
Comment 1 Sergey Lunegov 2007-10-01 10:36:47 UTC
Vladimir, please fix it.
Comment 2 Vladimir Yaroslavskiy 2007-10-02 13:17:59 UTC
fixed in trunk and sierra.
Comment 3 ggenipudi 2008-11-03 19:54:38 UTC
Tested and verified using latest soa-dev build and the typos are fixed as shown below.

bpel.validation\build\classes\org\netbeans\modules\bpel\validation\runtime\bundle.properties(5):
FIX_Correlating_Activity=You are using a correlating activity, you should use correlations with initiate="no" attribute.
bpel.validation\src\org\netbeans\modules\bpel\validation\runtime\bundle.properties(45): FIX_Correlating_Activity=You are
using a correlating activity, you should use correlations with initiate="no" attribute.
Found 2 occurrence(s) in 2 file(s)

Searching for: <toPart> elements would result in un-initialized parts in the
bpel.validation\build\classes\org\netbeans\modules\bpel\validation\statics\bundle.properties(124): initialized by
<toPart> elements would result in un-initialized parts in the \
bpel.validation\src\org\netbeans\modules\bpel\validation\statics\bundle.properties(172): initialized by <toPart>
elements would result in un-initialized parts in the \
Found 2 occurrence(s) in 2 file(s)

bpel.editors\build\classes\org\netbeans\modules\bpel\palette\resources\structured\bundle.properties(4):
Hint-flow=Execute concurrently
bpel.editors\src\org\netbeans\modules\bpel\palette\resources\structured\bundle.properties(44): Hint-flow=Execute
concurrently
Found 2 occurrence(s) in 2 file(s)

bpel.editors\build\classes\org\netbeans\modules\bpel\palette\resources\webservice\bundle.properties(13): Hint-reply=Send
a message in reply to a synchronous receive event
bpel.editors\src\org\netbeans\modules\bpel\palette\resources\webservice\bundle.properties(53): Hint-reply=Send a message
in reply to a synchronous receive event

bpel.editors\build\classes\org\netbeans\modules\bpel\palette\resources\structured\bundle.properties(10):
Hint-sequence=Container for a set of activities
bpel.editors\build\classes\org\netbeans\modules\bpel\palette\resources\structured\bundle.properties(13): 
bpel.editors\src\org\netbeans\modules\bpel\palette\resources\structured\bundle.properties(50): Hint-sequence=Container
for a set of activities

bpel.editors\build\classes\org\netbeans\modules\bpel\properties\editors\bundle.properties(275): ERR_REQURED_PROPERTY=The
property "{0}" is required and can not be removed
bpel.editors\src\org\netbeans\modules\bpel\properties\editors\bundle.properties(297): ERR_REQURED_PROPERTY=The property
"{0}" is required and can not be removed
soa.ui01\build\classes\org\netbeans\modules\soa\ui\properties\editors\bundle.properties(275): ERR_REQURED_PROPERTY=The
property "{0}" is required and can not be removed
soa.ui01\src\org\netbeans\modules\soa\ui\properties\editors\bundle.properties(297): ERR_REQURED_PROPERTY=The property
"{0}" is required and can not be removed
xslt.tmap\build\classes\org\netbeans\modules\xslt\tmap\nodes\properties\bundle.properties(20): ERR_REQURED_PROPERTY=The
property "{0}" is required and can not be removed
xslt.tmap\src\org\netbeans\modules\xslt\tmap\nodes\properties\bundle.properties(43): ERR_REQURED_PROPERTY=The property
"{0}" is required and can not be removed