You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Chatree Srichart (JIRA)" <ji...@apache.org> on 2009/04/23 13:39:48 UTC

[jira] Created: (OFBIZ-2347) BIRT Component

BIRT Component
--------------

                 Key: OFBIZ-2347
                 URL: https://issues.apache.org/jira/browse/OFBIZ-2347
             Project: OFBiz
          Issue Type: New Feature
    Affects Versions: SVN trunk
         Environment: software
            Reporter: Chatree Srichart
             Fix For: SVN trunk


I have component for use Eclipse BIRT as report builder.
Features:
1. BIRT View Handler
2. BIRT Email Service

I hope contributers contribute it to trunk.

INSTALLATION
1. copy birt component to hot-deploy folder
2. download Eclipse BIRT runtime from <a href="http://download.eclipse.org/birt/downloads/">download</a>
3. extract birt-runtime-x_x_x.zip
4. copy all jar file from birt-runtime-x_x_x/ReportEngine/lib folder to hot-deploy/birt/lib folder
5. change birt.engine.home property in hot-deploy/birt/config/birt.properties to your ReportEngine path in birt-runtime_x_x_x folder
6. add birt-container in ofbiz-container.xml file after beanshell-container container like this
<container name="birt-container" class="org.ofbiz.birt.container.BirtContainer">
        <property name="delegator-name" value="default"/>
        <property name="dispatcher-name" value="birt-dispatcher"/>
        <property name="delegator-group-helper-name" value="org.ofbiz"/>
    </container>
7. compile birt component
8. start ofbiz

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (OFBIZ-2347) BIRT Component

Posted by "Chatree Srichart (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OFBIZ-2347?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Chatree Srichart updated OFBIZ-2347:
------------------------------------

    Attachment: birt.zip

> BIRT Component
> --------------
>
>                 Key: OFBIZ-2347
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2347
>             Project: OFBiz
>          Issue Type: New Feature
>    Affects Versions: SVN trunk
>         Environment: software
>            Reporter: Chatree Srichart
>             Fix For: SVN trunk
>
>         Attachments: birt.zip, birt.zip
>
>
> I have component for use Eclipse BIRT as report builder.
> Features:
> 1. BIRT View Handler
> 2. BIRT Email Service
> I hope contributers contribute it to trunk.
> INSTALLATION
> 1. download birt.zip from attachment file
> 2. extract birt.zip
> 3. copy birt folder to hot-deploy folder
> 4. download Eclipse BIRT runtime from http://download.eclipse.org/birt/downloads/
> 5. extract birt-runtime-x_x_x.zip
> 6. copy all jar file from birt-runtime-x_x_x/ReportEngine/lib folder to hot-deploy/birt/lib folder
> 7. change birt.engine.home property in hot-deploy/birt/config/birt.properties to your ReportEngine path in birt-runtime_x_x_x folder
> 8. add birt-container in ofbiz-container.xml file after beanshell-container container like this
> <container name="birt-container" class="org.ofbiz.birt.container.BirtContainer">
>         <property name="delegator-name" value="default"/>
>         <property name="dispatcher-name" value="birt-dispatcher"/>
>         <property name="delegator-group-helper-name" value="org.ofbiz"/>
>     </container>
> 9. compile birt component
> 10. start ofbiz

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (OFBIZ-2347) BIRT Component

Posted by "Chatree Srichart (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OFBIZ-2347?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12707756#action_12707756 ] 

Chatree Srichart commented on OFBIZ-2347:
-----------------------------------------

I'm sorry chris snow, I post not enough information. I had tried with birt-runtime version 2.3.1. You can change it and try again.

> BIRT Component
> --------------
>
>                 Key: OFBIZ-2347
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2347
>             Project: OFBiz
>          Issue Type: New Feature
>    Affects Versions: SVN trunk
>         Environment: software
>            Reporter: Chatree Srichart
>             Fix For: SVN trunk
>
>         Attachments: birt.zip
>
>
> I have component for use Eclipse BIRT as report builder.
> Features:
> 1. BIRT View Handler
> 2. BIRT Email Service
> I hope contributers contribute it to trunk.
> INSTALLATION
> 1. download birt.zip from attachment file
> 2. extract birt.zip
> 3. copy birt folder to hot-deploy folder
> 4. download Eclipse BIRT runtime from http://download.eclipse.org/birt/downloads/
> 5. extract birt-runtime-x_x_x.zip
> 6. copy all jar file from birt-runtime-x_x_x/ReportEngine/lib folder to hot-deploy/birt/lib folder
> 7. change birt.engine.home property in hot-deploy/birt/config/birt.properties to your ReportEngine path in birt-runtime_x_x_x folder
> 8. add birt-container in ofbiz-container.xml file after beanshell-container container like this
> <container name="birt-container" class="org.ofbiz.birt.container.BirtContainer">
>         <property name="delegator-name" value="default"/>
>         <property name="dispatcher-name" value="birt-dispatcher"/>
>         <property name="delegator-group-helper-name" value="org.ofbiz"/>
>     </container>
> 9. compile birt component
> 10. start ofbiz

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (OFBIZ-2347) BIRT Component

Posted by "Hans Bakker (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OFBIZ-2347?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12802090#action_12802090 ] 

Hans Bakker commented on OFBIZ-2347:
------------------------------------

Since it is looking for a jdbc driver i suspect you are trying the
access the database directly.

look at the examples in the system how to do this using the delegator
which makes your report database independent.

please ask you questions in the mailing list and do not comment on a
jira issue that is complete closed.

regards,
Hans





> BIRT Component
> --------------
>
>                 Key: OFBIZ-2347
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2347
>             Project: OFBiz
>          Issue Type: New Feature
>    Affects Versions: SVN trunk
>         Environment: software
>            Reporter: Chatree Srichart
>            Assignee: Hans Bakker
>             Fix For: SVN trunk
>
>         Attachments: birt.zip, birtfiles.txt, birtPatchForChartUnderHtmlRender.patch
>
>
> I have component for use Eclipse BIRT as report builder.
> Features:
> 1. BIRT View Handler
> 2. BIRT Email Service
> I hope contributers contribute it to trunk.
> INSTALLATION
> 1. download birt.zip from attachment file
> 2. extract birt.zip
> 3. copy birt folder to hot-deploy folder
> 4. download Eclipse BIRT runtime from http://download.eclipse.org/birt/downloads/
> 5. extract birt-runtime-x_x_x.zip
> 6. copy all jar file from birt-runtime-x_x_x/ReportEngine/lib folder to hot-deploy/birt/lib folder
> 7. change birt.engine.home property in hot-deploy/birt/config/birt.properties to your ReportEngine path in birt-runtime_x_x_x folder
> 8. add birt-container in ofbiz-container.xml file after beanshell-container container like this
> <container name="birt-container" class="org.ofbiz.birt.container.BirtContainer">
>         <property name="delegator-name" value="default"/>
>         <property name="dispatcher-name" value="birt-dispatcher"/>
>         <property name="delegator-group-helper-name" value="org.ofbiz"/>
>     </container>
> 9. compile birt component
> 10. start ofbiz
> ** I have use birt-runtime version 2.3.1

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (OFBIZ-2347) BIRT Component

Posted by "Hans Bakker (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OFBIZ-2347?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12784692#action_12784692 ] 

Hans Bakker commented on OFBIZ-2347:
------------------------------------

Hi Chris,

We will support this branch even if it will not be accepted into the
trunk. We will also regularly update it with a trunk version of which we
know it is good. (we actually just did)

regards,
Hans




> BIRT Component
> --------------
>
>                 Key: OFBIZ-2347
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2347
>             Project: OFBiz
>          Issue Type: New Feature
>    Affects Versions: SVN trunk
>         Environment: software
>            Reporter: Chatree Srichart
>            Assignee: Hans Bakker
>             Fix For: SVN trunk
>
>         Attachments: birt.zip, birtfiles.txt, birtPatchForChartUnderHtmlRender.patch
>
>
> I have component for use Eclipse BIRT as report builder.
> Features:
> 1. BIRT View Handler
> 2. BIRT Email Service
> I hope contributers contribute it to trunk.
> INSTALLATION
> 1. download birt.zip from attachment file
> 2. extract birt.zip
> 3. copy birt folder to hot-deploy folder
> 4. download Eclipse BIRT runtime from http://download.eclipse.org/birt/downloads/
> 5. extract birt-runtime-x_x_x.zip
> 6. copy all jar file from birt-runtime-x_x_x/ReportEngine/lib folder to hot-deploy/birt/lib folder
> 7. change birt.engine.home property in hot-deploy/birt/config/birt.properties to your ReportEngine path in birt-runtime_x_x_x folder
> 8. add birt-container in ofbiz-container.xml file after beanshell-container container like this
> <container name="birt-container" class="org.ofbiz.birt.container.BirtContainer">
>         <property name="delegator-name" value="default"/>
>         <property name="dispatcher-name" value="birt-dispatcher"/>
>         <property name="delegator-group-helper-name" value="org.ofbiz"/>
>     </container>
> 9. compile birt component
> 10. start ofbiz
> ** I have use birt-runtime version 2.3.1

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (OFBIZ-2347) BIRT Component

Posted by "WeizhanGuo (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OFBIZ-2347?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

WeizhanGuo updated OFBIZ-2347:
------------------------------

    Attachment:     (was: birtPatchForChartUnderHtmlRender.patch)

> BIRT Component
> --------------
>
>                 Key: OFBIZ-2347
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2347
>             Project: OFBiz
>          Issue Type: New Feature
>    Affects Versions: SVN trunk
>         Environment: software
>            Reporter: Chatree Srichart
>            Assignee: Hans Bakker
>             Fix For: SVN trunk
>
>         Attachments: birt.zip, birtfiles.txt, birtPatchForChartUnderHtmlRender.patch
>
>
> I have component for use Eclipse BIRT as report builder.
> Features:
> 1. BIRT View Handler
> 2. BIRT Email Service
> I hope contributers contribute it to trunk.
> INSTALLATION
> 1. download birt.zip from attachment file
> 2. extract birt.zip
> 3. copy birt folder to hot-deploy folder
> 4. download Eclipse BIRT runtime from http://download.eclipse.org/birt/downloads/
> 5. extract birt-runtime-x_x_x.zip
> 6. copy all jar file from birt-runtime-x_x_x/ReportEngine/lib folder to hot-deploy/birt/lib folder
> 7. change birt.engine.home property in hot-deploy/birt/config/birt.properties to your ReportEngine path in birt-runtime_x_x_x folder
> 8. add birt-container in ofbiz-container.xml file after beanshell-container container like this
> <container name="birt-container" class="org.ofbiz.birt.container.BirtContainer">
>         <property name="delegator-name" value="default"/>
>         <property name="dispatcher-name" value="birt-dispatcher"/>
>         <property name="delegator-group-helper-name" value="org.ofbiz"/>
>     </container>
> 9. compile birt component
> 10. start ofbiz
> ** I have use birt-runtime version 2.3.1

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (OFBIZ-2347) BIRT Component

Posted by "Scott Gray (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OFBIZ-2347?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12784677#action_12784677 ] 

Scott Gray commented on OFBIZ-2347:
-----------------------------------

http://markmail.org/message/hvrrt4aq2lhplf5x

> BIRT Component
> --------------
>
>                 Key: OFBIZ-2347
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2347
>             Project: OFBiz
>          Issue Type: New Feature
>    Affects Versions: SVN trunk
>         Environment: software
>            Reporter: Chatree Srichart
>            Assignee: Hans Bakker
>             Fix For: SVN trunk
>
>         Attachments: birt.zip, birtfiles.txt, birtPatchForChartUnderHtmlRender.patch
>
>
> I have component for use Eclipse BIRT as report builder.
> Features:
> 1. BIRT View Handler
> 2. BIRT Email Service
> I hope contributers contribute it to trunk.
> INSTALLATION
> 1. download birt.zip from attachment file
> 2. extract birt.zip
> 3. copy birt folder to hot-deploy folder
> 4. download Eclipse BIRT runtime from http://download.eclipse.org/birt/downloads/
> 5. extract birt-runtime-x_x_x.zip
> 6. copy all jar file from birt-runtime-x_x_x/ReportEngine/lib folder to hot-deploy/birt/lib folder
> 7. change birt.engine.home property in hot-deploy/birt/config/birt.properties to your ReportEngine path in birt-runtime_x_x_x folder
> 8. add birt-container in ofbiz-container.xml file after beanshell-container container like this
> <container name="birt-container" class="org.ofbiz.birt.container.BirtContainer">
>         <property name="delegator-name" value="default"/>
>         <property name="dispatcher-name" value="birt-dispatcher"/>
>         <property name="delegator-group-helper-name" value="org.ofbiz"/>
>     </container>
> 9. compile birt component
> 10. start ofbiz
> ** I have use birt-runtime version 2.3.1

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (OFBIZ-2347) BIRT Component

Posted by "ashish tiwari (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OFBIZ-2347?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12802086#action_12802086 ] 

ashish tiwari commented on OFBIZ-2347:
--------------------------------------

yes i have read the examples and have seen the help screens................................do you know the solution for the exception i m getting

> BIRT Component
> --------------
>
>                 Key: OFBIZ-2347
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2347
>             Project: OFBiz
>          Issue Type: New Feature
>    Affects Versions: SVN trunk
>         Environment: software
>            Reporter: Chatree Srichart
>            Assignee: Hans Bakker
>             Fix For: SVN trunk
>
>         Attachments: birt.zip, birtfiles.txt, birtPatchForChartUnderHtmlRender.patch
>
>
> I have component for use Eclipse BIRT as report builder.
> Features:
> 1. BIRT View Handler
> 2. BIRT Email Service
> I hope contributers contribute it to trunk.
> INSTALLATION
> 1. download birt.zip from attachment file
> 2. extract birt.zip
> 3. copy birt folder to hot-deploy folder
> 4. download Eclipse BIRT runtime from http://download.eclipse.org/birt/downloads/
> 5. extract birt-runtime-x_x_x.zip
> 6. copy all jar file from birt-runtime-x_x_x/ReportEngine/lib folder to hot-deploy/birt/lib folder
> 7. change birt.engine.home property in hot-deploy/birt/config/birt.properties to your ReportEngine path in birt-runtime_x_x_x folder
> 8. add birt-container in ofbiz-container.xml file after beanshell-container container like this
> <container name="birt-container" class="org.ofbiz.birt.container.BirtContainer">
>         <property name="delegator-name" value="default"/>
>         <property name="dispatcher-name" value="birt-dispatcher"/>
>         <property name="delegator-group-helper-name" value="org.ofbiz"/>
>     </container>
> 9. compile birt component
> 10. start ofbiz
> ** I have use birt-runtime version 2.3.1

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (OFBIZ-2347) BIRT Component

Posted by "WeizhanGuo (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OFBIZ-2347?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

WeizhanGuo updated OFBIZ-2347:
------------------------------

    Attachment: birtPatchForChartUnderHtmlRender.patch

Fix the BirtViewHandler can't display chart when the content-type is text/html.

> BIRT Component
> --------------
>
>                 Key: OFBIZ-2347
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2347
>             Project: OFBiz
>          Issue Type: New Feature
>    Affects Versions: SVN trunk
>         Environment: software
>            Reporter: Chatree Srichart
>            Assignee: Hans Bakker
>             Fix For: SVN trunk
>
>         Attachments: birt.zip, birtfiles.txt, birtPatchForChartUnderHtmlRender.patch
>
>
> I have component for use Eclipse BIRT as report builder.
> Features:
> 1. BIRT View Handler
> 2. BIRT Email Service
> I hope contributers contribute it to trunk.
> INSTALLATION
> 1. download birt.zip from attachment file
> 2. extract birt.zip
> 3. copy birt folder to hot-deploy folder
> 4. download Eclipse BIRT runtime from http://download.eclipse.org/birt/downloads/
> 5. extract birt-runtime-x_x_x.zip
> 6. copy all jar file from birt-runtime-x_x_x/ReportEngine/lib folder to hot-deploy/birt/lib folder
> 7. change birt.engine.home property in hot-deploy/birt/config/birt.properties to your ReportEngine path in birt-runtime_x_x_x folder
> 8. add birt-container in ofbiz-container.xml file after beanshell-container container like this
> <container name="birt-container" class="org.ofbiz.birt.container.BirtContainer">
>         <property name="delegator-name" value="default"/>
>         <property name="dispatcher-name" value="birt-dispatcher"/>
>         <property name="delegator-group-helper-name" value="org.ofbiz"/>
>     </container>
> 9. compile birt component
> 10. start ofbiz
> ** I have use birt-runtime version 2.3.1

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (OFBIZ-2347) BIRT Component

Posted by "Chatree Srichart (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OFBIZ-2347?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12702031#action_12702031 ] 

Chatree Srichart commented on OFBIZ-2347:
-----------------------------------------

Thanks Jacopo...
I had been re attach the file for "Grant ASF License". I hope that birt component benefit OFBiz project.

> BIRT Component
> --------------
>
>                 Key: OFBIZ-2347
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2347
>             Project: OFBiz
>          Issue Type: New Feature
>    Affects Versions: SVN trunk
>         Environment: software
>            Reporter: Chatree Srichart
>             Fix For: SVN trunk
>
>         Attachments: birt.zip
>
>
> I have component for use Eclipse BIRT as report builder.
> Features:
> 1. BIRT View Handler
> 2. BIRT Email Service
> I hope contributers contribute it to trunk.
> INSTALLATION
> 1. download birt.zip from attachment file
> 2. extract birt.zip
> 3. copy birt folder to hot-deploy folder
> 4. download Eclipse BIRT runtime from http://download.eclipse.org/birt/downloads/
> 5. extract birt-runtime-x_x_x.zip
> 6. copy all jar file from birt-runtime-x_x_x/ReportEngine/lib folder to hot-deploy/birt/lib folder
> 7. change birt.engine.home property in hot-deploy/birt/config/birt.properties to your ReportEngine path in birt-runtime_x_x_x folder
> 8. add birt-container in ofbiz-container.xml file after beanshell-container container like this
> <container name="birt-container" class="org.ofbiz.birt.container.BirtContainer">
>         <property name="delegator-name" value="default"/>
>         <property name="dispatcher-name" value="birt-dispatcher"/>
>         <property name="delegator-group-helper-name" value="org.ofbiz"/>
>     </container>
> 9. compile birt component
> 10. start ofbiz

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (OFBIZ-2347) BIRT Component

Posted by "Chatree Srichart (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OFBIZ-2347?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Chatree Srichart updated OFBIZ-2347:
------------------------------------

    Attachment:     (was: birt.zip)

> BIRT Component
> --------------
>
>                 Key: OFBIZ-2347
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2347
>             Project: OFBiz
>          Issue Type: New Feature
>    Affects Versions: SVN trunk
>         Environment: software
>            Reporter: Chatree Srichart
>             Fix For: SVN trunk
>
>         Attachments: birt.zip
>
>
> I have component for use Eclipse BIRT as report builder.
> Features:
> 1. BIRT View Handler
> 2. BIRT Email Service
> I hope contributers contribute it to trunk.
> INSTALLATION
> 1. download birt.zip from attachment file
> 2. extract birt.zip
> 3. copy birt folder to hot-deploy folder
> 4. download Eclipse BIRT runtime from http://download.eclipse.org/birt/downloads/
> 5. extract birt-runtime-x_x_x.zip
> 6. copy all jar file from birt-runtime-x_x_x/ReportEngine/lib folder to hot-deploy/birt/lib folder
> 7. change birt.engine.home property in hot-deploy/birt/config/birt.properties to your ReportEngine path in birt-runtime_x_x_x folder
> 8. add birt-container in ofbiz-container.xml file after beanshell-container container like this
> <container name="birt-container" class="org.ofbiz.birt.container.BirtContainer">
>         <property name="delegator-name" value="default"/>
>         <property name="dispatcher-name" value="birt-dispatcher"/>
>         <property name="delegator-group-helper-name" value="org.ofbiz"/>
>     </container>
> 9. compile birt component
> 10. start ofbiz

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (OFBIZ-2347) BIRT Component

Posted by "Chatree Srichart (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OFBIZ-2347?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12784652#action_12784652 ] 

Chatree Srichart commented on OFBIZ-2347:
-----------------------------------------

Hi, Chris Snow

Freemarker can not use nested tag. I have a solution for this problem. When you use viewer tag render report. You can view source from web browser and look at html tag and javascript render viewer. There is div tag as parameter container that contain input tag which as report parameter.

So you don't need use jsp tag. You can use freemarker for generate html and javascript for render report and its parameters.

> BIRT Component
> --------------
>
>                 Key: OFBIZ-2347
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2347
>             Project: OFBiz
>          Issue Type: New Feature
>    Affects Versions: SVN trunk
>         Environment: software
>            Reporter: Chatree Srichart
>            Assignee: Hans Bakker
>             Fix For: SVN trunk
>
>         Attachments: birt.zip, birtfiles.txt, birtPatchForChartUnderHtmlRender.patch
>
>
> I have component for use Eclipse BIRT as report builder.
> Features:
> 1. BIRT View Handler
> 2. BIRT Email Service
> I hope contributers contribute it to trunk.
> INSTALLATION
> 1. download birt.zip from attachment file
> 2. extract birt.zip
> 3. copy birt folder to hot-deploy folder
> 4. download Eclipse BIRT runtime from http://download.eclipse.org/birt/downloads/
> 5. extract birt-runtime-x_x_x.zip
> 6. copy all jar file from birt-runtime-x_x_x/ReportEngine/lib folder to hot-deploy/birt/lib folder
> 7. change birt.engine.home property in hot-deploy/birt/config/birt.properties to your ReportEngine path in birt-runtime_x_x_x folder
> 8. add birt-container in ofbiz-container.xml file after beanshell-container container like this
> <container name="birt-container" class="org.ofbiz.birt.container.BirtContainer">
>         <property name="delegator-name" value="default"/>
>         <property name="dispatcher-name" value="birt-dispatcher"/>
>         <property name="delegator-group-helper-name" value="org.ofbiz"/>
>     </container>
> 9. compile birt component
> 10. start ofbiz
> ** I have use birt-runtime version 2.3.1

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (OFBIZ-2347) BIRT Component

Posted by "Bruno Busco (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OFBIZ-2347?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12767021#action_12767021 ] 

Bruno Busco commented on OFBIZ-2347:
------------------------------------

Hi Chris,
you should use a svn client (like Tortoise) and perform a checkout from this url:
http://svn.apache.org/repos/asf/ofbiz/branches/addBirt

HTH Bruno

> BIRT Component
> --------------
>
>                 Key: OFBIZ-2347
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2347
>             Project: OFBiz
>          Issue Type: New Feature
>    Affects Versions: SVN trunk
>         Environment: software
>            Reporter: Chatree Srichart
>            Assignee: Hans Bakker
>             Fix For: SVN trunk
>
>         Attachments: birt.zip, birtfiles.txt
>
>
> I have component for use Eclipse BIRT as report builder.
> Features:
> 1. BIRT View Handler
> 2. BIRT Email Service
> I hope contributers contribute it to trunk.
> INSTALLATION
> 1. download birt.zip from attachment file
> 2. extract birt.zip
> 3. copy birt folder to hot-deploy folder
> 4. download Eclipse BIRT runtime from http://download.eclipse.org/birt/downloads/
> 5. extract birt-runtime-x_x_x.zip
> 6. copy all jar file from birt-runtime-x_x_x/ReportEngine/lib folder to hot-deploy/birt/lib folder
> 7. change birt.engine.home property in hot-deploy/birt/config/birt.properties to your ReportEngine path in birt-runtime_x_x_x folder
> 8. add birt-container in ofbiz-container.xml file after beanshell-container container like this
> <container name="birt-container" class="org.ofbiz.birt.container.BirtContainer">
>         <property name="delegator-name" value="default"/>
>         <property name="dispatcher-name" value="birt-dispatcher"/>
>         <property name="delegator-group-helper-name" value="org.ofbiz"/>
>     </container>
> 9. compile birt component
> 10. start ofbiz
> ** I have use birt-runtime version 2.3.1

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (OFBIZ-2347) BIRT Component

Posted by "Christian Geisert (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OFBIZ-2347?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12784725#action_12784725 ] 

Christian Geisert commented on OFBIZ-2347:
------------------------------------------

Sorry Hans, but it doesn't make a difference if it's in the trunk or in a branch. Either it is ok to include the files or it isn't and then it has to be removed.

> BIRT Component
> --------------
>
>                 Key: OFBIZ-2347
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2347
>             Project: OFBiz
>          Issue Type: New Feature
>    Affects Versions: SVN trunk
>         Environment: software
>            Reporter: Chatree Srichart
>            Assignee: Hans Bakker
>             Fix For: SVN trunk
>
>         Attachments: birt.zip, birtfiles.txt, birtPatchForChartUnderHtmlRender.patch
>
>
> I have component for use Eclipse BIRT as report builder.
> Features:
> 1. BIRT View Handler
> 2. BIRT Email Service
> I hope contributers contribute it to trunk.
> INSTALLATION
> 1. download birt.zip from attachment file
> 2. extract birt.zip
> 3. copy birt folder to hot-deploy folder
> 4. download Eclipse BIRT runtime from http://download.eclipse.org/birt/downloads/
> 5. extract birt-runtime-x_x_x.zip
> 6. copy all jar file from birt-runtime-x_x_x/ReportEngine/lib folder to hot-deploy/birt/lib folder
> 7. change birt.engine.home property in hot-deploy/birt/config/birt.properties to your ReportEngine path in birt-runtime_x_x_x folder
> 8. add birt-container in ofbiz-container.xml file after beanshell-container container like this
> <container name="birt-container" class="org.ofbiz.birt.container.BirtContainer">
>         <property name="delegator-name" value="default"/>
>         <property name="dispatcher-name" value="birt-dispatcher"/>
>         <property name="delegator-group-helper-name" value="org.ofbiz"/>
>     </container>
> 9. compile birt component
> 10. start ofbiz
> ** I have use birt-runtime version 2.3.1

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (OFBIZ-2347) BIRT Component

Posted by "Chatree Srichart (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OFBIZ-2347?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Chatree Srichart updated OFBIZ-2347:
------------------------------------

    Attachment: birt.zip

birt component

> BIRT Component
> --------------
>
>                 Key: OFBIZ-2347
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2347
>             Project: OFBiz
>          Issue Type: New Feature
>    Affects Versions: SVN trunk
>         Environment: software
>            Reporter: Chatree Srichart
>             Fix For: SVN trunk
>
>         Attachments: birt.zip
>
>
> I have component for use Eclipse BIRT as report builder.
> Features:
> 1. BIRT View Handler
> 2. BIRT Email Service
> I hope contributers contribute it to trunk.
> INSTALLATION
> 1. copy birt component to hot-deploy folder
> 2. download Eclipse BIRT runtime from <a href="http://download.eclipse.org/birt/downloads/">download</a>
> 3. extract birt-runtime-x_x_x.zip
> 4. copy all jar file from birt-runtime-x_x_x/ReportEngine/lib folder to hot-deploy/birt/lib folder
> 5. change birt.engine.home property in hot-deploy/birt/config/birt.properties to your ReportEngine path in birt-runtime_x_x_x folder
> 6. add birt-container in ofbiz-container.xml file after beanshell-container container like this
> <container name="birt-container" class="org.ofbiz.birt.container.BirtContainer">
>         <property name="delegator-name" value="default"/>
>         <property name="dispatcher-name" value="birt-dispatcher"/>
>         <property name="delegator-group-helper-name" value="org.ofbiz"/>
>     </container>
> 7. compile birt component
> 8. start ofbiz

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (OFBIZ-2347) BIRT Component

