bk.setTitle( title );
bk.setUrl( url.toString() );
bk.setDescription( description );
tx = session.beginTransaction( );
session.update( bk );
tx.commit( );
}
catch( cirrus.hibernate.ObjectNotFoundException o )
{
throw new ObjectNotFoundException( "Bookmark#" + id + " not found" );