-
Bug
-
Resolution: Done
-
Major
-
4.2.0.GA, 4.2.0.GA_CP01
-
None
-
Release Notes
When toArray is called on the list of Xids in the Txmanager and an array is passed in, it is possible, that the size might not be the same, which will leave nulls in the array being returned.
change....
public Xid[] recover(ConnectionToken dc, int flags) throws Exception
to
public Xid[] recover(ConnectionToken dc, int flags) throws Exception
This was related to the patches that we made in the Oswego libraries in JBPAPP-355
- is blocked by
-
JBPAPP-355 Merge JBAS-4698 into the next CP. This effectively fixes the oswego library. Several defects were found, including an unthreadsafe call to toArray().
- Resolved