Return-Path: X-Original-To: apmail-axis-java-dev-archive@www.apache.org Delivered-To: apmail-axis-java-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 105BFD08F for ; Tue, 11 Dec 2012 13:37:25 +0000 (UTC) Received: (qmail 69167 invoked by uid 500); 11 Dec 2012 13:37:23 -0000 Delivered-To: apmail-axis-java-dev-archive@axis.apache.org Received: (qmail 68917 invoked by uid 500); 11 Dec 2012 13:37:22 -0000 Mailing-List: contact java-dev-help@axis.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: java-dev@axis.apache.org Delivered-To: mailing list java-dev@axis.apache.org Received: (qmail 68893 invoked by uid 99); 11 Dec 2012 13:37:22 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 Dec 2012 13:37:22 +0000 Date: Tue, 11 Dec 2012 13:37:22 +0000 (UTC) From: "Anton (JIRA)" To: java-dev@axis.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (AXIS2-5467) Extend Spring support to accept web-scoped beans MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/AXIS2-5467?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13528962#comment-13528962 ] Anton commented on AXIS2-5467: ------------------------------- When I try use org.springframework.web.context.request.RequestContextListener I got WARN [http-8080-2] org.apache.axis2.extensions.spring.receivers.SpringServletContextObjectSupplier - Axis2 Can't find Spring's ApplicationContext and error org.apache.axis2.AxisFault: The SERVICE_OBJECT_SUPPLIER parameter is not specified. at org.apache.axis2.receivers.AbstractMessageReceiver.makeNewServiceObject(AbstractMessageReceiver.java:247) at org.apache.axis2.receivers.AbstractMessageReceiver.getTheImplementationObject(AbstractMessageReceiver.java:282) > Extend Spring support to accept web-scoped beans > ------------------------------------------------ > > Key: AXIS2-5467 > URL: https://issues.apache.org/jira/browse/AXIS2-5467 > Project: Axis2 > Issue Type: New Feature > Components: Integration > Affects Versions: 1.6.2 > Reporter: Anton > > Now AXIS2 offers only ContextLoaderListener as Listener for Spring > > org.springframework.web.context.ContextLoaderListener > > It's initialized during deploy of war > For using spring web-scoped beans http://static.springsource.org/spring/docs/2.5.x/reference/beans.html#beans-factory-scopes-other-web-configuration axis2 must support also > > org.springframework.web.context.request.RequestContextListener > > Please, add suport or provide workaround for this issue -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: java-dev-unsubscribe@axis.apache.org For additional commands, e-mail: java-dev-help@axis.apache.org