public void doScope(String target, Request baseRequest, HttpServletRequest request, HttpServletResponse response) throws IOException, ServletException {
javax.naming.Context context = integrationContext.setContext();
boolean txActive = integrationContext.isTxActive();
SharedConnectorInstanceContext newContext = integrationContext.newConnectorInstanceContext(baseRequest);
ConnectorInstanceContext connectorContext = integrationContext.setConnectorInstance(baseRequest, newContext);
WebBeansContext owbContext = integrationContext.contextEntered();
String oldApplicationIdentity = WebApplicationIdentity.getIdentity();
WebApplicationIdentity.setIdentity(integrationContext.getWebApplicationIdentity());
try {
try {
super.doScope(target, baseRequest, request, response);