create-component ant task creates web.xml with hardcoded values of "example"
for webSiteId and localDispatcherName
------------------------------------------------------------------------------------------------------------------
Key: OFBIZ-3509
URL: https://issues.apache.org/jira/browse/OFBIZ-3509
Project: OFBiz
Issue Type: Bug
Components: framework
Affects Versions: SVN trunk
Reporter: chris snow
The web.xml created by using the create-component script looks like this:
<context-param>
<param-name>webSiteId</param-name>
<param-value>EXAMPLE</param-value>
<description>A unique ID used to look up the WebSite
entity</description>
</context-param>
<context-param>
<param-name>localDispatcherName</param-name><param-value>example</param-value>
<description>A unique name used to identify/recognize the local
dispatcher for the Service Engine</description>
</context-param>
I have attached a patch.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.