stormpath / stormpath-framework-tck

HTTP integration tests that ensure a Stormpath web framework integration implements the Stormpath Framework Specification
Apache License 2.0
11 stars 5 forks source link

Raise exception if application cannot be auto-resolved #22

Open nbarbettini opened 8 years ago

nbarbettini commented 8 years ago

Described in https://github.com/stormpath/stormpath-framework-spec/blob/master/configuration.md#application-resolution

If the developer does not specify any application configuration, and more applications exist beyond the default 'My Application', then an error should be given to the developer

Could not automatically resolve a Stormpath Application. Please specify your Stormpath Application in your configuration.

nbarbettini commented 8 years ago

Blocked on #25