|
Author: jleroux
Date: Sat Mar 7 07:59:46 2009 New Revision: 751216 URL: http://svn.apache.org/viewvc?rev=751216&view=rev Log: A patch from Bruno Busco "WebSiteId parameter description" (https://issues.apache.org/jira/browse/OFBIZ-2232) - OFBIZ-2232 Modified: ofbiz/trunk/framework/bi/webapp/bi/WEB-INF/web.xml ofbiz/trunk/framework/exampleext/webapp/exampleext/WEB-INF/web.xml ofbiz/trunk/framework/resources/templates/web.xml Modified: ofbiz/trunk/framework/bi/webapp/bi/WEB-INF/web.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/bi/webapp/bi/WEB-INF/web.xml?rev=751216&r1=751215&r2=751216&view=diff ============================================================================== --- ofbiz/trunk/framework/bi/webapp/bi/WEB-INF/web.xml (original) +++ ofbiz/trunk/framework/bi/webapp/bi/WEB-INF/web.xml Sat Mar 7 07:59:46 2009 @@ -24,6 +24,11 @@ <description>Business Intelligence component of the Open For Business Project</description> <context-param> + <param-name>webSiteId</param-name> + <param-value>BI</param-value> + <description>A unique ID used to look up the WebSite entity</description> + </context-param> + <context-param> <param-name>entityDelegatorName</param-name> <param-value>default</param-value> <description>The Name of the Entity Delegator to use, defined in entityengine.xml</description> Modified: ofbiz/trunk/framework/exampleext/webapp/exampleext/WEB-INF/web.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/exampleext/webapp/exampleext/WEB-INF/web.xml?rev=751216&r1=751215&r2=751216&view=diff ============================================================================== --- ofbiz/trunk/framework/exampleext/webapp/exampleext/WEB-INF/web.xml (original) +++ ofbiz/trunk/framework/exampleext/webapp/exampleext/WEB-INF/web.xml Sat Mar 7 07:59:46 2009 @@ -24,6 +24,11 @@ <description>Extended Example Component of the Open For Business Project</description> <context-param> + <param-name>webSiteId</param-name> + <param-value>EXAMPLEEXT</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>exampleext</param-value> <description>A unique name used to identify/recognize the local dispatcher for the Service Engine</description> </context-param> Modified: ofbiz/trunk/framework/resources/templates/web.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/resources/templates/web.xml?rev=751216&r1=751215&r2=751216&view=diff ============================================================================== --- ofbiz/trunk/framework/resources/templates/web.xml (original) +++ ofbiz/trunk/framework/resources/templates/web.xml Sat Mar 7 07:59:46 2009 @@ -4,6 +4,11 @@ <description>@component-resource-name@ Component of the Open For Business Project</description> <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> |
| Free forum by Nabble | Edit this page |
