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

Add missing transport options to new stack

    XMLWordPrintable

Details

    • Task
    • Resolution: Done
    • Critical
    • jbossws-1.0.0
    • None
    • jbossws-native
    • None

    Description

      I noticed that we define the following properties, but we don?t use them. We should add support for them, as users are relying on them in the old stack.

      /** ClientTimeout property: org.jboss.ws.timeout */
      static final String PROPERTY_CLIENT_TIMEOUT = "org.jboss.ws.timeout";

      /** KeyStore property: org.jboss.ws.keyStore */
      static final String PROPERTY_KEY_STORE = "org.jboss.ws.keyStore";

      /** KeyStorePassword property: org.jboss.ws.keyStorePassword */
      static final String PROPERTY_KEY_STORE_PASSWORD =
      "org.jboss.ws.keyStorePassword";

      /** KeyStoreType property: org.jboss.ws.keyStoreType */
      static final String PROPERTY_KEY_STORE_TYPE = "org.jboss.ws.keyStoreType";

      /** TrustStore property: org.jboss.ws.trustStore */
      static final String PROPERTY_TRUST_STORE = "org.jboss.ws.trustStore";

      /** TrustStorePassword property: org.jboss.ws.trustStorePassword */
      static final String PROPERTY_TRUST_STORE_PASSWORD = "org.jboss.ws.trustStorePassword";

      /** TrustStoreType property: org.jboss.ws.trustStoreType */
      static final String PROPERTY_TRUST_STORE_TYPE = "org.jboss.ws.trustStoreType";

      Attachments

        Issue Links

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved: