You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Ashish Vijaywargiya (JIRA)" <ji...@apache.org> on 2010/02/25 11:55:27 UTC

[jira] Assigned: (OFBIZ-3509) create-component ant task creates web.xml with hardcoded values of "example" for webSiteId and localDispatcherName

     [ https://issues.apache.org/jira/browse/OFBIZ-3509?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ashish Vijaywargiya reassigned OFBIZ-3509:
------------------------------------------

    Assignee: Ashish Vijaywargiya

> 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
>            Assignee: Ashish Vijaywargiya
>         Attachments: web.xml.patch
>
>
> 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.