Comment #1 on issue 728 by [email protected]: A fail fast mode to avoid multiple high cost failures populating a ProvisionException
http://code.google.com/p/google-guice/issues/detail?id=728

I would also love to see this feature implemented. Let me give you a little rationale:
1. I am using Guice + RoboGuice in Android
2. My users install applications by themselves and unfortunately they sometimes install old version over the new one which results in:

Error in custom provider, android.database.sqlite.SQLiteException: Can't downgrade database from version 10 to 5

Thing is I get this ... 527 times! Same exception because the SQLiteDatabase is the bean most frequently dependent on (either directly or indirectly).

3. This wouldn't be that much problem but I am using ACRA library to gather crash reports. A stack trace of this size is both killing the device and its GPRS data usage.

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups 
"google-guice-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-guice-dev?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to