result = QUERY_ENGINE.executeQuery( queryExpr,
getProperties() );
}
catch ( UnknownQueryExpressionDialectException uqede )
{
throw new UnknownQueryExpressionDialectFaultException( NAMESPACE_SET, uqede.getDialect() );
}
catch ( QueryEvaluationErrorException qeee )
{
throw new QueryEvaluationErrorFaultException(NAMESPACE_SET, qeee.getMessage() );
}