File tree 2 files changed +14
-3
lines changed
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
18
18
under the License.
19
19
-->
20
20
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"
22
26
xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
23
27
xsi : noNamespaceSchemaLocation =" https://ofbiz.apache.org/dtds/ofbiz-component.xsd" >
24
28
<resource-loader name =" main" type =" component" />
@@ -42,7 +46,7 @@ under the License.
42
46
<entity-resource type =" model" reader-name =" main" loader =" main" location =" entitydef/ServiceReportsView.xml" />
43
47
44
48
<service-resource type =" model" loader =" main" location =" servicedef/services.xml" />
45
-
49
+
46
50
<!-- this overrides the accounting, facility and order applications in order to use Birt in these applications -->
47
51
<webapp name =" accounting"
48
52
title =" Accounting"
Original file line number Diff line number Diff line change @@ -18,7 +18,14 @@ under the License.
18
18
////
19
19
= Birt Apache OFBiz® plugin
20
20
The 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
+
22
29
:imagesdir: ./images
23
30
ifdef::backend-pdf[]
24
31
: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