-
Notifications
You must be signed in to change notification settings - Fork 934
NH-3865 - Swallowed ArgumentNullException with dynamic composite id #1047
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
@RogerKratz is this still the case? |
@hazzik Yes, this issue is still there. Stack trace for all the exceptions...
|
What’s the calls before |
|
A test case in NHibernate.Test triggering those swallowed exceptions would surely be the best thing for investigating the subject. |
I can write some simple test case after the weekend. Not really simple to assert anything though, I guess. |
It would be hard to write a test case for this. (I’ve happened to debug this code when was implementing dynamic entities). |
Yes, since it is swallowed, there are no assert to write, and no failure to expect. But it may help checking how this swallowed exception could be avoided. |
Example code available in this PR. |
Fixes #1047 - NH-3865 Co-authored-by: Frédéric Delaporte <[email protected]>
Kai Cissarek created an issue — 27th April 2016, 6:41:44:
Roger added a comment — 27th April 2016, 8:14:48:
Kai Cissarek added a comment — 27th April 2016, 8:26:54:
The text was updated successfully, but these errors were encountered: