0 Replies Latest reply on Feb 19, 2004 8:42 AM by dinesh_soma

    jboss-net.xml-schema

    dinesh_soma

      I have the following :

      package uk.co.foo;
      /**
      * @jboss-net.xml-schema urn="pcc:Process"
      */
      public class Process implements Serializable { ... }


      In my build.xml I have:
      < jbossnet webDeploymentName="BPMService" prefix="pcc" destDir="" targetNameSpace="http://www.foo.co.uk/cc"/>

      No typemappings are created for Process in the web-service.xml that's generated. When I look at the autogenerated wsdl, the Process class has been converted to xml under the namespace http://foo.co.uk. Am I missing something. Would appreciate any help.

      Thanks
      Dinesh