[jboss-jira] [JBoss JIRA] (JBAS-9536) Add property expansion capability to .wsdl files

david.boeren (JIRA) jira-events at lists.jboss.org
Wed May 1 10:54:53 EDT 2013


david.boeren created JBAS-9536:
----------------------------------

             Summary: Add property expansion capability to .wsdl files
                 Key: JBAS-9536
                 URL: https://issues.jboss.org/browse/JBAS-9536
             Project: Application Server 3  4  5 and 6
          Issue Type: Feature Request
      Security Level: Public (Everyone can see)
          Components: Web Services
    Affects Versions: 6.1.0
            Reporter: david.boeren
            Assignee: Alessio Soldano
            Priority: Minor


The customer is doing JMS-based webservices using the following declarations in their wsdl file (referred to using the wsdllocation annotation):
    <soapjms:jndiConnectionFactoryName>myqueue</soapjms:jndiConnectionFactoryName> <soapjms:jndiInitialContextFactory>com.vendor.InitialContextFactory</soapjms:jndiInitialContextFactory>
<soapjms:jndiURL>$MY_URL</soapjms:jndiURL>

The $MY_URL is the url of the messaging server. Since property replacement does not work for wsdl files they need to manually modify this before deploying and package separate versions of their app for each environment.  If property expansion worked in the .wsdl this would no longer be necessary.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jboss-jira mailing list