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 795D39E42 for ; Mon, 5 Mar 2012 15:52:20 +0000 (UTC) Received: (qmail 82046 invoked by uid 500); 5 Mar 2012 15:52:19 -0000 Delivered-To: apmail-axis-java-dev-archive@axis.apache.org Received: (qmail 81740 invoked by uid 500); 5 Mar 2012 15:52:19 -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 81731 invoked by uid 99); 5 Mar 2012 15:52:19 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 05 Mar 2012 15:52:19 +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; Mon, 05 Mar 2012 15:52:18 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 7B7729022 for ; Mon, 5 Mar 2012 15:51:58 +0000 (UTC) Date: Mon, 5 Mar 2012 15:51:58 +0000 (UTC) From: "Daniel B. (Created) (JIRA)" To: java-dev@axis.apache.org Message-ID: <247073015.22690.1330962718507.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Created] (AXIS2-5259) incoherent method description for ConfigurationContextFactory.createConfigurationContextFromFileSystem MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org incoherent method description for ConfigurationContextFactory.createConfigurationContextFromFileSystem ------------------------------------------------------------------------------------------------------ Key: AXIS2-5259 URL: https://issues.apache.org/jira/browse/AXIS2-5259 Project: Axis2 Issue Type: Bug Components: documentation Affects Versions: 1.6.1, 1.4.1 Environment: any Reporter: Daniel B. The method description for method createConfigurationContextFromFileSystem(String, String) of class org.apache.axis2.context.ConfigurationContextFactory begins: To get a ConfigurationContext for given data , and underline implementation is Axis2 default impl which is file system based deployment model to create an AxisConfiguration. Huh? That is, that text is so screwed up it's hard to give any specific suggestions. The description continues: Here either or both parameter can be null. So that boil down to following scenarios and it should note that parameter value should be full path , you are not allowed to give one relative to other. And these two can be located in completely different locations. All those editorial errors should be fixed, possibly by replacing that paragraph with: Here either or both parameters can be null. So that boils down to the following scenarios and it should be noted that the parameter values should be full pathnames; you are not allowed to give one relative to the other. And these two can refer to completely different locations. Actually, the rest of the method description needs major editing (and probably a complete rewrite). Especially given that there is no class description (to say what a ConfigurationContextFactory is in the first place), that method is just about impossible to know how to use from that documentation. This applies to the version 1.6.1 (at http://axis.apache.org/axis2/java/core/api/org/apache/axis2/context/ConfigurationContextFactory.html#createConfigurationContextFromFileSystem%28java.lang.String,%20java.lang.String%29) and version 1.4.1 9 (and presumably every version in between). -- 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