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

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

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.


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

Posted by "chris snow (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OFBIZ-3509?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

chris snow updated OFBIZ-3509:
------------------------------

    Attachment: web.xml.patch

> 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
>         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.


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

Posted by "Ashish Vijaywargiya (JIRA)" <ji...@apache.org>.
     [ 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.


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

Posted by "Ashish Vijaywargiya (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OFBIZ-3509?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ashish Vijaywargiya closed OFBIZ-3509.
--------------------------------------

       Resolution: Fixed
    Fix Version/s: SVN trunk

Thanks Chris for the contribution - your changes are in trunk at r916243.

--
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
>             Fix For: SVN trunk
>
>         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.