Re: JWS with classes in packages

2002-09-17 Thread Davanum Srinivas
Mark, PLEASE add an entry in bugzilla (http://nagoya.apache.org/bugzilla) Thanks, dims --- "Volkmann, Mark" <[EMAIL PROTECTED]> wrote: > This issue may have fallen off the radar so I want to re-raise it in the > hopes that someone familiar with the JWS implementation can fix it before > 1.0. >

JWS with classes in packages

2002-09-17 Thread Volkmann, Mark
This issue may have fallen off the radar so I want to re-raise it in the hopes that someone familiar with the JWS implementation can fix it before 1.0.   Here's an example of the problem. Suppose I have the following class Simple.java.   package com.company.topic;   public class Simple {