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

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

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

Nicolas Malin (Jira)
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.

Reply | Threaded
Open this post in threaded view
|

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

Nicolas Malin (Jira)

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

Reply | Threaded
Open this post in threaded view
|

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

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

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

Reply | Threaded
Open this post in threaded view
|

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

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

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