Posted by "chris snow (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OFBIZ-2347?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12784678#action_12784678 ] 

chris snow commented on OFBIZ-2347:
-----------------------------------

Hi Hans,

Sorry - I was looking for a link to Nabble for the message by Scott regarding licensing as per the log in your commit r886060:

"remove viewer screen, menu, ftl and remove viewer content from help file and delete all js, jsp, css, image files and viewer.properties files. This to meet the license concerns of Scott reported in the mailing list"

I was disappointed to see the AJAX viewer removed as it provides such a rich report viewing experience so I wanted to understand more about why it had to be removed.

Many thanks,

Chris

> BIRT Component
> --------------
>
>                 Key: OFBIZ-2347
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2347
>             Project: OFBiz
>          Issue Type: New Feature
>    Affects Versions: SVN trunk
>         Environment: software
>            Reporter: Chatree Srichart
>            Assignee: Hans Bakker
>             Fix For: SVN trunk
>
>         Attachments: birt.zip, birtfiles.txt, birtPatchForChartUnderHtmlRender.patch
>
>
> I have component for use Eclipse BIRT as report builder.
> Features:
> 1. BIRT View Handler
> 2. BIRT Email Service
> I hope contributers contribute it to trunk.
> INSTALLATION
> 1. download birt.zip from attachment file
> 2. extract birt.zip
> 3. copy birt folder to hot-deploy folder
> 4. download Eclipse BIRT runtime from http://download.eclipse.org/birt/downloads/
> 5. extract birt-runtime-x_x_x.zip
> 6. copy all jar file from birt-runtime-x_x_x/ReportEngine/lib folder to hot-deploy/birt/lib folder
> 7. change birt.engine.home property in hot-deploy/birt/config/birt.properties to your ReportEngine path in birt-runtime_x_x_x folder
> 8. add birt-container in ofbiz-container.xml file after beanshell-container container like this
> <container name="birt-container" class="org.ofbiz.birt.container.BirtContainer">
>         <property name="delegator-name" value="default"/>
>         <property name="dispatcher-name" value="birt-dispatcher"/>
>         <property name="delegator-group-helper-name" value="org.ofbiz"/>
>     </container>
> 9. compile birt component
> 10. start ofbiz
> ** I have use birt-runtime version 2.3.1

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (OFBIZ-2347) BIRT Component

Posted by "Chatree Srichart (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OFBIZ-2347?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Chatree Srichart updated OFBIZ-2347:
------------------------------------

    Description: 
I have component for use Eclipse BIRT as report builder.
Features:
1. BIRT View Handler
2. BIRT Email Service

I hope contributers contribute it to trunk.

INSTALLATION
1. download birt.zip from attachment file
2. extract birt.zip
3. copy birt folder to hot-deploy folder
4. download Eclipse BIRT runtime from http://download.eclipse.org/birt/downloads/
5. extract birt-runtime-x_x_x.zip
6. copy all jar file from birt-runtime-x_x_x/ReportEngine/lib folder to hot-deploy/birt/lib folder
7. change birt.engine.home property in hot-deploy/birt/config/birt.properties to your ReportEngine path in birt-runtime_x_x_x folder
8. add birt-container in ofbiz-container.xml file after beanshell-container container like this
<container name="birt-container" class="org.ofbiz.birt.container.BirtContainer">
        <property name="delegator-name" value="default"/>
        <property name="dispatcher-name" value="birt-dispatcher"/>
        <property name="delegator-group-helper-name" value="org.ofbiz"/>
    </container>
9. compile birt component
10. start ofbiz

** I have use birt-runtime version 2.3.1

  was:
I have component for use Eclipse BIRT as report builder.
Features:
1. BIRT View Handler
2. BIRT Email Service

I hope contributers contribute it to trunk.

INSTALLATION
1. download birt.zip from attachment file
2. extract birt.zip
3. copy birt folder to hot-deploy folder
4. download Eclipse BIRT runtime from http://download.eclipse.org/birt/downloads/
5. extract birt-runtime-x_x_x.zip
6. copy all jar file from birt-runtime-x_x_x/ReportEngine/lib folder to hot-deploy/birt/lib folder
7. change birt.engine.home property in hot-deploy/birt/config/birt.properties to your ReportEngine path in birt-runtime_x_x_x folder
8. add birt-container in ofbiz-container.xml file after beanshell-container container like this
<container name="birt-container" class="org.ofbiz.birt.container.BirtContainer">
        <property name="delegator-name" value="default"/>
        <property name="dispatcher-name" value="birt-dispatcher"/>
        <property name="delegator-group-helper-name" value="org.ofbiz"/>
    </container>
9. compile birt component
10. start ofbiz


> BIRT Component
> --------------
>
>                 Key: OFBIZ-2347
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2347
>             Project: OFBiz
>          Issue Type: New Feature
>    Affects Versions: SVN trunk
>         Environment: software
>            Reporter: Chatree Srichart
>             Fix For: SVN trunk
>
>         Attachments: birt.zip
>
>
> I have component for use Eclipse BIRT as report builder.
> Features:
> 1. BIRT View Handler
> 2. BIRT Email Service
> I hope contributers contribute it to trunk.
> INSTALLATION
> 1. download birt.zip from attachment file
> 2. extract birt.zip
> 3. copy birt folder to hot-deploy folder
> 4. download Eclipse BIRT runtime from http://download.eclipse.org/birt/downloads/
> 5. extract birt-runtime-x_x_x.zip
> 6. copy all jar file from birt-runtime-x_x_x/ReportEngine/lib folder to hot-deploy/birt/lib folder
> 7. change birt.engine.home property in hot-deploy/birt/config/birt.properties to your ReportEngine path in birt-runtime_x_x_x folder
> 8. add birt-container in ofbiz-container.xml file after beanshell-container container like this
> <container name="birt-container" class="org.ofbiz.birt.container.BirtContainer">
>         <property name="delegator-name" value="default"/>
>         <property name="dispatcher-name" value="birt-dispatcher"/>
>         <property name="delegator-group-helper-name" value="org.ofbiz"/>
>     </container>
> 9. compile birt component
> 10. start ofbiz
> ** I have use birt-runtime version 2.3.1

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Closed: (OFBIZ-2347) BIRT Component

Posted by "Hans Bakker (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OFBIZ-2347?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Hans Bakker closed OFBIZ-2347.
------------------------------

    Resolution: Fixed

currently in the branch: http://svn.apache.org/repos/asf/ofbiz/branches/addbirt

and sometimes perhaps in the trunk......

This implementation is not supported anymore. (at least not by me)


> BIRT Component
> --------------
>
>                 Key: OFBIZ-2347
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2347
>             Project: OFBiz
>          Issue Type: New Feature
>    Affects Versions: SVN trunk
>         Environment: software
>            Reporter: Chatree Srichart
>            Assignee: Hans Bakker
>             Fix For: SVN trunk
>
>         Attachments: birt.zip, birtfiles.txt, birtPatchForChartUnderHtmlRender.patch
>
>
> I have component for use Eclipse BIRT as report builder.
> Features:
> 1. BIRT View Handler
> 2. BIRT Email Service
> I hope contributers contribute it to trunk.
> INSTALLATION
> 1. download birt.zip from attachment file
> 2. extract birt.zip
> 3. copy birt folder to hot-deploy folder
> 4. download Eclipse BIRT runtime from http://download.eclipse.org/birt/downloads/
> 5. extract birt-runtime-x_x_x.zip
> 6. copy all jar file from birt-runtime-x_x_x/ReportEngine/lib folder to hot-deploy/birt/lib folder
> 7. change birt.engine.home property in hot-deploy/birt/config/birt.properties to your ReportEngine path in birt-runtime_x_x_x folder
> 8. add birt-container in ofbiz-container.xml file after beanshell-container container like this
> <container name="birt-container" class="org.ofbiz.birt.container.BirtContainer">
>         <property name="delegator-name" value="default"/>
>         <property name="dispatcher-name" value="birt-dispatcher"/>
>         <property name="delegator-group-helper-name" value="org.ofbiz"/>
>     </container>
> 9. compile birt component
> 10. start ofbiz
> ** I have use birt-runtime version 2.3.1

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (OFBIZ-2347) BIRT Component

Posted by "chris snow (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OFBIZ-2347?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12707373#action_12707373 ] 

chris snow commented on OFBIZ-2347:
-----------------------------------

What version of Birt runtime have these instructions been based on?  I have just tried with 2.3.2.1 and I am receiving the following error when accessing https://localhost/birt/control/main:

java.lang.NoSuchMethodError: com.ibm.icu.util.UResourceBundle.getBundleInstance(Ljava/lang/String;Lcom/ibm/icu/util/ULocale;Ljava/lang/ClassLoader;)Lcom/ibm/icu/util/UResourceBundle;
	org.eclipse.birt.chart.reportitem.i18n.Messages.<clinit>(Messages.java:30)
	org.eclipse.birt.chart.reportitem.ChartReportItemImpl.validate(ChartReportItemImpl.java:739)
	org.eclipse.birt.report.model.api.validators.ExtensionValidator.doValidate(ExtensionValidator.java:138)
	org.eclipse.birt.report.model.api.validators.ExtensionValidator.validate(ExtensionValidator.java:80)
	org.eclipse.birt.report.model.validators.ValidationNode.perform(ValidationNode.java:133)
	org.eclipse.birt.report.model.validators.ValidationExecutor.perform(ValidationExecutor.java:77)
	org.eclipse.birt.report.model.core.DesignElement.validateWithContents(DesignElement.java:2057)
	org.eclipse.birt.report.model.core.DesignElement.validateWithContents(DesignElement.java:2095)
	org.eclipse.birt.report.model.core.DesignElement.validateWithContents(DesignElement.java:2087)
	org.eclipse.birt.report.model.core.DesignElement.validateWithContents(DesignElement.java:2095)
	org.eclipse.birt.report.model.core.DesignElement.validateWithContents(DesignElement.java:2067)
	org.eclipse.birt.report.model.core.Module.semanticCheck(Module.java:1388)
	org.eclipse.birt.report.model.core.Module.doClone(Module.java:824)
	org.eclipse.birt.report.model.api.ModuleHandle.copy(ModuleHandle.java:3287)
	org.eclipse.birt.report.engine.api.impl.ReportRunnable.cloneRunnable(ReportRunnable.java:209)
	org.eclipse.birt.report.engine.api.impl.EngineTask.prepareDesign(EngineTask.java:1346)
	org.eclipse.birt.report.engine.api.impl.RunAndRenderTask.doRun(RunAndRenderTask.java:88)
	org.eclipse.birt.report.engine.api.impl.RunAndRenderTask.run(RunAndRenderTask.java:72)
	org.ofbiz.birt.BirtWorker.exportReport(BirtWorker.java:109)
	org.ofbiz.webapp.view.BirtViewHandler.render(BirtViewHandler.java:67)
	org.ofbiz.webapp.control.RequestHandler.renderView(RequestHandler.java:643)
	org.ofbiz.webapp.control.RequestHandler.doRequest(RequestHandler.java:427)
	org.ofbiz.webapp.control.ControlServlet.doGet(ControlServlet.java:189)
	javax.servlet.http.HttpServlet.service(HttpServlet.java:595)
	javax.servlet.http.HttpServlet.service(HttpServlet.java:688)
	org.ofbiz.webapp.control.ContextFilter.doFilter(ContextFilter.java:248)


> BIRT Component
> --------------
>
>                 Key: OFBIZ-2347
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2347
>             Project: OFBiz
>          Issue Type: New Feature
>    Affects Versions: SVN trunk
>         Environment: software
>            Reporter: Chatree Srichart
>             Fix For: SVN trunk
>
>         Attachments: birt.zip
>
>
> I have component for use Eclipse BIRT as report builder.
> Features:
> 1. BIRT View Handler
> 2. BIRT Email Service
> I hope contributers contribute it to trunk.
> INSTALLATION
> 1. download birt.zip from attachment file
> 2. extract birt.zip
> 3. copy birt folder to hot-deploy folder
> 4. download Eclipse BIRT runtime from http://download.eclipse.org/birt/downloads/
> 5. extract birt-runtime-x_x_x.zip
> 6. copy all jar file from birt-runtime-x_x_x/ReportEngine/lib folder to hot-deploy/birt/lib folder
> 7. change birt.engine.home property in hot-deploy/birt/config/birt.properties to your ReportEngine path in birt-runtime_x_x_x folder
> 8. add birt-container in ofbiz-container.xml file after beanshell-container container like this
> <container name="birt-container" class="org.ofbiz.birt.container.BirtContainer">
>         <property name="delegator-name" value="default"/>
>         <property name="dispatcher-name" value="birt-dispatcher"/>
>         <property name="delegator-group-helper-name" value="org.ofbiz"/>
>     </container>
> 9. compile birt component
> 10. start ofbiz

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (OFBIZ-2347) BIRT Component

Posted by "WeizhanGuo (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OFBIZ-2347?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

WeizhanGuo updated OFBIZ-2347:
------------------------------

    Attachment: birtPatchForChartUnderHtmlRender.patch

Fix the BirtViewHandler can't display chart when the content-type is text/html. 

> BIRT Component
> --------------
>
>                 Key: OFBIZ-2347
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2347
>             Project: OFBiz
>          Issue Type: New Feature
>    Affects Versions: SVN trunk
>         Environment: software
>            Reporter: Chatree Srichart
>            Assignee: Hans Bakker
>             Fix For: SVN trunk
>
>         Attachments: birt.zip, birtfiles.txt, birtPatchForChartUnderHtmlRender.patch
>
>
> I have component for use Eclipse BIRT as report builder.
> Features:
> 1. BIRT View Handler
> 2. BIRT Email Service
> I hope contributers contribute it to trunk.
> INSTALLATION
> 1. download birt.zip from attachment file
> 2. extract birt.zip
> 3. copy birt folder to hot-deploy folder
> 4. download Eclipse BIRT runtime from http://download.eclipse.org/birt/downloads/
> 5. extract birt-runtime-x_x_x.zip
> 6. copy all jar file from birt-runtime-x_x_x/ReportEngine/lib folder to hot-deploy/birt/lib folder
> 7. change birt.engine.home property in hot-deploy/birt/config/birt.properties to your ReportEngine path in birt-runtime_x_x_x folder
> 8. add birt-container in ofbiz-container.xml file after beanshell-container container like this
> <container name="birt-container" class="org.ofbiz.birt.container.BirtContainer">
>         <property name="delegator-name" value="default"/>
>         <property name="dispatcher-name" value="birt-dispatcher"/>
>         <property name="delegator-group-helper-name" value="org.ofbiz"/>
>     </container>
> 9. compile birt component
> 10. start ofbiz
> ** I have use birt-runtime version 2.3.1

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (OFBIZ-2347) BIRT Component

Posted by "Chatree Srichart (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OFBIZ-2347?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12712348#action_12712348 ] 

Chatree Srichart commented on OFBIZ-2347:
-----------------------------------------

็Hi chris snow, I tried version 2.3.2, It work fine. You should try again. Follow this,
1. Copy all jar files from ReportEngine lib folder in to lib folder of birt component.
2. Change birt.engine.home property in birt.properties file to ReportEngine path.
3. Run ./ant clean-all in ofbiz folder. (Importance)
4. Run ./ant for compile
5. Start ofbiz.


> BIRT Component
> --------------
>
>                 Key: OFBIZ-2347
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2347
>             Project: OFBiz
>          Issue Type: New Feature
>    Affects Versions: SVN trunk
>         Environment: software
>            Reporter: Chatree Srichart
>             Fix For: SVN trunk
>
>         Attachments: birt.zip
>
>
> I have component for use Eclipse BIRT as report builder.
> Features:
> 1. BIRT View Handler
> 2. BIRT Email Service
> I hope contributers contribute it to trunk.
> INSTALLATION
> 1. download birt.zip from attachment file
> 2. extract birt.zip
> 3. copy birt folder to hot-deploy folder
> 4. download Eclipse BIRT runtime from http://download.eclipse.org/birt/downloads/
> 5. extract birt-runtime-x_x_x.zip
> 6. copy all jar file from birt-runtime-x_x_x/ReportEngine/lib folder to hot-deploy/birt/lib folder
> 7. change birt.engine.home property in hot-deploy/birt/config/birt.properties to your ReportEngine path in birt-runtime_x_x_x folder
> 8. add birt-container in ofbiz-container.xml file after beanshell-container container like this
> <container name="birt-container" class="org.ofbiz.birt.container.BirtContainer">
>         <property name="delegator-name" value="default"/>
>         <property name="dispatcher-name" value="birt-dispatcher"/>
>         <property name="delegator-group-helper-name" value="org.ofbiz"/>
>     </container>
> 9. compile birt component
> 10. start ofbiz
> ** I have use birt-runtime version 2.3.1

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (OFBIZ-2347) BIRT Component

Posted by "Chatree Srichart (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OFBIZ-2347?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Chatree Srichart updated OFBIZ-2347:
------------------------------------

    Description: 
I have component for use Eclipse BIRT as report builder.
Features:
1. BIRT View Handler
2. BIRT Email Service

I hope contributers contribute it to trunk.

INSTALLATION
1. download birt.zip from attachment file
2. extract birt.zip
3. copy birt folder to hot-deploy folder
4. download Eclipse BIRT runtime from http://download.eclipse.org/birt/downloads/
5. extract birt-runtime-x_x_x.zip
6. copy all jar file from birt-runtime-x_x_x/ReportEngine/lib folder to hot-deploy/birt/lib folder
7. change birt.engine.home property in hot-deploy/birt/config/birt.properties to your ReportEngine path in birt-runtime_x_x_x folder
8. add birt-container in ofbiz-container.xml file after beanshell-container container like this
<container name="birt-container" class="org.ofbiz.birt.container.BirtContainer">
        <property name="delegator-name" value="default"/>
        <property name="dispatcher-name" value="birt-dispatcher"/>
        <property name="delegator-group-helper-name" value="org.ofbiz"/>
    </container>
9. compile birt component
10. start ofbiz

  was:
I have component for use Eclipse BIRT as report builder.
Features:
1. BIRT View Handler
2. BIRT Email Service

I hope contributers contribute it to trunk.

INSTALLATION
1. copy birt component to hot-deploy folder
2. download Eclipse BIRT runtime from <a href="http://download.eclipse.org/birt/downloads/">download</a>
3. extract birt-runtime-x_x_x.zip
4. copy all jar file from birt-runtime-x_x_x/ReportEngine/lib folder to hot-deploy/birt/lib folder
5. change birt.engine.home property in hot-deploy/birt/config/birt.properties to your ReportEngine path in birt-runtime_x_x_x folder
6. add birt-container in ofbiz-container.xml file after beanshell-container container like this
<container name="birt-container" class="org.ofbiz.birt.container.BirtContainer">
        <property name="delegator-name" value="default"/>
        <property name="dispatcher-name" value="birt-dispatcher"/>
        <property name="delegator-group-helper-name" value="org.ofbiz"/>
    </container>
7. compile birt component
8. start ofbiz


> BIRT Component
> --------------
>
>                 Key: OFBIZ-2347
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2347
>             Project: OFBiz
>          Issue Type: New Feature
>    Affects Versions: SVN trunk
>         Environment: software
>            Reporter: Chatree Srichart
>             Fix For: SVN trunk
>
>         Attachments: birt.zip
>
>
> I have component for use Eclipse BIRT as report builder.
> Features:
> 1. BIRT View Handler
> 2. BIRT Email Service
> I hope contributers contribute it to trunk.
> INSTALLATION
> 1. download birt.zip from attachment file
> 2. extract birt.zip
> 3. copy birt folder to hot-deploy folder
> 4. download Eclipse BIRT runtime from http://download.eclipse.org/birt/downloads/
> 5. extract birt-runtime-x_x_x.zip
> 6. copy all jar file from birt-runtime-x_x_x/ReportEngine/lib folder to hot-deploy/birt/lib folder
> 7. change birt.engine.home property in hot-deploy/birt/config/birt.properties to your ReportEngine path in birt-runtime_x_x_x folder
> 8. add birt-container in ofbiz-container.xml file after beanshell-container container like this
> <container name="birt-container" class="org.ofbiz.birt.container.BirtContainer">
>         <property name="delegator-name" value="default"/>
>         <property name="dispatcher-name" value="birt-dispatcher"/>
>         <property name="delegator-group-helper-name" value="org.ofbiz"/>
>     </container>
> 9. compile birt component
> 10. start ofbiz

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (OFBIZ-2347) BIRT Component

Posted by "chris snow (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OFBIZ-2347?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12784683#action_12784683 ] 

chris snow commented on OFBIZ-2347:
-----------------------------------

Chatree - thanks for this div tag tip.

Scott - thanks for the link.

Hans,  have you have stopped development on this branch?  Is anyone supporting it now?

Many thanks,

Chris

> BIRT Component
> --------------
>
>                 Key: OFBIZ-2347
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2347
>             Project: OFBiz
>          Issue Type: New Feature
>    Affects Versions: SVN trunk
>         Environment: software
>            Reporter: Chatree Srichart
>            Assignee: Hans Bakker
>             Fix For: SVN trunk
>
>         Attachments: birt.zip, birtfiles.txt, birtPatchForChartUnderHtmlRender.patch
>
>
> I have component for use Eclipse BIRT as report builder.
> Features:
> 1. BIRT View Handler
> 2. BIRT Email Service
> I hope contributers contribute it to trunk.
> INSTALLATION
> 1. download birt.zip from attachment file
> 2. extract birt.zip
> 3. copy birt folder to hot-deploy folder
> 4. download Eclipse BIRT runtime from http://download.eclipse.org/birt/downloads/
> 5. extract birt-runtime-x_x_x.zip
> 6. copy all jar file from birt-runtime-x_x_x/ReportEngine/lib folder to hot-deploy/birt/lib folder
> 7. change birt.engine.home property in hot-deploy/birt/config/birt.properties to your ReportEngine path in birt-runtime_x_x_x folder
> 8. add birt-container in ofbiz-container.xml file after beanshell-container container like this
> <container name="birt-container" class="org.ofbiz.birt.container.BirtContainer">
>         <property name="delegator-name" value="default"/>
>         <property name="dispatcher-name" value="birt-dispatcher"/>
>         <property name="delegator-group-helper-name" value="org.ofbiz"/>
>     </container>
> 9. compile birt component
> 10. start ofbiz
> ** I have use birt-runtime version 2.3.1

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (OFBIZ-2347) BIRT Component

Posted by "WeizhanGuo (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OFBIZ-2347?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12784776#action_12784776 ] 

WeizhanGuo commented on OFBIZ-2347:
-----------------------------------

Hi Chatree Srichart,

you are right, but the report tag is not easy to use in other components as we need include some birt jsp tag.

> BIRT Component
> --------------
>
>                 Key: OFBIZ-2347
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2347
>             Project: OFBiz
>          Issue Type: New Feature
>    Affects Versions: SVN trunk
>         Environment: software
>            Reporter: Chatree Srichart
>            Assignee: Hans Bakker
>             Fix For: SVN trunk
>
>         Attachments: birt.zip, birtfiles.txt, birtPatchForChartUnderHtmlRender.patch
>
>
> I have component for use Eclipse BIRT as report builder.
> Features:
> 1. BIRT View Handler
> 2. BIRT Email Service
> I hope contributers contribute it to trunk.
> INSTALLATION
> 1. download birt.zip from attachment file
> 2. extract birt.zip
> 3. copy birt folder to hot-deploy folder
> 4. download Eclipse BIRT runtime from http://download.eclipse.org/birt/downloads/
> 5. extract birt-runtime-x_x_x.zip
> 6. copy all jar file from birt-runtime-x_x_x/ReportEngine/lib folder to hot-deploy/birt/lib folder
> 7. change birt.engine.home property in hot-deploy/birt/config/birt.properties to your ReportEngine path in birt-runtime_x_x_x folder
> 8. add birt-container in ofbiz-container.xml file after beanshell-container container like this
> <container name="birt-container" class="org.ofbiz.birt.container.BirtContainer">
>         <property name="delegator-name" value="default"/>
>         <property name="dispatcher-name" value="birt-dispatcher"/>
>         <property name="delegator-group-helper-name" value="org.ofbiz"/>
>     </container>
> 9. compile birt component
> 10. start ofbiz
> ** I have use birt-runtime version 2.3.1

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (OFBIZ-2347) BIRT Component

Posted by "Hans Bakker (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OFBIZ-2347?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12764943#action_12764943 ] 

Hans Bakker commented on OFBIZ-2347:
------------------------------------

====== a request to make a branch in SVN, for community input=============
The originator of this Jira issue is now working here with me. I had a look at this change and it looks pretty interesting but involved. At the moment we should look at it as a proof of concept which need the opinion of the community.

It is adding a new option in webtools called 'birt'. In there you can run reports which are created inside Birt in Eclipse. The reports are shown paged, in pdf and can be sent by email.

some points for discussion:
1. we can add the Birt report engine to ofbiz the license is the Eclipse license so compatible
2. It will add a lot of jar files, some of which we already have.(needs cleanup)
3. The originator added the function of using jsp tags within ftl....a lot of work to change it in ftl only.
4. Currently ofbiz and birt needs to be on the same computer, an import function needs to be added or the reports will be added as seed data.
5. only one report can be shown, need to add a report selector with a related entity.

Because this whole contribution is not clean yet but is rather difficult to install I would like to propose to create a branch for it.

So what does the community think? If no objection i will create the branch in a couple of days.

Regards,
Hans

> BIRT Component
> --------------
>
>                 Key: OFBIZ-2347
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2347
>             Project: OFBiz
>          Issue Type: New Feature
>    Affects Versions: SVN trunk
>         Environment: software
>            Reporter: Chatree Srichart
>            Assignee: Hans Bakker
>             Fix For: SVN trunk
>
>         Attachments: birt.zip
>
>
> I have component for use Eclipse BIRT as report builder.
> Features:
> 1. BIRT View Handler
> 2. BIRT Email Service
> I hope contributers contribute it to trunk.
> INSTALLATION
> 1. download birt.zip from attachment file
> 2. extract birt.zip
> 3. copy birt folder to hot-deploy folder
> 4. download Eclipse BIRT runtime from http://download.eclipse.org/birt/downloads/
> 5. extract birt-runtime-x_x_x.zip
> 6. copy all jar file from birt-runtime-x_x_x/ReportEngine/lib folder to hot-deploy/birt/lib folder
> 7. change birt.engine.home property in hot-deploy/birt/config/birt.properties to your ReportEngine path in birt-runtime_x_x_x folder
> 8. add birt-container in ofbiz-container.xml file after beanshell-container container like this
> <container name="birt-container" class="org.ofbiz.birt.container.BirtContainer">
>         <property name="delegator-name" value="default"/>
>         <property name="dispatcher-name" value="birt-dispatcher"/>
>         <property name="delegator-group-helper-name" value="org.ofbiz"/>
>     </container>
> 9. compile birt component
> 10. start ofbiz
> ** I have use birt-runtime version 2.3.1

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (OFBIZ-2347) BIRT Component

Posted by "chris snow (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OFBIZ-2347?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12785277#action_12785277 ] 

chris snow commented on OFBIZ-2347:
-----------------------------------

There are lots of examples now!

Many thanks Hans.

