ServletMethodExecutor.ARQUILLIAN_SERVLET_NAME);
}
protected HTTPContext locateHTTPContext(Method method)
{
TargetsContainer targetContainer = method.getAnnotation(TargetsContainer.class);
if (targetContainer != null)
{
String targetName = targetContainer.value();
for (HTTPContext context : contexts)
{
if (targetName.equals(context.getName()))
{