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

Summary: typo in enterprise/bpel Bundle.properties
Product: soa Reporter: Masaki Katakai <masaki>
Component: BPELAssignee: Vladimir Yaroslavskiy <yaroslavskiy>
Status: VERIFIED FIXED    
Severity: blocker CC: jf4jbug
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

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