> BIRT Component
> --------------
>
>                 Key: OFBIZ-2347
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2347
>             Project: OFBiz
>          Issue Type: New Feature
>    Affects Versions: SVN trunk
>         Environment: software
>            Reporter: Chatree Srichart
>            Assignee: Hans Bakker
>             Fix For: SVN trunk
>
>         Attachments: birt.zip, birtfiles.txt, birtPatchForChartUnderHtmlRender.patch
>
>
> I have component for use Eclipse BIRT as report builder.
> Features:
> 1. BIRT View Handler
> 2. BIRT Email Service
> I hope contributers contribute it to trunk.
> INSTALLATION
> 1. download birt.zip from attachment file
> 2. extract birt.zip
> 3. copy birt folder to hot-deploy folder
> 4. download Eclipse BIRT runtime from http://download.eclipse.org/birt/downloads/
> 5. extract birt-runtime-x_x_x.zip
> 6. copy all jar file from birt-runtime-x_x_x/ReportEngine/lib folder to hot-deploy/birt/lib folder
> 7. change birt.engine.home property in hot-deploy/birt/config/birt.properties to your ReportEngine path in birt-runtime_x_x_x folder
> 8. add birt-container in ofbiz-container.xml file after beanshell-container container like this
> <container name="birt-container" class="org.ofbiz.birt.container.BirtContainer">
>         <property name="delegator-name" value="default"/>
>         <property name="dispatcher-name" value="birt-dispatcher"/>
>         <property name="delegator-group-helper-name" value="org.ofbiz"/>
>     </container>
> 9. compile birt component
> 10. start ofbiz
> ** I have use birt-runtime version 2.3.1

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


Re: [jira] Commented: (OFBIZ-2347) BIRT Component

Posted by Hans Bakker <ma...@antwebsystems.com>.
You can revert the change from rev: 886060 ?

Regards,
Hans


