You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
there is no real naming rules on the name of the properties.
some are all in small caps, other follows java convention.
let's just forget about the case when parsing them.
Example :
When you want start a node if property isn't type correctly you will get the following warning :
(link: WARNING) (link: ProActiveConfigurationParser) Skipped unknown ProActive Java property: proactive.useIpAddress
(in that case the good property was proactive.useIPaddress instead of proactve.useIpAddress)
The text was updated successfully, but these errors were encountered:
Original issue created by Arnaud Contes on 18, Aug 2014 at 15:04 PM - PALIGHT-61
there is no real naming rules on the name of the properties.
some are all in small caps, other follows java convention.
let's just forget about the case when parsing them.
Example :
When you want start a node if property isn't type correctly you will get the following warning :
(link: WARNING) (link: ProActiveConfigurationParser) Skipped unknown ProActive Java property: proactive.useIpAddress
(in that case the good property was proactive.useIPaddress instead of proactve.useIpAddress)
The text was updated successfully, but these errors were encountered: