try
{
Set<String> suffixes = new HashSet<String>(jarStructure.getSuffixes());
suffixes.add(".ejb3");
jarStructure.setSuffixes(suffixes);
return determineStructureWithStructureDeployers(deployment, new FileStructure(), new WARStructure(), jarStructure, createEarStructureDeployer());
}
finally
{
jarStructure.setSuffixes(defaultSuffixes);
}