[
https://issues.jboss.org/browse/JBWS-3628?page=com.atlassian.jira.plugin....
]
Alessio Soldano edited comment on JBWS-3628 at 9/5/14 5:21 AM:
---------------------------------------------------------------
Solved; documentation at
https://docs.jboss.org/author/display/JBWS/Advanced+User+Guide#AdvancedUs...
In particular, references to system properties delimited with "@" (both starting
and ending delimiter) will be expanded.
was (Author: asoldano):
Solved; documentation at
https://docs.jboss.org/author/display/JBWS/Advanced+User+Guide#AdvancedUs...
Add property expansion capability to .wsdl files
------------------------------------------------
Key: JBWS-3628
URL:
https://issues.jboss.org/browse/JBWS-3628
Project: JBoss Web Services
Issue Type: Feature Request
Components: jbossws-cxf
Reporter: david.boeren
Assignee: Alessio Soldano
Priority: Minor
Fix For: jbossws-cxf-5.0.0.Beta1
Attachments: JBWS-3628-JBossWS-WSDLFactory-tentative-patch.txt,
JBWS-3628-tentative-patch-from-Rebecca.txt, JBWS-3628.diff
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 was sent by Atlassian JIRA
(v6.3.1#6329)