Author: jacopoc
Date: Thu Jun 28 09:43:18 2012
New Revision: 1354885
URL:
http://svn.apache.org/viewvc?rev=1354885&view=revLog:
Moved the "container" declaration for Birt from the base/config/ofbiz-containers.xml to the Birt's own component definition file: this change is a step in the direction of making the "birt" component self deployable (in the hot-deploy folder), in preparation for the removal of the "birt" component from the trunk.
This configuration is made possible by the commit rev. 1354884 and we may consider to apply it to other containers (e.g. Jetty and Catalina).
Modified:
ofbiz/trunk/framework/base/config/ofbiz-containers.xml
ofbiz/trunk/framework/birt/ofbiz-component.xml
Modified: ofbiz/trunk/framework/base/config/ofbiz-containers.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/framework/base/config/ofbiz-containers.xml?rev=1354885&r1=1354884&r2=1354885&view=diff==============================================================================
--- ofbiz/trunk/framework/base/config/ofbiz-containers.xml (original)
+++ ofbiz/trunk/framework/base/config/ofbiz-containers.xml Thu Jun 28 09:43:18 2012
@@ -235,9 +235,6 @@ under the License.
</property>
</container>
- <!-- load the BIRT container -->
- <container name="birt-container" class="org.ofbiz.birt.container.BirtContainer"/>
-
<!-- load BeanShell remote telnet server -->
<!-- Commented out by default for security reasons -->
<!-- the port below and port-1 will be opened by Beanshell -->
Modified: ofbiz/trunk/framework/birt/ofbiz-component.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/framework/birt/ofbiz-component.xml?rev=1354885&r1=1354884&r2=1354885&view=diff==============================================================================
--- ofbiz/trunk/framework/birt/ofbiz-component.xml (original)
+++ ofbiz/trunk/framework/birt/ofbiz-component.xml Thu Jun 28 09:43:18 2012
@@ -26,4 +26,8 @@ under the License.
<classpath type="jar" location="build/lib/*"/>
<classpath type="dir" location="config"/>
<service-resource type="model" loader="main" location="servicedef/services.xml"/>
+
+ <!-- load the BIRT container -->
+ <container name="birt-container" class="org.ofbiz.birt.container.BirtContainer"/>
+
</ofbiz-component>