When using DBMigrate to create the application data structure, the data is created with success but fails when called using the default SDK/H2/CFWheels configuration:
Wheels.DataSourceNotFound. The data source could not be reached.
Line 57 in controllers/Sessions.cfc
<cfargument name="password" type="any" required="true" />
<cfset user = model("User").findOneByEmail(value=arguments.email)>