coherence-community / oracle-bedrock

Oracle Bedrock
Other
55 stars 31 forks source link

ContainerBased Java Application Builders should throw an Exception when an Application is unknown #149

Closed brianoliver closed 10 years ago

brianoliver commented 10 years ago

When an attempt is made to realize a Java-based Application, for which the class is unavailable/unknown, the ContainerBasedJavaApplicationBuilder (and thus the JavaVirtualMachine platform) should eagerly throw a RuntimeException (wrapping a ClassNotFoundException) indicating that the application could not be started.

Currently a RuntimeException will be thrown, but only after attempting to interact with the application.

brianoliver commented 8 years ago

This issue was imported from JIRA ORACLETOOLS-149

brianoliver commented 10 years ago

Reported by @brianoliver

brianoliver commented 10 years ago

Marked as fixed by @brianoliver on Wednesday, August 27th 2014, 9:40:27 pm