public void showNode( final long nodeId )
{
try
{
GraphDbServiceManager gsm = Activator.getDefault().getGraphDbServiceManager();
gsm.submitTask( new GraphRunnable()
{
@Override
public void run( final GraphDatabaseService graphDb )
{
if ( graphDb != null )