177178179180181182183184185186187
) ); Query<HandlingEventEntity> duplicates = uowf.currentUnitOfWork().newQuery( qb ); if( duplicates.count() > 0 ) { throw new DuplicateEventException( c.eventData ); } } // Step 5 - Verify that cargo is not handled after being claimed