File tree Expand file tree Collapse file tree 2 files changed +14
-3
lines changed
Expand file tree Collapse file tree 2 files changed +14
-3
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,11 @@ specific language governing permissions and limitations
1818under the License.
1919-->
2020
21- <ofbiz-component name =" birt" enabled =" true"
21+ <!--
22+ Warning: before you enable this component please read:
23+ https://cwiki.apache.org/confluence/display/OFBIZ/Using+BIRT+with+OFBiz
24+ -->
25+ <ofbiz-component name =" birt" enabled =" false"
2226 xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
2327 xsi : noNamespaceSchemaLocation =" https://ofbiz.apache.org/dtds/ofbiz-component.xsd" >
2428 <resource-loader name =" main" type =" component" />
@@ -42,7 +46,7 @@ under the License.
4246 <entity-resource type =" model" reader-name =" main" loader =" main" location =" entitydef/ServiceReportsView.xml" />
4347
4448 <service-resource type =" model" loader =" main" location =" servicedef/services.xml" />
45-
49+
4650 <!-- this overrides the accounting, facility and order applications in order to use Birt in these applications -->
4751 <webapp name =" accounting"
4852 title =" Accounting"
Original file line number Diff line number Diff line change @@ -18,7 +18,14 @@ under the License.
1818////
1919= Birt Apache OFBiz® plugin
2020The Apache OFBiz Project
21- Release 17.12
21+
22+
23+ [CAUTION]
24+ ====
25+ By default the Birt plugin is disabled for security reason, see the Birt ofbiz-component.xml file for more info.
26+
27+ ====
28+
2229:imagesdir: ./images
2330ifdef::backend-pdf[]
2431:title-logo-image: image::OFBiz-Logo.svg[Apache OFBiz Logo, pdfwidth=4.25in, align=center]
You can’t perform that action at this time.
0 commit comments