Uploaded image for project: 'JBoss Web Services'
  1. JBoss Web Services
  2. JBWS-337

Fix SimpleClientSecureTestCase

XMLWordPrintable

      $ ant tests-webservice-ssl
      Buildfile: build.xml
      Overriding previous definition of reference to xdoclet.task.classpath

      tests-webservice-ssl:
      [echo] creating webservice-ssl config
      [copy] Copying 368 files to D:\projects\jboss-branch\jboss-4.0.x\...
      [copy] Copied 134 empty directories to 3 empty directories under D:\projects\jboss-branch\jboss-4.0.x\...
      [echo] Overwriting config descriptors
      [copy] Copying 5 files to D:\projects\jboss-branch\jboss-4.0.x\...
      [echo] Will start the jboss instance localhost with webservice-ssl
      [echo] Waiting for localhost to start...
      [echo] Starting patternset=webservice-ssl.includes config=
      [junit] Running org.jboss.test.webservice.secure.SimpleClientSecureTestCase
      [junit] Tests run: 2, Failures: 0, Errors: 2, Time elapsed: 3.605 sec
      [junit] Test org.jboss.test.webservice.secure.SimpleClientSecureTestCase FAILED
      [echo] Will stop the jboss instance at url jnp://localhost:1099
      [java] Shutdown message has been posted to the server.
      [java] Server shutdown may take a while - check logfiles for completion
      [echo] Waiting for 'webservice-ssl' server to stop...

      org.jboss.webservice.client.Stub currently contains these property definitions,
      which are used in org.jboss.webservice.client.PortProxy

      Can we prefix the properties with a package id?

      /** Client timeout property: org.jboss.webservice.timeout */
      static final String PROPERTY_CLIENT_TIMEOUT = "org.jboss.webservice.client.timeout";
      /** Transport property: keyStore */
      static final String PROPERTY_KEY_STORE = "keyStore";
      /** Transport property: keyStorePassword */
      static final String PROPERTY_KEY_STORE_PASSWORD = "keyStorePassword";
      /** Transport property: keyStoreType */
      static final String PROPERTY_KEY_STORE_TYPE = "keyStoreType";
      /** Transport property: trustStore */
      static final String PROPERTY_TRUST_STORE = "trustStore";
      /** Transport property: trustStorePassword */
      static final String PROPERTY_TRUST_STORE_PASSWORD = "trustStorePassword";
      /** Transport property: trustStoreType */
      static final String PROPERTY_TRUST_STORE_TYPE = "trustStoreType";

            jgreene@redhat.com Jason Greene
            tdiesler@redhat.com Thomas Diesler
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: