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 64C2B11FD4 for ; Wed, 25 Jun 2014 03:09:26 +0000 (UTC) Received: (qmail 25620 invoked by uid 500); 25 Jun 2014 03:09:25 -0000 Delivered-To: apmail-axis-java-dev-archive@axis.apache.org Received: (qmail 25481 invoked by uid 500); 25 Jun 2014 03:09:25 -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 25251 invoked by uid 99); 25 Jun 2014 03:09:25 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 Jun 2014 03:09:25 +0000 Date: Wed, 25 Jun 2014 03:09:24 +0000 (UTC) From: "Bhuvi Sundararaman (JIRA)" To: java-dev@axis.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (AXIS2-5656) Axis2 (1.6.0) modifies names of Custom exceptions MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Bhuvi Sundararaman created AXIS2-5656: ----------------------------------------- Summary: Axis2 (1.6.0) modifies names of Custom exceptions Key: AXIS2-5656 URL: https://issues.apache.org/jira/browse/AXIS2-5656 Project: Axis2 Issue Type: Bug Affects Versions: 1.6.0 Reporter: Bhuvi Sundararaman Priority: Blocker I am trying to upgrade axis2 from 1.5.1 to 1.6.0. After compilation all the classes that extend Exception are having modified names. For Example a class file IllegalArgument.java Class IllegalArgument extends Exception{ } gets modified as MyServiceIllegalArgument.class where'MyService' is the name of the wsdl. This is a blocking me currently. This was not happening with 1.5.1 version. P.S : Mailing list bounces back, so posting here . -- This message was sent by Atlassian JIRA (v6.2#6252) --------------------------------------------------------------------- To unsubscribe, e-mail: java-dev-unsubscribe@axis.apache.org For additional commands, e-mail: java-dev-help@axis.apache.org