coherence-community / oracle-bedrock

Oracle Bedrock
Other
55 stars 31 forks source link

JvmOption.get() must return a list of strings #162

Closed brianoliver closed 10 years ago

brianoliver commented 10 years ago

Currently the JvmOption.get() method returns a single string, that of which represents the string to be used when starting a java process. Unfortunately some Application*Builders, like the LocalJavaApplicationBuilder can't cope with strings that contain spaces, so much so that they'll attempt to start java processes that will never start. ie: they'll pass invalid arguments containing strings.

The only simple solution is to modify the JvmOption.get() method to return a list of strings, those that would need spaces between them, so that Application*Builders can correctly add the necessary spaces.

brianoliver commented 8 years ago

This issue was imported from JIRA ORACLETOOLS-162

brianoliver commented 10 years ago

Reported by @brianoliver

brianoliver commented 10 years ago

Marked as fixed by @brianoliver on Thursday, September 11th 2014, 11:47:06 am