0 Replies Latest reply on May 12, 2008 12:53 AM by smathankumar

    Common User Define Exception

      Hi,

      I have created a common User define Exception for all my WebServices.
      While using JBossWS2.0.3, It is working fine. I got the common Exception for all web services.
      While using the Latest Version JBossWS3.0.1, I am not able to get the common Exception.

      Here is my code.

      @XmlType(namespace="common.ws.nortelnetworks.com")
      @WebFault(name="ProvisioningException",targetNamespace="common.ws.nortelnetworks.com")
      public class ProvisioningException extends Exception {
      ---
      }

      Regards,
      Mathan Kumar S