Type mapping of @ColumnResult is ignored
Description
causes
is a fix for
is followed up by
Activity

Bill RosmusOctober 17, 2014 at 12:35 AM
My apologies I see is still open. My unfamiliarity with this bug system.

Bill RosmusOctober 17, 2014 at 12:29 AM
Gail Badner - you closed my issue (), is that because it is really the same as this one? You didn't give a reason for closing it. Also, this issue is also marked closed. Does this mean that it won't be fixed.
To add to my issue (even though you closed it), I did try today to type each of the columns in the mapping (e.g. type=) but it didn't help. I updated the stack overflow question I had made. The link is in HHH-9445.
If this is bug, will it be fixed or should I find another way to do what I need to do?
Thanks.

Former userJuly 10, 2014 at 5:58 AM
Closing resolved issued in preparation for releasing 4.3.6.

Gunnar MorlingJuly 9, 2014 at 1:40 PM
, I've merged the PR to fix the issue in 4.3.6. I've also merged the changes to master, but the (newly added) tests fail there as you kind of assumed. I've created to fix the issue on master and re-enable the tests which I disabled for the time being via @FailureExpectedWithNewMetamodel
.

Former userJuly 9, 2014 at 6:27 AM
, please go ahead and merge the fix from your pull request.
Also, please try running the test in your pull request on master. If it works, then please commit it using this JIRA issue.
If it doesn't work, then please create a new JIRA for fix version 5.0.0, mark the test @FailureExpectedWithNewMetamodel, and commit the test using the new JIRA issue.
Please resolve this issue when you're done. I plan to release 4.3.6 Wednesday afternoon or evening (Pacific time), so please resolve before then.
Thanks!
Gail
Details
Assignee
Gunnar MorlingGunnar MorlingReporter
Christian BauerChristian BauerFix versions
Affects versions
Priority
Minor
Details
Details
Assignee

Reporter

In ResultsetMappingSecondPass.java:
Instead of a "null", the mapped column.type() argument of @ColumnResult should be used.