else
threadId = ThreadUtil.getThreadId() ;
if (threadId != null)
{
ControlWrapper theControl = OTSImpleManager.current().contextManager().current(threadId);
if (theControl != null)
{
try
{
Coordinator theCoordinator = theControl.get_coordinator();
PropagationContext ctx = null;
if (theCoordinator != null)
{
ctx = theCoordinator.get_txcontext();