coherence-community / oracle-bedrock

Oracle Bedrock
Other
55 stars 31 forks source link

RemoteJavaApplicationBuilders fail to wait for the Remote Java Application to be started #195

Closed brianoliver closed 9 years ago

brianoliver commented 9 years ago

Unlike LocalJavaApplicationBuilders which wait for the Local Java Application Processes to "connect back" to the builder, the RemoteJavaApplicationBuilders do not.

Without this check, developers may send requests to remote java applications before they have actually started, which then causes exceptions, like RemoteExecutor not available.

brianoliver commented 8 years ago

This issue was imported from JIRA ORACLETOOLS-195

brianoliver commented 9 years ago

Reported by @brianoliver

brianoliver commented 9 years ago

Marked as fixed by @brianoliver on Thursday, November 13th 2014, 11:20:34 pm