I had the same issue ! Anyway, the solution i found is using the tag classes instead of packages this is my testng.xml file :
in this case, only the class BrmsServicesFactoryTest tests are executed, the other class tests not executed !
I hope this could help you !