-
1. Re: Pending tx in weblogic RM never resolved during XA recovery test case
tomjenkinson Jun 18, 2014 9:31 AM (in response to lily.he)There was a bug in that area but it is now fixed, iirc it is fixed in [JBTM-1810] If the XAResourceRecoveryHelper returns a different XAResource and isSameRM does not function correctly for …
-
2. Re: Pending tx in weblogic RM never resolved during XA recovery test case
lily.he Jun 24, 2014 1:06 AM (in response to tomjenkinson)Thanks for your response. Did you check the attached log? Do you find and evidence that the bug you mentioned is the root cause of the problem we encountered?
-
3. Re: Pending tx in weblogic RM never resolved during XA recovery test case
tomjenkinson Jun 24, 2014 6:03 AM (in response to lily.he)Hi Lily,
Unfortunately it was only in the debugger that we found the issue (i.e. there wasn't enough trace logging to debug it at the time). I can say your report is consistent with that Jira I referenced. I did notice that a LastResourceRecord is in play indicating you aren't using an XA datasource for the database - for me, I would see this as an issue if you are expecting 2PC but is not the cause of your reported issue.
Tom