* @throws Exception
*
*/
public void testJoinNodeWithConstraint() throws Exception
{
ObjectType stringObjectType = new ClassObjectType( String.class );
/* just return the object */
Extractor stringExtractor = new Extractor() {
public Object getValue(Object object)
{