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 0906D9582 for ; Fri, 18 May 2012 06:36:43 +0000 (UTC) Received: (qmail 6668 invoked by uid 500); 18 May 2012 06:36:42 -0000 Delivered-To: apmail-axis-java-dev-archive@axis.apache.org Received: (qmail 6099 invoked by uid 500); 18 May 2012 06:36:36 -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 5828 invoked by uid 99); 18 May 2012 06:36:33 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 18 May 2012 06:36:33 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 18 May 2012 06:36:30 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 10233C9A7 for ; Fri, 18 May 2012 06:36:09 +0000 (UTC) Date: Fri, 18 May 2012 06:36:09 +0000 (UTC) From: "Hudson (JIRA)" To: java-dev@axis.apache.org Message-ID: <1572696976.12860.1337322969067.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <1920140018.3100.1337152568422.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (AXIS2-5322) ServiceBuilderExtension for Axis2 Deployers 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-5322?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13278611#comment-13278611 ] Hudson commented on AXIS2-5322: ------------------------------- Integrated in Axis2 #1475 (See [https://builds.apache.org/job/Axis2/1475/]) AXIS2-5322, refactored WSDL 1.1/ WSDL 2.0 based service deployment as a ServiceBuilderExtension. Now it's possible to use WSDLServiceBuilderExtension with other Deployers too. (Revision 1339975) Result = SUCCESS sagara : Files : * /axis/axis2/java/core/trunk/modules/kernel/pom.xml * /axis/axis2/java/core/trunk/modules/kernel/src/org/apache/axis2/deployment/DeploymentEngine.java * /axis/axis2/java/core/trunk/modules/kernel/src/org/apache/axis2/deployment/ServiceBuilder.java * /axis/axis2/java/core/trunk/modules/kernel/src/org/apache/axis2/deployment/ServiceDeployer.java * /axis/axis2/java/core/trunk/modules/kernel/src/org/apache/axis2/deployment/ServiceGroupBuilder.java * /axis/axis2/java/core/trunk/modules/kernel/src/org/apache/axis2/deployment/WSDLServiceBuilderExtension.java * /axis/axis2/java/core/trunk/modules/kernel/src/org/apache/axis2/deployment/repository/util/ArchiveReader.java * /axis/axis2/java/core/trunk/modules/kernel/src/org/apache/axis2/deployment/util/Utils.java > ServiceBuilderExtension for Axis2 Deployers > ------------------------------------------- > > Key: AXIS2-5322 > URL: https://issues.apache.org/jira/browse/AXIS2-5322 > Project: Axis2 > Issue Type: New Feature > Components: kernel > Reporter: Sagara Gunathunga > Assignee: Sagara Gunathunga > Fix For: 1.7.0 > > > Refer the following discussion[1] to find objectives of this idea. > ServiceBuilderExtension can take following API. > public interface ServiceBuilderExtension { > public void init( ConfigurationContext configurationContext); > public Map buildAxisServices(DeploymentFileData deploymentFileData) throws DeploymentException;; > } > and possible to register them with deployers as follows. > > > > * One deployer can have number of ServiceBuilderExtensions and will invoke them in the order they defined in the axis2.xml file. > * For a given deploymentFile, if all ServiceBuilderExtensions fail to create AxisService then base deployer will take care about the deployment of that particular deploymentFile. > * For a given deploymentFile, if a ServiceBuilderExtension could create a AxisService then stop execution of other ServiceBuilderExtensions registered and return the AxisService immediately to the base deployer for the further processing. > * Axis2 AbstractDeployer implement necessary helping methods for this idea so that extended Deployer from AbstractDeployer can easily utilise ServiceBuilderExtension concept. > * Immediate goal is to support JAX-WS artefacts through ServiceDeployer . > [1] - http://axis.markmail.org/thread/kvhvcvfufpo6zfe3 > [2] - http://axis.apache.org/axis2/java/core/api/org/apache/axis2/deployment/AbstractDeployer.html -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa 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