/**
* @message com.arjuna.mwlabs.wst.ba.context.ArjunaContextImple_1 [com.arjuna.mwlabs.wst.ba.context.ArjunaContextImple_1] - ignoring context:
*/
public static ArjunaContextImple getContext()
{
ContextManager cxman = new ContextManager();
Context[] contexts = cxman.contexts();
for (int i = 0; i < contexts.length; i++)
{
if (contexts[i].identifier().equals(ArjunaContextImple.class.getName()))
{