0 Replies Latest reply on May 10, 2007 2:12 PM by trivedi

    Webservice deployment error with JbossWS

    trivedi

      Hi,
      I am using jboss4.0.4GA and jbossws-1.0.4.GA. I am doing wsdl first approach. using jaxws I generated java classes. when i deploy the war into jboss, it is throwing the following WARN..

      23:31:08,656 WARN [SchemaTypeCreator] JAX-RPC does not allow collection types skipping: java.security.cert.CertPath.certificates
      23:31:08,671 WARN [SchemaTypeCreator] JAX-RPC does not allow collection types skipping: com.gehcit.platform.ws.types.docreg._1.FindDocumentsQuery.availabilityStatus
      23:31:08,687 WARN [SchemaTypeCreator] JAX-RPC does not allow collection types skipping: com.gehcit.platform.ws.types.wrapper._1.CodeListCriteria.matchValues
      23:31:08,687 WARN [SchemaTypeCreator] JAX-RPC does not allow collection types skipping: com.gehcit.platform.ws.types.docreg._1.FindDocumentsResponse.documentInfo
      23:31:08,703 WARN [SchemaTypeCreator] JAX-RPC does not allow collection types skipping: com.gehcit.platform.ws.types.docreg._1.GetAffinityDomainsResponse.affinityDomain

      Its basically removing the collections that has been generated from the jaxb compiler. when i see my wsdl (ie generated one), these fields are missing from it, let me know what should i do?