|
Erwan de FERRIERES wrote:
> Hans, > > why not integrate in the trunk evertything related to BIRT, except the > litigious files, and add an ant task to download them, with a question > like "do you accept the eclipse licence ?". This way, OFBiz will still > provide only Apache 2 contents, and if someone wants more, he has to do > it himself. Devil's advocate here... Scott and I looked at birt, and discovered these license problems *very* quickly. They should have been fixed long before the rest of us(the ofbiz community) was even asked to look at the branch. This makes me feel that there are a *lot* *more* issues hiding in the rafters. And, from a practical point, I would vote no to doing what you suggest. |
|
In reply to this post by Adam Heath-2
On 2/12/2009, at 9:28 PM, Adam Heath wrote:
> Hans Bakker wrote: >> 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) > > Bother. Just because it's in a branch, doesn't mean it is not part of > ofbiz. There is just one repository, it's all ofbiz. All branches, > all tags, all revisions. > > These licensing issues should have been fixed before it was ever > committed into the repository. if it doesn't make it into the trunk soon I would prefer to see the branch removed completely. |
|
Scott Gray wrote:
> On 2/12/2009, at 9:28 PM, Adam Heath wrote: > >> Hans Bakker wrote: >>> 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) >> >> Bother. Just because it's in a branch, doesn't mean it is not part of >> ofbiz. There is just one repository, it's all ofbiz. All branches, >> all tags, all revisions. >> >> These licensing issues should have been fixed before it was ever >> committed into the repository. > > +1, it shouldn't be in a branch if it doesn't comply with the ASL and if > it doesn't make it into the trunk soon I would prefer to see the branch > removed completely. Unfortunately, the damage is already done at that point. It exists in the past, for anyone to see. svn is copy-on-write, you can't change the past. I have no problems with just about anything being in a branch. Call me fucked up, make plans to blow up the world, I don't care. But license issues absolutely *must* be fixed *before* others even see it. And if others in this community disagree, then I'm sorry, you're wrong. It's not an ofbiz policy. And even if it were *just* an ofbiz policy, it's a policy that ofbiz has decided to follow, and being a member of the community means you agreed to follow it as well. |
|
In reply to this post by Nicolas Malin (Jira)
[ 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. |
|
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 |
|
In reply to this post by Nicolas Malin (Jira)
[ 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. |
|
In reply to this post by Nicolas Malin (Jira)
[ 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. |
|
In reply to this post by Nicolas Malin (Jira)
[ 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. |
|
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 |
|
In reply to this post by Adam Heath-2
+1
Cheers, Ruppert -- Tim Ruppert HotWax Media http://www.hotwaxmedia.com o:801.649.6594 f:801.649.6595 On Dec 2, 2009, at 1:38 AM, Adam Heath wrote: > Scott Gray wrote: >> On 2/12/2009, at 9:28 PM, Adam Heath wrote: >> >>> Hans Bakker wrote: >>>> 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) >>> >>> Bother. Just because it's in a branch, doesn't mean it is not >>> part of >>> ofbiz. There is just one repository, it's all ofbiz. All branches, >>> all tags, all revisions. >>> >>> These licensing issues should have been fixed before it was ever >>> committed into the repository. >> >> +1, it shouldn't be in a branch if it doesn't comply with the ASL >> and if >> it doesn't make it into the trunk soon I would prefer to see the >> branch >> removed completely. > > Unfortunately, the damage is already done at that point. It exists in > the past, for anyone to see. svn is copy-on-write, you can't change > the past. > > I have no problems with just about anything being in a branch. Call > me fucked up, make plans to blow up the world, I don't care. But > license issues absolutely *must* be fixed *before* others even see it. > And if others in this community disagree, then I'm sorry, you're > wrong. It's not an ofbiz policy. And even if it were *just* an ofbiz > policy, it's a policy that ofbiz has decided to follow, and being a > member of the community means you agreed to follow it as well. |
|
In reply to this post by hans_bakker
+1
Look forward to that. -- Regards, Michael Xu (xudong) www.wizitsoft.com On Wed, Dec 2, 2009 at 9:49 PM, Hans Bakker <[hidden email]>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 > > |
|
Administrator
|
In reply to this post by Adam Heath-2
From: "Adam Heath" <[hidden email]>
> Scott Gray wrote: >> On 2/12/2009, at 9:28 PM, Adam Heath wrote: >> >>> Hans Bakker wrote: >>>> 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) >>> >>> Bother. Just because it's in a branch, doesn't mean it is not part of >>> ofbiz. There is just one repository, it's all ofbiz. All branches, >>> all tags, all revisions. >>> >>> These licensing issues should have been fixed before it was ever >>> committed into the repository. >> >> +1, it shouldn't be in a branch if it doesn't comply with the ASL and if >> it doesn't make it into the trunk soon I would prefer to see the branch >> removed completely. > > Unfortunately, the damage is already done at that point. It exists in > the past, for anyone to see. svn is copy-on-write, you can't change > the past. > > I have no problems with just about anything being in a branch. Call > me fucked up, make plans to blow up the world, I don't care. But Please don't blow up the world :) Jacques > license issues absolutely *must* be fixed *before* others even see it. > And if others in this community disagree, then I'm sorry, you're > wrong. It's not an ofbiz policy. And even if it were *just* an ofbiz > policy, it's a policy that ofbiz has decided to follow, and being a > member of the community means you agreed to follow it as well. > |
|
Jacques Le Roux wrote:
>> I have no problems with just about anything being in a branch. Call >> me fucked up, make plans to blow up the world, I don't care. But > > Please don't blow up the world :) Making plans is not actually doing it. |
|
In reply to this post by Nicolas Malin (Jira)
[ 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. |
|
In reply to this post by Nicolas Malin (Jira)
[ 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. |
|
In reply to this post by Nicolas Malin (Jira)
[ 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. |
|
In reply to this post by Nicolas Malin (Jira)
[ 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. |
|
In reply to this post by Nicolas Malin (Jira)
[ 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. |
|
In reply to this post by Nicolas Malin (Jira)
[ 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. |
| Free forum by Nabble | Edit this page |
