Bug #78961 | Can't call MySQL procedure with InOut parameters in Fabric environment | ||
---|---|---|---|
Submitted: | 26 Oct 2015 8:35 | Modified: | 2 Dec 2015 3:25 |
Reporter: | 優 藤原 | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | Connector / J | Severity: | S1 (Critical) |
Version: | 5.1.37 | OS: | Any |
Assigned to: | Filipe Silva | CPU Architecture: | Any |
Tags: | fabric, InOut parameters |
[26 Oct 2015 8:35]
優 藤原
[26 Oct 2015 10:45]
Filipe Silva
Hi, Thank you for this bug report. Verified by code review.
[27 Oct 2015 2:29]
優 藤原
Hi Filipe Silva, We have been working for migrating some our projects to Fabric environment so this bug has great influence to us because almost our business logic is being processed inside stored procedure. If possible, can you please tell us a workaround solution? And when do you plan to provide a fix patch for it? Thanks so much!
[27 Oct 2015 11:37]
Filipe Silva
Hi, I understand your urgency on this but, unfortunately, there is no known workaround for this issue. I'm sorry, I can't give you any dates for a fix. What I can say is that we are setting this issue a very high priority. Thank you,
[28 Oct 2015 2:05]
優 藤原
Hi Filipe Silva, Thank you so much for your supporting!
[2 Dec 2015 3:25]
Daniel So
Added the following entry to the Connector/J 5.1.38 changelog: "In a Fabric environment, a ClassCastException resulted when a stored procedure was called with an INOUT parameter. This was because in this situation, what was being cast was a proxied version of the object. This fix extracts the underlying object from its proxy, allowing it to be cast to the implementing class."