
|
If you were logged in you would be able to see more operations.
|
|
|
| Resolution Date: |
25/Apr/06 03:41 AM
|
|
TransactonTable.java:
public ContextManager findTransactionContextByGlobalId(
....
if (entry.getGid() != null &&
entry.getGid().equals(global_id))
---
}
In the above code gid in the entry can get set to null , if the transaction the entry referes to is committed.
So second part of the above condition can get a NPE.
|
|
Description
|
TransactonTable.java:
public ContextManager findTransactionContextByGlobalId(
....
if (entry.getGid() != null &&
entry.getGid().equals(global_id))
---
}
In the above code gid in the entry can get set to null , if the transaction the entry referes to is committed.
So second part of the above condition can get a NPE.
|
Show » |
made changes - 20/Jan/06 07:59 AM
| Field |
Original Value |
New Value |
|
Assignee
|
|
Mike Matrigali
[ mikem
]
|
made changes - 22/Jan/06 02:01 AM
|
Fix Version/s
|
|
10.2.0.0
[ 11187
]
|
|
Resolution
|
|
Fixed
[ 1
]
|
|
Status
|
Open
[ 1
]
|
Resolved
[ 5
]
|
|
Fix Version/s
|
|
10.1.2.2
[ 12310631
]
|
made changes - 25/Apr/06 03:35 AM
|
Resolution
|
Fixed
[ 1
]
|
|
|
Status
|
Resolved
[ 5
]
|
Reopened
[ 4
]
|
made changes - 25/Apr/06 03:41 AM
|
Fix Version/s
|
|
10.1.3.0
[ 12310616
]
|
|
Resolution
|
|
Fixed
[ 1
]
|
|
Status
|
Reopened
[ 4
]
|
Closed
[ 6
]
|
|