On Wed, 2009-12-02 at 08:52 +0000, chris snow (JIRA) wrote:
> [ https://issues.apache.org/jira/browse/OFBIZ-2347?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12784711#action_12784711 ] 
> 
> chris snow commented on OFBIZ-2347:
> -----------------------------------
> 
> Hi Hans,
> 
> Would it be worth including some documentation that describes how to include the jsp/css/java/etc. files that are needed to use the birt viewer so that users can install the viewer themselves?
> 
> Many thanks,
> 
> Chris
> 
> > BIRT Component
> > --------------
> >
> >                 Key: OFBIZ-2347
> >                 URL: https://issues.apache.org/jira/browse/OFBIZ-2347
> >             Project: OFBiz
> >          Issue Type: New Feature
> >    Affects Versions: SVN trunk
> >         Environment: software
> >            Reporter: Chatree Srichart
> >            Assignee: Hans Bakker
> >             Fix For: SVN trunk
> >
> >         Attachments: birt.zip, birtfiles.txt, birtPatchForChartUnderHtmlRender.patch
> >
> >
> > I have component for use Eclipse BIRT as report builder.
> > Features:
> > 1. BIRT View Handler
> > 2. BIRT Email Service
> > I hope contributers contribute it to trunk.
> > INSTALLATION
> > 1. download birt.zip from attachment file
> > 2. extract birt.zip
> > 3. copy birt folder to hot-deploy folder
> > 4. download Eclipse BIRT runtime from http://download.eclipse.org/birt/downloads/
> > 5. extract birt-runtime-x_x_x.zip
> > 6. copy all jar file from birt-runtime-x_x_x/ReportEngine/lib folder to hot-deploy/birt/lib folder
> > 7. change birt.engine.home property in hot-deploy/birt/config/birt.properties to your ReportEngine path in birt-runtime_x_x_x folder
> > 8. add birt-container in ofbiz-container.xml file after beanshell-container container like this
> > <container name="birt-container" class="org.ofbiz.birt.container.BirtContainer">
> >         <property name="delegator-name" value="default"/>
> >         <property name="dispatcher-name" value="birt-dispatcher"/>
> >         <property name="delegator-group-helper-name" value="org.ofbiz"/>
> >     </container>
> > 9. compile birt component
> > 10. start ofbiz
> > ** I have use birt-runtime version 2.3.1
> 
-- 
Antwebsystems.com: Quality OFBiz services for competitive rates


[jira] Commented: (OFBIZ-2347) BIRT Component

Posted by "chris snow (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OFBIZ-2347?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12784711#action_12784711 ] 

chris snow commented on OFBIZ-2347:
-----------------------------------

Hi Hans,

Would it be worth including some documentation that describes how to include the jsp/css/java/etc. files that are needed to use the birt viewer so that users can install the viewer themselves?

Many thanks,

Chris

> BIRT Component
> --------------
>
>                 Key: OFBIZ-2347
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2347
>             Project: OFBiz
>          Issue Type: New Feature
>    Affects Versions: SVN trunk
>         Environment: software
>            Reporter: Chatree Srichart
>            Assignee: Hans Bakker
>             Fix For: SVN trunk
>
>         Attachments: birt.zip, birtfiles.txt, birtPatchForChartUnderHtmlRender.patch
>
>
> I have component for use Eclipse BIRT as report builder.
> Features:
> 1. BIRT View Handler
> 2. BIRT Email Service
> I hope contributers contribute it to trunk.
> INSTALLATION
> 1. download birt.zip from attachment file
> 2. extract birt.zip
> 3. copy birt folder to hot-deploy folder
> 4. download Eclipse BIRT runtime from http://download.eclipse.org/birt/downloads/
> 5. extract birt-runtime-x_x_x.zip
> 6. copy all jar file from birt-runtime-x_x_x/ReportEngine/lib folder to hot-deploy/birt/lib folder
> 7. change birt.engine.home property in hot-deploy/birt/config/birt.properties to your ReportEngine path in birt-runtime_x_x_x folder
> 8. add birt-container in ofbiz-container.xml file after beanshell-container container like this
> <container name="birt-container" class="org.ofbiz.birt.container.BirtContainer">
>         <property name="delegator-name" value="default"/>
>         <property name="dispatcher-name" value="birt-dispatcher"/>
>         <property name="delegator-group-helper-name" value="org.ofbiz"/>
>     </container>
> 9. compile birt component
> 10. start ofbiz
> ** I have use birt-runtime version 2.3.1

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (OFBIZ-2347) BIRT Component

Posted by "Hans Bakker (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OFBIZ-2347?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12767237#action_12767237 ] 

Hans Bakker commented on OFBIZ-2347:
------------------------------------

we have added a help file to the webtools -> birt function. There is described the option within ofbiz and how to look at the demo product report within eclipse/birt. 

Our next action will be the move of all temporary files created by the birt reportengine to the runtime directory.

Regards, Hans

> BIRT Component
> --------------
>
>                 Key: OFBIZ-2347
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2347
>             Project: OFBiz
>          Issue Type: New Feature
>    Affects Versions: SVN trunk
>         Environment: software
>            Reporter: Chatree Srichart
>            Assignee: Hans Bakker
>             Fix For: SVN trunk
>
>         Attachments: birt.zip, birtfiles.txt
>
>
> I have component for use Eclipse BIRT as report builder.
> Features:
> 1. BIRT View Handler
> 2. BIRT Email Service
> I hope contributers contribute it to trunk.
> INSTALLATION
> 1. download birt.zip from attachment file
> 2. extract birt.zip
> 3. copy birt folder to hot-deploy folder
> 4. download Eclipse BIRT runtime from http://download.eclipse.org/birt/downloads/
> 5. extract birt-runtime-x_x_x.zip
> 6. copy all jar file from birt-runtime-x_x_x/ReportEngine/lib folder to hot-deploy/birt/lib folder
> 7. change birt.engine.home property in hot-deploy/birt/config/birt.properties to your ReportEngine path in birt-runtime_x_x_x folder
> 8. add birt-container in ofbiz-container.xml file after beanshell-container container like this
> <container name="birt-container" class="org.ofbiz.birt.container.BirtContainer">
>         <property name="delegator-name" value="default"/>
>         <property name="dispatcher-name" value="birt-dispatcher"/>
>         <property name="delegator-group-helper-name" value="org.ofbiz"/>
>     </container>
> 9. compile birt component
> 10. start ofbiz
> ** I have use birt-runtime version 2.3.1

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Issue Comment Edited: (OFBIZ-2347) BIRT Component

Posted by "Chatree Srichart (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OFBIZ-2347?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12772326#action_12772326 ] 

Chatree Srichart edited comment on OFBIZ-2347 at 11/1/09 2:56 PM:
------------------------------------------------------------------

Hi chris snow.

I tried run your code. It worked fine. It can put parameters in service though request's attribute named "birtParameters".

      was (Author: chatree):
    Hi chris snow.

I tried run your code. It worked fine.
  
> BIRT Component
> --------------
>
>                 Key: OFBIZ-2347
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2347
>             Project: OFBiz
>          Issue Type: New Feature
>    Affects Versions: SVN trunk
>         Environment: software
>            Reporter: Chatree Srichart
>            Assignee: Hans Bakker
>             Fix For: SVN trunk
>
>         Attachments: birt.zip, birtfiles.txt
>
>
> I have component for use Eclipse BIRT as report builder.
> Features:
> 1. BIRT View Handler
> 2. BIRT Email Service
> I hope contributers contribute it to trunk.
> INSTALLATION
> 1. download birt.zip from attachment file
> 2. extract birt.zip
> 3. copy birt folder to hot-deploy folder
> 4. download Eclipse BIRT runtime from http://download.eclipse.org/birt/downloads/
> 5. extract birt-runtime-x_x_x.zip
> 6. copy all jar file from birt-runtime-x_x_x/ReportEngine/lib folder to hot-deploy/birt/lib folder
> 7. change birt.engine.home property in hot-deploy/birt/config/birt.properties to your ReportEngine path in birt-runtime_x_x_x folder
> 8. add birt-container in ofbiz-container.xml file after beanshell-container container like this
> <container name="birt-container" class="org.ofbiz.birt.container.BirtContainer">
>         <property name="delegator-name" value="default"/>
>         <property name="dispatcher-name" value="birt-dispatcher"/>
>         <property name="delegator-group-helper-name" value="org.ofbiz"/>
>     </container>
> 9. compile birt component
> 10. start ofbiz
> ** I have use birt-runtime version 2.3.1

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


Re: [jira] Commented: (OFBIZ-2347) BIRT Component

Posted by "Michael Xu (xudong)" <do...@wizitsoft.com>.
+1

Look forward to that.

--
Regards,
Michael Xu (xudong)
www.wizitsoft.com


On Wed, Dec 2, 2009 at 9:49 PM, Hans Bakker
<ma...@antwebsystems.com>wrote:

> As we now think we solved Scotts concerns we will probably tomorrow
> commit some report examples to the birt branch with selection forms...
>
> On Wed, 2009-12-02 at 12:56 +0000, chris snow (JIRA) wrote:
> > [
> https://issues.apache.org/jira/browse/OFBIZ-2347?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12784803#action_12784803]
> >
> > chris snow commented on OFBIZ-2347:
> > -----------------------------------
> >
> > Hi Hans/Chatree,
> >
> > I still can't get a report to work with parameters.  In addition to the
> current example reports, would it be possible to include an example report
> using parameters?
> >
> > Many thanks,
> >
> > Chris
> >
> > > BIRT Component
> > > --------------
> > >
> > >                 Key: OFBIZ-2347
> > >                 URL: https://issues.apache.org/jira/browse/OFBIZ-2347
> > >             Project: OFBiz
> > >          Issue Type: New Feature
> > >    Affects Versions: SVN trunk
> > >         Environment: software
> > >            Reporter: Chatree Srichart
> > >            Assignee: Hans Bakker
> > >             Fix For: SVN trunk
> > >
> > >         Attachments: birt.zip, birtfiles.txt,
> birtPatchForChartUnderHtmlRender.patch
> > >
> > >
> > > I have component for use Eclipse BIRT as report builder.
> > > Features:
> > > 1. BIRT View Handler
> > > 2. BIRT Email Service
> > > I hope contributers contribute it to trunk.
> > > INSTALLATION
> > > 1. download birt.zip from attachment file
> > > 2. extract birt.zip
> > > 3. copy birt folder to hot-deploy folder
> > > 4. download Eclipse BIRT runtime from
> http://download.eclipse.org/birt/downloads/
> > > 5. extract birt-runtime-x_x_x.zip
> > > 6. copy all jar file from birt-runtime-x_x_x/ReportEngine/lib folder to
> hot-deploy/birt/lib folder
> > > 7. change birt.engine.home property in
> hot-deploy/birt/config/birt.properties to your ReportEngine path in
> birt-runtime_x_x_x folder
> > > 8. add birt-container in ofbiz-container.xml file after
> beanshell-container container like this
> > > <container name="birt-container"
> class="org.ofbiz.birt.container.BirtContainer">
> > >         <property name="delegator-name" value="default"/>
> > >         <property name="dispatcher-name" value="birt-dispatcher"/>
> > >         <property name="delegator-group-helper-name"
> value="org.ofbiz"/>
> > >     </container>
> > > 9. compile birt component
> > > 10. start ofbiz
> > > ** I have use birt-runtime version 2.3.1
> >
> --
> Antwebsystems.com: Quality OFBiz services for competitive rates
>
>

Re: [jira] Commented: (OFBIZ-2347) BIRT Component

Posted by Hans Bakker <ma...@antwebsystems.com>.
As we now think we solved Scotts concerns we will probably tomorrow
commit some report examples to the birt branch with selection forms...

On Wed, 2009-12-02 at 12:56 +0000, chris snow (JIRA) wrote:
> [ https://issues.apache.org/jira/browse/OFBIZ-2347?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12784803#action_12784803 ] 
> 
> chris snow commented on OFBIZ-2347:
> -----------------------------------
> 
> Hi Hans/Chatree,
> 
> I still can't get a report to work with parameters.  In addition to the current example reports, would it be possible to include an example report using parameters?
> 
> Many thanks,
> 
> Chris
> 
> > BIRT Component
> > --------------
> >
> >                 Key: OFBIZ-2347
> >                 URL: https://issues.apache.org/jira/browse/OFBIZ-2347
> >             Project: OFBiz
> >          Issue Type: New Feature
> >    Affects Versions: SVN trunk
> >         Environment: software
> >            Reporter: Chatree Srichart
> >            Assignee: Hans Bakker
> >             Fix For: SVN trunk
> >
> >         Attachments: birt.zip, birtfiles.txt, birtPatchForChartUnderHtmlRender.patch
> >
> >
> > I have component for use Eclipse BIRT as report builder.
> > Features:
> > 1. BIRT View Handler
> > 2. BIRT Email Service
> > I hope contributers contribute it to trunk.
> > INSTALLATION
> > 1. download birt.zip from attachment file
> > 2. extract birt.zip
> > 3. copy birt folder to hot-deploy folder
> > 4. download Eclipse BIRT runtime from http://download.eclipse.org/birt/downloads/
> > 5. extract birt-runtime-x_x_x.zip
> > 6. copy all jar file from birt-runtime-x_x_x/ReportEngine/lib folder to hot-deploy/birt/lib folder
> > 7. change birt.engine.home property in hot-deploy/birt/config/birt.properties to your ReportEngine path in birt-runtime_x_x_x folder
> > 8. add birt-container in ofbiz-container.xml file after beanshell-container container like this
> > <container name="birt-container" class="org.ofbiz.birt.container.BirtContainer">
> >         <property name="delegator-name" value="default"/>
> >         <property name="dispatcher-name" value="birt-dispatcher"/>
> >         <property name="delegator-group-helper-name" value="org.ofbiz"/>
> >     </container>
> > 9. compile birt component
> > 10. start ofbiz
> > ** I have use birt-runtime version 2.3.1
> 
-- 
Antwebsystems.com: Quality OFBiz services for competitive rates


[jira] Commented: (OFBIZ-2347) BIRT Component

Posted by "chris snow (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OFBIZ-2347?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12784803#action_12784803 ] 

chris snow commented on OFBIZ-2347:
-----------------------------------

Hi Hans/Chatree,

I still can't get a report to work with parameters.  In addition to the current example reports, would it be possible to include an example report using parameters?

Many thanks,

Chris

> BIRT Component
> --------------
>
>                 Key: OFBIZ-2347
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2347
>             Project: OFBiz
>          Issue Type: New Feature
>    Affects Versions: SVN trunk
>         Environment: software
>            Reporter: Chatree Srichart
>            Assignee: Hans Bakker
>             Fix For: SVN trunk
>
>         Attachments: birt.zip, birtfiles.txt, birtPatchForChartUnderHtmlRender.patch
>
>
> I have component for use Eclipse BIRT as report builder.
> Features:
> 1. BIRT View Handler
> 2. BIRT Email Service
> I hope contributers contribute it to trunk.
> INSTALLATION
> 1. download birt.zip from attachment file
> 2. extract birt.zip
> 3. copy birt folder to hot-deploy folder
> 4. download Eclipse BIRT runtime from http://download.eclipse.org/birt/downloads/
> 5. extract birt-runtime-x_x_x.zip
> 6. copy all jar file from birt-runtime-x_x_x/ReportEngine/lib folder to hot-deploy/birt/lib folder
> 7. change birt.engine.home property in hot-deploy/birt/config/birt.properties to your ReportEngine path in birt-runtime_x_x_x folder
> 8. add birt-container in ofbiz-container.xml file after beanshell-container container like this
> <container name="birt-container" class="org.ofbiz.birt.container.BirtContainer">
>         <property name="delegator-name" value="default"/>
>         <property name="dispatcher-name" value="birt-dispatcher"/>
>         <property name="delegator-group-helper-name" value="org.ofbiz"/>
>     </container>
> 9. compile birt component
> 10. start ofbiz
> ** I have use birt-runtime version 2.3.1

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (OFBIZ-2347) BIRT Component

Posted by "Hans Bakker (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OFBIZ-2347?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12801706#action_12801706 ] 

Hans Bakker commented on OFBIZ-2347:
------------------------------------

did you study the examples in the example component and did you read the
help sreens?

Regards,
hans




> BIRT Component
> --------------
>
>                 Key: OFBIZ-2347
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2347
>             Project: OFBiz
>          Issue Type: New Feature
>    Affects Versions: SVN trunk
>         Environment: software
>            Reporter: Chatree Srichart
>            Assignee: Hans Bakker
>             Fix For: SVN trunk
>
>         Attachments: birt.zip, birtfiles.txt, birtPatchForChartUnderHtmlRender.patch
>
>
> I have component for use Eclipse BIRT as report builder.
> Features:
> 1. BIRT View Handler
> 2. BIRT Email Service
> I hope contributers contribute it to trunk.
> INSTALLATION
> 1. download birt.zip from attachment file
> 2. extract birt.zip
> 3. copy birt folder to hot-deploy folder
> 4. download Eclipse BIRT runtime from http://download.eclipse.org/birt/downloads/
> 5. extract birt-runtime-x_x_x.zip
> 6. copy all jar file from birt-runtime-x_x_x/ReportEngine/lib folder to hot-deploy/birt/lib folder
> 7. change birt.engine.home property in hot-deploy/birt/config/birt.properties to your ReportEngine path in birt-runtime_x_x_x folder
> 8. add birt-container in ofbiz-container.xml file after beanshell-container container like this
> <container name="birt-container" class="org.ofbiz.birt.container.BirtContainer">
>         <property name="delegator-name" value="default"/>
>         <property name="dispatcher-name" value="birt-dispatcher"/>
>         <property name="delegator-group-helper-name" value="org.ofbiz"/>
>     </container>
> 9. compile birt component
> 10. start ofbiz
> ** I have use birt-runtime version 2.3.1

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


Re: [jira] Commented: (OFBIZ-2347) BIRT Component

Posted by Hans Bakker <ma...@antwebsystems.com>.
Chris, better ask Scott.

On Wed, 2009-12-02 at 06:54 +0000, chris snow (JIRA) wrote:
> [ https://issues.apache.org/jira/browse/OFBIZ-2347?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12784664#action_12784664 ] 
> 
> chris snow commented on OFBIZ-2347:
> -----------------------------------
> 
> Hi Hans,
> 
> Can you please paste a link to the mailing list concerns of Scott as reported in commit r886060.
> 
> Many thanks,
> 
> Chris
> 
> > BIRT Component
> > --------------
> >
> >                 Key: OFBIZ-2347
> >                 URL: https://issues.apache.org/jira/browse/OFBIZ-2347
> >             Project: OFBiz
> >          Issue Type: New Feature
> >    Affects Versions: SVN trunk
> >         Environment: software
> >            Reporter: Chatree Srichart
> >            Assignee: Hans Bakker
> >             Fix For: SVN trunk
> >
> >         Attachments: birt.zip, birtfiles.txt, birtPatchForChartUnderHtmlRender.patch
> >
> >
> > I have component for use Eclipse BIRT as report builder.
> > Features:
> > 1. BIRT View Handler
> > 2. BIRT Email Service
> > I hope contributers contribute it to trunk.
> > INSTALLATION
> > 1. download birt.zip from attachment file
> > 2. extract birt.zip
> > 3. copy birt folder to hot-deploy folder
> > 4. download Eclipse BIRT runtime from http://download.eclipse.org/birt/downloads/
> > 5. extract birt-runtime-x_x_x.zip
> > 6. copy all jar file from birt-runtime-x_x_x/ReportEngine/lib folder to hot-deploy/birt/lib folder
> > 7. change birt.engine.home property in hot-deploy/birt/config/birt.properties to your ReportEngine path in birt-runtime_x_x_x folder
> > 8. add birt-container in ofbiz-container.xml file after beanshell-container container like this
> > <container name="birt-container" class="org.ofbiz.birt.container.BirtContainer">
> >         <property name="delegator-name" value="default"/>
> >         <property name="dispatcher-name" value="birt-dispatcher"/>
> >         <property name="delegator-group-helper-name" value="org.ofbiz"/>
> >     </container>
> > 9. compile birt component
> > 10. start ofbiz
> > ** I have use birt-runtime version 2.3.1
> 
-- 
Antwebsystems.com: Quality OFBiz services for competitive rates


[jira] Commented: (OFBIZ-2347) BIRT Component

Posted by "chris snow (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OFBIZ-2347?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12784664#action_12784664 ] 

chris snow commented on OFBIZ-2347:
-----------------------------------

Hi Hans,

Can you please paste a link to the mailing list concerns of Scott as reported in commit r886060.

Many thanks,

Chris

> BIRT Component
> --------------
>
>                 Key: OFBIZ-2347
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2347
>             Project: OFBiz
>          Issue Type: New Feature
>    Affects Versions: SVN trunk
>         Environment: software
>            Reporter: Chatree Srichart
>            Assignee: Hans Bakker
>             Fix For: SVN trunk
>
>         Attachments: birt.zip, birtfiles.txt, birtPatchForChartUnderHtmlRender.patch
>
>
> I have component for use Eclipse BIRT as report builder.
> Features:
> 1. BIRT View Handler
> 2. BIRT Email Service
> I hope contributers contribute it to trunk.
> INSTALLATION
> 1. download birt.zip from attachment file
> 2. extract birt.zip
> 3. copy birt folder to hot-deploy folder
> 4. download Eclipse BIRT runtime from http://download.eclipse.org/birt/downloads/
> 5. extract birt-runtime-x_x_x.zip
> 6. copy all jar file from birt-runtime-x_x_x/ReportEngine/lib folder to hot-deploy/birt/lib folder
> 7. change birt.engine.home property in hot-deploy/birt/config/birt.properties to your ReportEngine path in birt-runtime_x_x_x folder
> 8. add birt-container in ofbiz-container.xml file after beanshell-container container like this
> <container name="birt-container" class="org.ofbiz.birt.container.BirtContainer">
>         <property name="delegator-name" value="default"/>
>         <property name="dispatcher-name" value="birt-dispatcher"/>
>         <property name="delegator-group-helper-name" value="org.ofbiz"/>
>     </container>
> 9. compile birt component
> 10. start ofbiz
> ** I have use birt-runtime version 2.3.1

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (OFBIZ-2347) BIRT Component

Posted by "chris snow (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OFBIZ-2347?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12770038#action_12770038 ] 

chris snow commented on OFBIZ-2347:
-----------------------------------

I am having a problem passing parameters to a report:

message ERROR rendering error page [/error/error.jsp], but here is the error text: org.eclipse.birt.report.engine.api.impl.ParameterValidationException: Required parameter rpStockRef is not set.

description The server encountered an internal error (ERROR rendering error page [/error/error.jsp], but here is the error text: org.eclipse.birt.report.engine.api.impl.ParameterValidationException: Required parameter rpStockRef is not set.) that prevented it from fulfilling this request.

rpStockRef is the report parameter defined in the report.

This is my form:

<form name="Report1" type="single" target="Report1Action" default-map-name="listName">
  <field name="stockRef"><text-find size="10"/></field>
  <field name=" "><display/></field>
  <field name="showReport" title=" "> 
      <hyperlink target="Report1Action"  description="Display as pdf in new tab" target-window="new"/>
  </field>
  <field name="Submit"><submit/></field>
</form>

The controller:

<request-map uri="Report1Action">
    <security https="true" auth="true"/>
    <event type="service" path="org.ofbiz.snows.snows.snowsServices" invoke="Report1Action"/>
    <response name="success" type="view" value="Report1Action"/>
</request-map>

<view-map name="Report1Action" type="birt" page="component://snows/reports/collection_list.rptdesign" content-type="application/pdf"/>

This works without the service and manadatory parameters on the report. This is the service:

<service name="Report1Action" engine="simple"
        location="org/ofbiz/snows/snows/snowsServices.xml" invoke="Report1Action">
    <description>Report1Action</description>
    <attribute name="birtParameters" type="Map" mode="OUT"/>
</service>

   <simple-method method-name="Report1Action" short-description="Report1Action">        
        <set field="birtParameters.rpStockRef" value="5199A"/>
        <field-to-result field="birtParameters"/>
   </simple-method>

Note that I have hard coded the field value initally. I tried it with the mode set as IN, OUT and INOUT.

> BIRT Component
> --------------
>
>                 Key: OFBIZ-2347
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2347
>             Project: OFBiz
>          Issue Type: New Feature
>    Affects Versions: SVN trunk
>         Environment: software
>            Reporter: Chatree Srichart
>            Assignee: Hans Bakker
>             Fix For: SVN trunk
>
>         Attachments: birt.zip, birtfiles.txt
>
>
> I have component for use Eclipse BIRT as report builder.
> Features:
> 1. BIRT View Handler
> 2. BIRT Email Service
> I hope contributers contribute it to trunk.
> INSTALLATION
> 1. download birt.zip from attachment file
> 2. extract birt.zip
> 3. copy birt folder to hot-deploy folder
> 4. download Eclipse BIRT runtime from http://download.eclipse.org/birt/downloads/
> 5. extract birt-runtime-x_x_x.zip
> 6. copy all jar file from birt-runtime-x_x_x/ReportEngine/lib folder to hot-deploy/birt/lib folder
> 7. change birt.engine.home property in hot-deploy/birt/config/birt.properties to your ReportEngine path in birt-runtime_x_x_x folder
> 8. add birt-container in ofbiz-container.xml file after beanshell-container container like this
> <container name="birt-container" class="org.ofbiz.birt.container.BirtContainer">
>         <property name="delegator-name" value="default"/>
>         <property name="dispatcher-name" value="birt-dispatcher"/>
>         <property name="delegator-group-helper-name" value="org.ofbiz"/>
>     </container>
> 9. compile birt component
> 10. start ofbiz
> ** I have use birt-runtime version 2.3.1

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (OFBIZ-2347) BIRT Component

Posted by "Hans Bakker (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OFBIZ-2347?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Hans Bakker reassigned OFBIZ-2347:
----------------------------------

    Assignee: Hans Bakker

> BIRT Component
> --------------
>
>                 Key: OFBIZ-2347
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2347
>             Project: OFBiz
>          Issue Type: New Feature
>    Affects Versions: SVN trunk
>         Environment: software
>            Reporter: Chatree Srichart
>            Assignee: Hans Bakker
>             Fix For: SVN trunk
>
>         Attachments: birt.zip
>
>
> I have component for use Eclipse BIRT as report builder.
> Features:
> 1. BIRT View Handler
> 2. BIRT Email Service
> I hope contributers contribute it to trunk.
> INSTALLATION
> 1. download birt.zip from attachment file
> 2. extract birt.zip
> 3. copy birt folder to hot-deploy folder
> 4. download Eclipse BIRT runtime from http://download.eclipse.org/birt/downloads/
> 5. extract birt-runtime-x_x_x.zip
> 6. copy all jar file from birt-runtime-x_x_x/ReportEngine/lib folder to hot-deploy/birt/lib folder
> 7. change birt.engine.home property in hot-deploy/birt/config/birt.properties to your ReportEngine path in birt-runtime_x_x_x folder
> 8. add birt-container in ofbiz-container.xml file after beanshell-container container like this
> <container name="birt-container" class="org.ofbiz.birt.container.BirtContainer">
>         <property name="delegator-name" value="default"/>
>         <property name="dispatcher-name" value="birt-dispatcher"/>
>         <property name="delegator-group-helper-name" value="org.ofbiz"/>
>     </container>
> 9. compile birt component
> 10. start ofbiz
> ** I have use birt-runtime version 2.3.1

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (OFBIZ-2347) BIRT Component

Posted by "Hans Bakker (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OFBIZ-2347?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Hans Bakker updated OFBIZ-2347:
-------------------------------

    Attachment: birtfiles.txt

this file contains a list of the files which will be added/modified if birt is added to ofbiz.

> BIRT Component
> --------------
>
>                 Key: OFBIZ-2347
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2347
>             Project: OFBiz
>          Issue Type: New Feature
>    Affects Versions: SVN trunk
>         Environment: software
>            Reporter: Chatree Srichart
>            Assignee: Hans Bakker
>             Fix For: SVN trunk
>
>         Attachments: birt.zip, birtfiles.txt
>
>
> I have component for use Eclipse BIRT as report builder.
> Features:
> 1. BIRT View Handler
> 2. BIRT Email Service
> I hope contributers contribute it to trunk.
> INSTALLATION
> 1. download birt.zip from attachment file
> 2. extract birt.zip
> 3. copy birt folder to hot-deploy folder
> 4. download Eclipse BIRT runtime from http://download.eclipse.org/birt/downloads/
> 5. extract birt-runtime-x_x_x.zip
> 6. copy all jar file from birt-runtime-x_x_x/ReportEngine/lib folder to hot-deploy/birt/lib folder
> 7. change birt.engine.home property in hot-deploy/birt/config/birt.properties to your ReportEngine path in birt-runtime_x_x_x folder
> 8. add birt-container in ofbiz-container.xml file after beanshell-container container like this
> <container name="birt-container" class="org.ofbiz.birt.container.BirtContainer">
>         <property name="delegator-name" value="default"/>
>         <property name="dispatcher-name" value="birt-dispatcher"/>
>         <property name="delegator-group-helper-name" value="org.ofbiz"/>
>     </container>
> 9. compile birt component
> 10. start ofbiz
> ** I have use birt-runtime version 2.3.1

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (OFBIZ-2347) BIRT Component

Posted by "WeizhanGuo (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OFBIZ-2347?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12781739#action_12781739 ] 

WeizhanGuo commented on OFBIZ-2347:
-----------------------------------

Thank you for your good job.

I found a problem when render report using BirtViewHandler.

The BirtViewHandler works well when export report as pdf or word, but the chart can't display if the content-type is text/html.

Have you met this problem?


> BIRT Component
> --------------
>
>                 Key: OFBIZ-2347
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2347
>             Project: OFBiz
>          Issue Type: New Feature
>    Affects Versions: SVN trunk
>         Environment: software
>            Reporter: Chatree Srichart
>            Assignee: Hans Bakker
>             Fix For: SVN trunk
>
>         Attachments: birt.zip, birtfiles.txt
>
>
> I have component for use Eclipse BIRT as report builder.
> Features:
> 1. BIRT View Handler
> 2. BIRT Email Service
> I hope contributers contribute it to trunk.
> INSTALLATION
> 1. download birt.zip from attachment file
> 2. extract birt.zip
> 3. copy birt folder to hot-deploy folder
> 4. download Eclipse BIRT runtime from http://download.eclipse.org/birt/downloads/
> 5. extract birt-runtime-x_x_x.zip
> 6. copy all jar file from birt-runtime-x_x_x/ReportEngine/lib folder to hot-deploy/birt/lib folder
> 7. change birt.engine.home property in hot-deploy/birt/config/birt.properties to your ReportEngine path in birt-runtime_x_x_x folder
> 8. add birt-container in ofbiz-container.xml file after beanshell-container container like this
> <container name="birt-container" class="org.ofbiz.birt.container.BirtContainer">
>         <property name="delegator-name" value="default"/>
>         <property name="dispatcher-name" value="birt-dispatcher"/>
>         <property name="delegator-group-helper-name" value="org.ofbiz"/>
>     </container>
> 9. compile birt component
> 10. start ofbiz
> ** I have use birt-runtime version 2.3.1

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (OFBIZ-2347) BIRT Component

Posted by "Chatree Srichart (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OFBIZ-2347?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12784886#action_12784886 ] 

Chatree Srichart commented on OFBIZ-2347:
-----------------------------------------

Hi, WeizhanGuo 

You don't need jsp tag. You can use freemarker render html and javascript like jsp tag.
When you use report tag, view source from web browser. You can see some html and javascript for render report.

regards,
Chatree Srichart

> BIRT Component
> --------------
>
>                 Key: OFBIZ-2347
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2347
>             Project: OFBiz
>          Issue Type: New Feature
>    Affects Versions: SVN trunk
>         Environment: software
>            Reporter: Chatree Srichart
>            Assignee: Hans Bakker
>             Fix For: SVN trunk
>
>         Attachments: birt.zip, birtfiles.txt, birtPatchForChartUnderHtmlRender.patch
>
>
> I have component for use Eclipse BIRT as report builder.
> Features:
> 1. BIRT View Handler
> 2. BIRT Email Service
> I hope contributers contribute it to trunk.
> INSTALLATION
> 1. download birt.zip from attachment file
> 2. extract birt.zip
> 3. copy birt folder to hot-deploy folder
> 4. download Eclipse BIRT runtime from http://download.eclipse.org/birt/downloads/
> 5. extract birt-runtime-x_x_x.zip
> 6. copy all jar file from birt-runtime-x_x_x/ReportEngine/lib folder to hot-deploy/birt/lib folder
> 7. change birt.engine.home property in hot-deploy/birt/config/birt.properties to your ReportEngine path in birt-runtime_x_x_x folder
> 8. add birt-container in ofbiz-container.xml file after beanshell-container container like this
> <container name="birt-container" class="org.ofbiz.birt.container.BirtContainer">
>         <property name="delegator-name" value="default"/>
>         <property name="dispatcher-name" value="birt-dispatcher"/>
>         <property name="delegator-group-helper-name" value="org.ofbiz"/>
>     </container>
> 9. compile birt component
> 10. start ofbiz
> ** I have use birt-runtime version 2.3.1

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (OFBIZ-2347) BIRT Component

Posted by "chris snow (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OFBIZ-2347?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12768481#action_12768481 ] 

chris snow commented on OFBIZ-2347:
-----------------------------------

Hi Hans,  

I have just tested the webtools version and it is looking good.  This would be a fantastic addition to trunk!

Eventually will you provide an example of a report that uses a form for the user to enter parameters values for the report?

Many thanks,

Chris



> BIRT Component
> --------------
>
>                 Key: OFBIZ-2347
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2347
>             Project: OFBiz
>          Issue Type: New Feature
>    Affects Versions: SVN trunk
>         Environment: software
>            Reporter: Chatree Srichart
>            Assignee: Hans Bakker
>             Fix For: SVN trunk
>
>         Attachments: birt.zip, birtfiles.txt
>
>
> I have component for use Eclipse BIRT as report builder.
> Features:
> 1. BIRT View Handler
> 2. BIRT Email Service
> I hope contributers contribute it to trunk.
> INSTALLATION
> 1. download birt.zip from attachment file
> 2. extract birt.zip
> 3. copy birt folder to hot-deploy folder
> 4. download Eclipse BIRT runtime from http://download.eclipse.org/birt/downloads/
> 5. extract birt-runtime-x_x_x.zip
> 6. copy all jar file from birt-runtime-x_x_x/ReportEngine/lib folder to hot-deploy/birt/lib folder
> 7. change birt.engine.home property in hot-deploy/birt/config/birt.properties to your ReportEngine path in birt-runtime_x_x_x folder
> 8. add birt-container in ofbiz-container.xml file after beanshell-container container like this
> <container name="birt-container" class="org.ofbiz.birt.container.BirtContainer">
>         <property name="delegator-name" value="default"/>
>         <property name="dispatcher-name" value="birt-dispatcher"/>
>         <property name="delegator-group-helper-name" value="org.ofbiz"/>
>     </container>
> 9. compile birt component
> 10. start ofbiz
> ** I have use birt-runtime version 2.3.1

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (OFBIZ-2347) BIRT Component

Posted by "ashish tiwari (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OFBIZ-2347?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12801699#action_12801699 ] 

ashish tiwari commented on OFBIZ-2347:
--------------------------------------

Hi,

I have been trying to display Report generated in RCP designer in OFbiz..The default .rptdesign file provided in ofbiz  Product.rptdesign file is being displayed in ofbiz. But when i create aother .rptfile in RCP designer and try to display it in ofbiz it gives me following exception............

The following items have errors: 


Table (id = 44): 
- An exception occurred during processing. Please see the following message for details:
Cannot find or process the org.eclipse.birt.report.data.oda.jdbc driver's data source extension configuration.
org.eclipse.birt.report.data.oda.jdbc 
exception.error ( 1 time(s) )
detail : org.eclipse.birt.report.engine.api.EngineException: An exception occurred during processing. Please see the following message for details:
Cannot find or process the org.eclipse.birt.report.data.oda.jdbc driver's data source extension configuration.
org.eclipse.birt.report.data.oda.jdbc
	


Please help me out to resolve this problem

> BIRT Component
> --------------
>
>                 Key: OFBIZ-2347
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2347
>             Project: OFBiz
>          Issue Type: New Feature
>    Affects Versions: SVN trunk
>         Environment: software
>            Reporter: Chatree Srichart
>            Assignee: Hans Bakker
>             Fix For: SVN trunk
>
>         Attachments: birt.zip, birtfiles.txt, birtPatchForChartUnderHtmlRender.patch
>
>
> I have component for use Eclipse BIRT as report builder.
> Features:
> 1. BIRT View Handler
> 2. BIRT Email Service
> I hope contributers contribute it to trunk.
> INSTALLATION
> 1. download birt.zip from attachment file
> 2. extract birt.zip
> 3. copy birt folder to hot-deploy folder
> 4. download Eclipse BIRT runtime from http://download.eclipse.org/birt/downloads/
> 5. extract birt-runtime-x_x_x.zip
> 6. copy all jar file from birt-runtime-x_x_x/ReportEngine/lib folder to hot-deploy/birt/lib folder
> 7. change birt.engine.home property in hot-deploy/birt/config/birt.properties to your ReportEngine path in birt-runtime_x_x_x folder
> 8. add birt-container in ofbiz-container.xml file after beanshell-container container like this
> <container name="birt-container" class="org.ofbiz.birt.container.BirtContainer">
>         <property name="delegator-name" value="default"/>
>         <property name="dispatcher-name" value="birt-dispatcher"/>
>         <property name="delegator-group-helper-name" value="org.ofbiz"/>
>     </container>
> 9. compile birt component
> 10. start ofbiz
> ** I have use birt-runtime version 2.3.1

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (OFBIZ-2347) BIRT Component

Posted by "Chatree Srichart (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OFBIZ-2347?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12784700#action_12784700 ] 

Chatree Srichart commented on OFBIZ-2347:
-----------------------------------------

Hi, WeizhanGuo

Your patch about display chart when export the content-type is text/htm.
If it worked, image files on runtime will be placed inside webapp directory, not in OFBiz's runtime directory. This is first problem I was blamed.

I recommend you can use report tag in screen because image will placed inside OFBiz's runtime directory.

> BIRT Component
> --------------
>
>                 Key: OFBIZ-2347
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2347
>             Project: OFBiz
>          Issue Type: New Feature
>    Affects Versions: SVN trunk
>         Environment: software
>            Reporter: Chatree Srichart
>            Assignee: Hans Bakker
>             Fix For: SVN trunk
>
>         Attachments: birt.zip, birtfiles.txt, birtPatchForChartUnderHtmlRender.patch
>
>
> I have component for use Eclipse BIRT as report builder.
> Features:
> 1. BIRT View Handler
> 2. BIRT Email Service
> I hope contributers contribute it to trunk.
> INSTALLATION
> 1. download birt.zip from attachment file
> 2. extract birt.zip
> 3. copy birt folder to hot-deploy folder
> 4. download Eclipse BIRT runtime from http://download.eclipse.org/birt/downloads/
> 5. extract birt-runtime-x_x_x.zip
> 6. copy all jar file from birt-runtime-x_x_x/ReportEngine/lib folder to hot-deploy/birt/lib folder
> 7. change birt.engine.home property in hot-deploy/birt/config/birt.properties to your ReportEngine path in birt-runtime_x_x_x folder
> 8. add birt-container in ofbiz-container.xml file after beanshell-container container like this
> <container name="birt-container" class="org.ofbiz.birt.container.BirtContainer">
>         <property name="delegator-name" value="default"/>
>         <property name="dispatcher-name" value="birt-dispatcher"/>
>         <property name="delegator-group-helper-name" value="org.ofbiz"/>
>     </container>
> 9. compile birt component
> 10. start ofbiz
> ** I have use birt-runtime version 2.3.1

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (OFBIZ-2347) BIRT Component

Posted by "chris snow (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OFBIZ-2347?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12768483#action_12768483 ] 

chris snow commented on OFBIZ-2347:
-----------------------------------

Forget my last comment about an example - I've just seen the help file describing how to do it!

> BIRT Component
> --------------
>
>                 Key: OFBIZ-2347
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2347
>             Project: OFBiz
>          Issue Type: New Feature
>    Affects Versions: SVN trunk
>         Environment: software
>            Reporter: Chatree Srichart
>            Assignee: Hans Bakker
>             Fix For: SVN trunk
>
>         Attachments: birt.zip, birtfiles.txt
>
>
> I have component for use Eclipse BIRT as report builder.
> Features:
> 1. BIRT View Handler
> 2. BIRT Email Service
> I hope contributers contribute it to trunk.
> INSTALLATION
> 1. download birt.zip from attachment file
> 2. extract birt.zip
> 3. copy birt folder to hot-deploy folder
> 4. download Eclipse BIRT runtime from http://download.eclipse.org/birt/downloads/
> 5. extract birt-runtime-x_x_x.zip
> 6. copy all jar file from birt-runtime-x_x_x/ReportEngine/lib folder to hot-deploy/birt/lib folder
> 7. change birt.engine.home property in hot-deploy/birt/config/birt.properties to your ReportEngine path in birt-runtime_x_x_x folder
> 8. add birt-container in ofbiz-container.xml file after beanshell-container container like this
> <container name="birt-container" class="org.ofbiz.birt.container.BirtContainer">
>         <property name="delegator-name" value="default"/>
>         <property name="dispatcher-name" value="birt-dispatcher"/>
>         <property name="delegator-group-helper-name" value="org.ofbiz"/>
>     </container>
> 9. compile birt component
> 10. start ofbiz
> ** I have use birt-runtime version 2.3.1

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (OFBIZ-2347) BIRT Component

Posted by "Chatree Srichart (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OFBIZ-2347?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12772326#action_12772326 ] 

Chatree Srichart commented on OFBIZ-2347:
-----------------------------------------

Hi chris snow.

I tried run your code. It worked fine.

> BIRT Component
> --------------
>
>                 Key: OFBIZ-2347
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2347
>             Project: OFBiz
>          Issue Type: New Feature
>    Affects Versions: SVN trunk
>         Environment: software
>            Reporter: Chatree Srichart
>            Assignee: Hans Bakker
>             Fix For: SVN trunk
>
>         Attachments: birt.zip, birtfiles.txt
>
>
> I have component for use Eclipse BIRT as report builder.
> Features:
> 1. BIRT View Handler
> 2. BIRT Email Service
> I hope contributers contribute it to trunk.
> INSTALLATION
> 1. download birt.zip from attachment file
> 2. extract birt.zip
> 3. copy birt folder to hot-deploy folder
> 4. download Eclipse BIRT runtime from http://download.eclipse.org/birt/downloads/
> 5. extract birt-runtime-x_x_x.zip
> 6. copy all jar file from birt-runtime-x_x_x/ReportEngine/lib folder to hot-deploy/birt/lib folder
> 7. change birt.engine.home property in hot-deploy/birt/config/birt.properties to your ReportEngine path in birt-runtime_x_x_x folder
> 8. add birt-container in ofbiz-container.xml file after beanshell-container container like this
> <container name="birt-container" class="org.ofbiz.birt.container.BirtContainer">
>         <property name="delegator-name" value="default"/>
>         <property name="dispatcher-name" value="birt-dispatcher"/>
>         <property name="delegator-group-helper-name" value="org.ofbiz"/>
>     </container>
> 9. compile birt component
> 10. start ofbiz
> ** I have use birt-runtime version 2.3.1

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (OFBIZ-2347) BIRT Component

Posted by "chris snow (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OFBIZ-2347?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12767017#action_12767017 ] 

chris snow commented on OFBIZ-2347:
-----------------------------------

Hi Hans, how do I get the code in the branch?

Many thanks,

Chris

> BIRT Component
> --------------
>
>                 Key: OFBIZ-2347
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2347
>             Project: OFBiz
>          Issue Type: New Feature
>    Affects Versions: SVN trunk
>         Environment: software
>            Reporter: Chatree Srichart
>            Assignee: Hans Bakker
>             Fix For: SVN trunk
>
>         Attachments: birt.zip, birtfiles.txt
>
>
> I have component for use Eclipse BIRT as report builder.
> Features:
> 1. BIRT View Handler
> 2. BIRT Email Service
> I hope contributers contribute it to trunk.
> INSTALLATION
> 1. download birt.zip from attachment file
> 2. extract birt.zip
> 3. copy birt folder to hot-deploy folder
> 4. download Eclipse BIRT runtime from http://download.eclipse.org/birt/downloads/
> 5. extract birt-runtime-x_x_x.zip
> 6. copy all jar file from birt-runtime-x_x_x/ReportEngine/lib folder to hot-deploy/birt/lib folder
> 7. change birt.engine.home property in hot-deploy/birt/config/birt.properties to your ReportEngine path in birt-runtime_x_x_x folder
> 8. add birt-container in ofbiz-container.xml file after beanshell-container container like this
> <container name="birt-container" class="org.ofbiz.birt.container.BirtContainer">
>         <property name="delegator-name" value="default"/>
>         <property name="dispatcher-name" value="birt-dispatcher"/>
>         <property name="delegator-group-helper-name" value="org.ofbiz"/>
>     </container>
> 9. compile birt component
> 10. start ofbiz
> ** I have use birt-runtime version 2.3.1

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (OFBIZ-2347) BIRT Component

Posted by "chris snow (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OFBIZ-2347?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12784516#action_12784516 ] 

chris snow commented on OFBIZ-2347:
-----------------------------------

Is it possible to pass in parameters using the ParamTag? e.g.


<#assign birt = JspTaglibs["/WEB-INF/birt.tld"]/>

<@birt.viewer id="birtViewer"
    reportDesign="component://birt/webapp/birt/report/productParams.rptdesign"
    baseURL="/birt"
    height="700"
    width="900"
    format="html">
    <@birt.param name="productTypeId" value="FINISHED_GOODS"></...@birt.param>
</...@birt.viewer>


> BIRT Component
> --------------
>
>                 Key: OFBIZ-2347
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2347
>             Project: OFBiz
>          Issue Type: New Feature
>    Affects Versions: SVN trunk
>         Environment: software
>            Reporter: Chatree Srichart
>            Assignee: Hans Bakker
>             Fix For: SVN trunk
>
>         Attachments: birt.zip, birtfiles.txt, birtPatchForChartUnderHtmlRender.patch
>
>
> I have component for use Eclipse BIRT as report builder.
> Features:
> 1. BIRT View Handler
> 2. BIRT Email Service
> I hope contributers contribute it to trunk.
> INSTALLATION
> 1. download birt.zip from attachment file
> 2. extract birt.zip
> 3. copy birt folder to hot-deploy folder
> 4. download Eclipse BIRT runtime from http://download.eclipse.org/birt/downloads/
> 5. extract birt-runtime-x_x_x.zip
> 6. copy all jar file from birt-runtime-x_x_x/ReportEngine/lib folder to hot-deploy/birt/lib folder
> 7. change birt.engine.home property in hot-deploy/birt/config/birt.properties to your ReportEngine path in birt-runtime_x_x_x folder
> 8. add birt-container in ofbiz-container.xml file after beanshell-container container like this
> <container name="birt-container" class="org.ofbiz.birt.container.BirtContainer">
>         <property name="delegator-name" value="default"/>
>         <property name="dispatcher-name" value="birt-dispatcher"/>
>         <property name="delegator-group-helper-name" value="org.ofbiz"/>
>     </container>
> 9. compile birt component
> 10. start ofbiz
> ** I have use birt-runtime version 2.3.1

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Issue Comment Edited: (OFBIZ-2347) BIRT Component

Posted by "Chatree Srichart (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OFBIZ-2347?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12772326#action_12772326 ] 

Chatree Srichart edited comment on OFBIZ-2347 at 11/1/09 2:58 PM:
------------------------------------------------------------------

Hi chris snow.

I tried run your code. It worked fine. It can put parameters in service through request's attribute named "birtParameters".

      was (Author: chatree):
    Hi chris snow.

I tried run your code. It worked fine. It can put parameters in service though request's attribute named "birtParameters".
  
> BIRT Component
> --------------
>
>                 Key: OFBIZ-2347
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2347
>             Project: OFBiz
>          Issue Type: New Feature
>    Affects Versions: SVN trunk
>         Environment: software
>            Reporter: Chatree Srichart
>            Assignee: Hans Bakker
>             Fix For: SVN trunk
>
>         Attachments: birt.zip, birtfiles.txt
>
>
> I have component for use Eclipse BIRT as report builder.
> Features:
> 1. BIRT View Handler
> 2. BIRT Email Service
> I hope contributers contribute it to trunk.
> INSTALLATION
> 1. download birt.zip from attachment file
> 2. extract birt.zip
> 3. copy birt folder to hot-deploy folder
> 4. download Eclipse BIRT runtime from http://download.eclipse.org/birt/downloads/
> 5. extract birt-runtime-x_x_x.zip
> 6. copy all jar file from birt-runtime-x_x_x/ReportEngine/lib folder to hot-deploy/birt/lib folder
> 7. change birt.engine.home property in hot-deploy/birt/config/birt.properties to your ReportEngine path in birt-runtime_x_x_x folder
> 8. add birt-container in ofbiz-container.xml file after beanshell-container container like this
> <container name="birt-container" class="org.ofbiz.birt.container.BirtContainer">
>         <property name="delegator-name" value="default"/>
>         <property name="dispatcher-name" value="birt-dispatcher"/>
>         <property name="delegator-group-helper-name" value="org.ofbiz"/>
>     </container>
> 9. compile birt component
> 10. start ofbiz
> ** I have use birt-runtime version 2.3.1

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (OFBIZ-2347) BIRT Component

Posted by "Hans Bakker (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OFBIZ-2347?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12767028#action_12767028 ] 

Hans Bakker commented on OFBIZ-2347:
------------------------------------

Hi Chris,

Bruno gave you the way to try it out; the svn download also contains
ofbiz itself. The birt addition is not yet in the trunk, that will only
happen if the community agrees with it, because it rather a large
addition.... We are currently improving it....

Regards,
Hans




> BIRT Component
> --------------
>
>                 Key: OFBIZ-2347
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2347
>             Project: OFBiz
>          Issue Type: New Feature
>    Affects Versions: SVN trunk
>         Environment: software
>            Reporter: Chatree Srichart
>            Assignee: Hans Bakker
>             Fix For: SVN trunk
>
>         Attachments: birt.zip, birtfiles.txt
>
>
> I have component for use Eclipse BIRT as report builder.
> Features:
> 1. BIRT View Handler
> 2. BIRT Email Service
> I hope contributers contribute it to trunk.
> INSTALLATION
> 1. download birt.zip from attachment file
> 2. extract birt.zip
> 3. copy birt folder to hot-deploy folder
> 4. download Eclipse BIRT runtime from http://download.eclipse.org/birt/downloads/
> 5. extract birt-runtime-x_x_x.zip
> 6. copy all jar file from birt-runtime-x_x_x/ReportEngine/lib folder to hot-deploy/birt/lib folder
> 7. change birt.engine.home property in hot-deploy/birt/config/birt.properties to your ReportEngine path in birt-runtime_x_x_x folder
> 8. add birt-container in ofbiz-container.xml file after beanshell-container container like this
> <container name="birt-container" class="org.ofbiz.birt.container.BirtContainer">
>         <property name="delegator-name" value="default"/>
>         <property name="dispatcher-name" value="birt-dispatcher"/>
>         <property name="delegator-group-helper-name" value="org.ofbiz"/>
>     </container>
> 9. compile birt component
> 10. start ofbiz
> ** I have use birt-runtime version 2.3.1

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (OFBIZ-2347) BIRT Component

Posted by "Jacopo Cappellato (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OFBIZ-2347?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12702000#action_12702000 ] 

Jacopo Cappellato commented on OFBIZ-2347:
------------------------------------------

Thanks Chatree.
Could you please re attach the file to this page, but setting "Grant ASF License" check?
It is important because if you don't grant this then we will not be able to commit it to the trunk.

Thanks

> BIRT Component
> --------------
>
>                 Key: OFBIZ-2347
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2347
>             Project: OFBiz
>          Issue Type: New Feature
>    Affects Versions: SVN trunk
>         Environment: software
>            Reporter: Chatree Srichart
>             Fix For: SVN trunk
>
>         Attachments: birt.zip
>
>
> I have component for use Eclipse BIRT as report builder.
> Features:
> 1. BIRT View Handler
> 2. BIRT Email Service
> I hope contributers contribute it to trunk.
> INSTALLATION
> 1. download birt.zip from attachment file
> 2. extract birt.zip
> 3. copy birt folder to hot-deploy folder
> 4. download Eclipse BIRT runtime from http://download.eclipse.org/birt/downloads/
> 5. extract birt-runtime-x_x_x.zip
> 6. copy all jar file from birt-runtime-x_x_x/ReportEngine/lib folder to hot-deploy/birt/lib folder
> 7. change birt.engine.home property in hot-deploy/birt/config/birt.properties to your ReportEngine path in birt-runtime_x_x_x folder
> 8. add birt-container in ofbiz-container.xml file after beanshell-container container like this
> <container name="birt-container" class="org.ofbiz.birt.container.BirtContainer">
>         <property name="delegator-name" value="default"/>
>         <property name="dispatcher-name" value="birt-dispatcher"/>
>         <property name="delegator-group-helper-name" value="org.ofbiz"/>
>     </container>
> 9. compile birt component
> 10. start ofbiz

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.