Return-Path: Delivered-To: apmail-xml-axis-dev-archive@xml.apache.org Received: (qmail 16146 invoked by uid 500); 18 Sep 2002 12:29:14 -0000 Mailing-List: contact axis-dev-help@xml.apache.org; run by ezmlm Precedence: bulk Reply-To: axis-dev@xml.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list axis-dev@xml.apache.org Received: (qmail 16096 invoked from network); 18 Sep 2002 12:29:14 -0000 Date: 18 Sep 2002 12:29:51 -0000 Message-ID: <20020918122951.11451.qmail@nagoya.betaversion.org> From: bugzilla@apache.org To: axis-dev@xml.apache.org Cc: Subject: DO NOT REPLY [Bug 12769] New: - JWS deployment with packages broken X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bug.cgi?id=12769 JWS deployment with packages broken Summary: JWS deployment with packages broken Product: Axis Version: current (nightly) Platform: All OS/Version: Other Status: NEW Severity: Normal Priority: Other Component: Deployment / Registries AssignedTo: axis-dev@xml.apache.org ReportedBy: volkmann2@charter.net Here's an example of the problem. Suppose I have the following class Simple.java. package com.company.topic; public class Simple { public String getGreeting() { return "Hello"; } } To deploy this using JWS I must 1) copy Simple.java to the Axis web app., renaming it to Simple.jws If Tomcat is my server, I'd copy it to tomcat/webapps/axis/com/company/topic/Simple.jws. 2) remove the package statement from the .jws file Step 2 shouldn't be required!