You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Marco Risaliti (JIRA)" <ji...@apache.org> on 2006/10/26 22:22:16 UTC

[jira] Created: (OFBIZ-408) Remove Jasper Report from OFBIZ

Remove Jasper Report from OFBIZ
-------------------------------

                 Key: OFBIZ-408
                 URL: http://issues.apache.org/jira/browse/OFBIZ-408
             Project: OFBiz (The Open for Business Project)
          Issue Type: Task
          Components: framework, order
    Affects Versions: SVN trunk
            Reporter: Marco Risaliti
            Priority: Trivial
         Attachments: remove_jasper_report.patch

In OFBIZ there is only two Jasper Reports in the order component and both of them are for demonstration purposes only contributed by Britton LaRoche.
For run those two reports you have to manually execute the request orderreportlist from the order report application.
They are the only ones reports remaining that still use Jasper Report and so I propose this patch to remove those from the SVN.
If this patch will be applied to SVN the only reference to Jasper Report that still remains in OFBIZ are:

- JasperReportsPdfViewHandler.java
- JasperReportsXmlViewHandler.java

Does it make sense for you to remove from OPTIONAL_LIBRARIES the reference to JasperReports ?

Thanks in advance
Marco

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Closed: (OFBIZ-408) Remove Jasper Report from OFBIZ

Posted by "Jacopo Cappellato (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/OFBIZ-408?page=all ]

Jacopo Cappellato closed OFBIZ-408.
-----------------------------------

    Resolution: Fixed

I've commented out the controller's entries in rev. 468304

> Remove Jasper Report from OFBIZ
> -------------------------------
>
>                 Key: OFBIZ-408
>                 URL: http://issues.apache.org/jira/browse/OFBIZ-408
>             Project: OFBiz (The Open for Business Project)
>          Issue Type: Task
>          Components: framework, order
>    Affects Versions: SVN trunk
>            Reporter: Marco Risaliti
>         Assigned To: Jacopo Cappellato
>            Priority: Trivial
>         Attachments: remove_jasper_report.patch
>
>
> In OFBIZ there is only two Jasper Reports in the order component and both of them are for demonstration purposes only contributed by Britton LaRoche.
> For run those two reports you have to manually execute the request orderreportlist from the order report application.
> They are the only ones reports remaining that still use Jasper Report and so I propose this patch to remove those from the SVN.
> If this patch will be applied to SVN the only reference to Jasper Report that still remains in OFBIZ are:
> - JasperReportsPdfViewHandler.java
> - JasperReportsXmlViewHandler.java
> Does it make sense for you to remove from OPTIONAL_LIBRARIES the reference to JasperReports ?
> Thanks in advance
> Marco

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (OFBIZ-408) Remove Jasper Report from OFBIZ

Posted by "Marco Risaliti (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/OFBIZ-408?page=all ]

Marco Risaliti updated OFBIZ-408:
---------------------------------

    Attachment: remove_jasper_report.patch

> Remove Jasper Report from OFBIZ
> -------------------------------
>
>                 Key: OFBIZ-408
>                 URL: http://issues.apache.org/jira/browse/OFBIZ-408
>             Project: OFBiz (The Open for Business Project)
>          Issue Type: Task
>          Components: framework, order
>    Affects Versions: SVN trunk
>            Reporter: Marco Risaliti
>            Priority: Trivial
>         Attachments: remove_jasper_report.patch
>
>
> In OFBIZ there is only two Jasper Reports in the order component and both of them are for demonstration purposes only contributed by Britton LaRoche.
> For run those two reports you have to manually execute the request orderreportlist from the order report application.
> They are the only ones reports remaining that still use Jasper Report and so I propose this patch to remove those from the SVN.
> If this patch will be applied to SVN the only reference to Jasper Report that still remains in OFBIZ are:
> - JasperReportsPdfViewHandler.java
> - JasperReportsXmlViewHandler.java
> Does it make sense for you to remove from OPTIONAL_LIBRARIES the reference to JasperReports ?
> Thanks in advance
> Marco

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (OFBIZ-408) Remove Jasper Report from OFBIZ

Posted by "Marco Risaliti (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/OFBIZ-408?page=comments#action_12445131 ] 
            
Marco Risaliti commented on OFBIZ-408:
--------------------------------------

Hi Jacopo - David,

first of all thanks a lot for your work, I have only one question about this issue.
Why don't we remove also the following files from SVN.


applications\order\webapp\ordermgr\reports\orderitemreport.xml
applications\order\webapp\ordermgr\reports\orderreport.xml
applications\order\webapp\ordermgr\reports\reportlist.ftl
applications\order\webapp\ordermgr\WEB-INF\actions\reports.bsh
applications\order\widget\ordermgr\OrderReportScreens.xml

They are demonstration purpose only and they are also not working because they have problems into the definition (not correct band-height) and one missing field (shipCarrier).
They are also has been replaced by the new FOP reports into the order application.

Are you agree to remove those reports and forms that now also can be called because the view/request on the controller.xml has been removed.

Thanks a lot
Marco


> Remove Jasper Report from OFBIZ
> -------------------------------
>
>                 Key: OFBIZ-408
>                 URL: http://issues.apache.org/jira/browse/OFBIZ-408
>             Project: OFBiz (The Open for Business Project)
>          Issue Type: Task
>          Components: framework, order
>    Affects Versions: SVN trunk
>            Reporter: Marco Risaliti
>         Assigned To: Jacopo Cappellato
>            Priority: Trivial
>         Attachments: remove_jasper_report.patch
>
>
> In OFBIZ there is only two Jasper Reports in the order component and both of them are for demonstration purposes only contributed by Britton LaRoche.
> For run those two reports you have to manually execute the request orderreportlist from the order report application.
> They are the only ones reports remaining that still use Jasper Report and so I propose this patch to remove those from the SVN.
> If this patch will be applied to SVN the only reference to Jasper Report that still remains in OFBIZ are:
> - JasperReportsPdfViewHandler.java
> - JasperReportsXmlViewHandler.java
> Does it make sense for you to remove from OPTIONAL_LIBRARIES the reference to JasperReports ?
> Thanks in advance
> Marco

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (OFBIZ-408) Remove Jasper Report from OFBIZ

Posted by "Jacopo Cappellato (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/OFBIZ-408?page=comments#action_12445074 ] 
            
Jacopo Cappellato commented on OFBIZ-408:
-----------------------------------------

Marco,

I think that, even if not currently used by any of the standard OFBiz's applications, it's nice to have the JasperReport plugin as an optional tool.
So I'd leave as is the note in the OPTIONAL_LIBRARIES file and the two JasperReport classes (JasperReportsPdfViewHandler.java, JasperReportsXmlViewHandler.java).

About the two reports in the order component: it would be nice to cleanup the JasperReport entries from the controller (in fact that reports are really just examples of how to create a report with such tools) but I don't know if we should actually remove the files from SVN or just leave them in and add a comment in them that explains what these files are...

Opinions?

Jacopo


> Remove Jasper Report from OFBIZ
> -------------------------------
>
>                 Key: OFBIZ-408
>                 URL: http://issues.apache.org/jira/browse/OFBIZ-408
>             Project: OFBiz (The Open for Business Project)
>          Issue Type: Task
>          Components: framework, order
>    Affects Versions: SVN trunk
>            Reporter: Marco Risaliti
>            Priority: Trivial
>         Attachments: remove_jasper_report.patch
>
>
> In OFBIZ there is only two Jasper Reports in the order component and both of them are for demonstration purposes only contributed by Britton LaRoche.
> For run those two reports you have to manually execute the request orderreportlist from the order report application.
> They are the only ones reports remaining that still use Jasper Report and so I propose this patch to remove those from the SVN.
> If this patch will be applied to SVN the only reference to Jasper Report that still remains in OFBIZ are:
> - JasperReportsPdfViewHandler.java
> - JasperReportsXmlViewHandler.java
> Does it make sense for you to remove from OPTIONAL_LIBRARIES the reference to JasperReports ?
> Thanks in advance
> Marco

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Re: [jira] Commented: (OFBIZ-408) Remove Jasper Report from OFBIZ

Posted by "mrisaliti@libero.it" <mr...@libero.it>.
Yes, I agree with you to let's leave there for now.

Thanks
Marco

Il giorno 27/ott/06, alle ore 16:08, David E Jones ha scritto:

>
> They depend on things in the order component, so wouldn't be  
> appropriate in the example component.
>
> If someone wanted to implement some reports based on the Example  
> entities to put in the example component, that would be fine.
>
> -David
>
>
> On Oct 27, 2006, at 8:04 AM, Chris Howe (JIRA) wrote:
>
>>     [ http://issues.apache.org/jira/browse/OFBIZ-408? 
>> page=comments#action_12445192 ]
>>
>> Chris Howe commented on OFBIZ-408:
>> ----------------------------------
>>
>> How 'bout moving these examples to the examples component?
>>
>>> Remove Jasper Report from OFBIZ
>>> -------------------------------
>>>
>>>                 Key: OFBIZ-408
>>>                 URL: http://issues.apache.org/jira/browse/OFBIZ-408
>>>             Project: OFBiz (The Open for Business Project)
>>>          Issue Type: Task
>>>          Components: framework, order
>>>    Affects Versions: SVN trunk
>>>            Reporter: Marco Risaliti
>>>         Assigned To: Jacopo Cappellato
>>>            Priority: Trivial
>>>         Attachments: remove_jasper_report.patch
>>>
>>>
>>> In OFBIZ there is only two Jasper Reports in the order component  
>>> and both of them are for demonstration purposes only contributed  
>>> by Britton LaRoche.
>>> For run those two reports you have to manually execute the  
>>> request orderreportlist from the order report application.
>>> They are the only ones reports remaining that still use Jasper  
>>> Report and so I propose this patch to remove those from the SVN.
>>> If this patch will be applied to SVN the only reference to Jasper  
>>> Report that still remains in OFBIZ are:
>>> - JasperReportsPdfViewHandler.java
>>> - JasperReportsXmlViewHandler.java
>>> Does it make sense for you to remove from OPTIONAL_LIBRARIES the  
>>> reference to JasperReports ?
>>> Thanks in advance
>>> Marco
>>
>> -- 
>> This message is automatically generated by JIRA.
>> -
>> If you think it was sent incorrectly contact one of the  
>> administrators: http://issues.apache.org/jira/secure/ 
>> Administrators.jspa
>> -
>> For more information on JIRA, see: http://www.atlassian.com/ 
>> software/jira
>>
>>
>


Re: [jira] Commented: (OFBIZ-408) Remove Jasper Report from OFBIZ

Posted by David E Jones <jo...@undersunconsulting.com>.
They depend on things in the order component, so wouldn't be  
appropriate in the example component.

If someone wanted to implement some reports based on the Example  
entities to put in the example component, that would be fine.

-David


On Oct 27, 2006, at 8:04 AM, Chris Howe (JIRA) wrote:

>     [ http://issues.apache.org/jira/browse/OFBIZ-408? 
> page=comments#action_12445192 ]
>
> Chris Howe commented on OFBIZ-408:
> ----------------------------------
>
> How 'bout moving these examples to the examples component?
>
>> Remove Jasper Report from OFBIZ
>> -------------------------------
>>
>>                 Key: OFBIZ-408
>>                 URL: http://issues.apache.org/jira/browse/OFBIZ-408
>>             Project: OFBiz (The Open for Business Project)
>>          Issue Type: Task
>>          Components: framework, order
>>    Affects Versions: SVN trunk
>>            Reporter: Marco Risaliti
>>         Assigned To: Jacopo Cappellato
>>            Priority: Trivial
>>         Attachments: remove_jasper_report.patch
>>
>>
>> In OFBIZ there is only two Jasper Reports in the order component  
>> and both of them are for demonstration purposes only contributed  
>> by Britton LaRoche.
>> For run those two reports you have to manually execute the request  
>> orderreportlist from the order report application.
>> They are the only ones reports remaining that still use Jasper  
>> Report and so I propose this patch to remove those from the SVN.
>> If this patch will be applied to SVN the only reference to Jasper  
>> Report that still remains in OFBIZ are:
>> - JasperReportsPdfViewHandler.java
>> - JasperReportsXmlViewHandler.java
>> Does it make sense for you to remove from OPTIONAL_LIBRARIES the  
>> reference to JasperReports ?
>> Thanks in advance
>> Marco
>
> -- 
> This message is automatically generated by JIRA.
> -
> If you think it was sent incorrectly contact one of the  
> administrators: http://issues.apache.org/jira/secure/ 
> Administrators.jspa
> -
> For more information on JIRA, see: http://www.atlassian.com/ 
> software/jira
>
>


[jira] Commented: (OFBIZ-408) Remove Jasper Report from OFBIZ

Posted by "Chris Howe (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/OFBIZ-408?page=comments#action_12445192 ] 
            
Chris Howe commented on OFBIZ-408:
----------------------------------

How 'bout moving these examples to the examples component?

> Remove Jasper Report from OFBIZ
> -------------------------------
>
>                 Key: OFBIZ-408
>                 URL: http://issues.apache.org/jira/browse/OFBIZ-408
>             Project: OFBiz (The Open for Business Project)
>          Issue Type: Task
>          Components: framework, order
>    Affects Versions: SVN trunk
>            Reporter: Marco Risaliti
>         Assigned To: Jacopo Cappellato
>            Priority: Trivial
>         Attachments: remove_jasper_report.patch
>
>
> In OFBIZ there is only two Jasper Reports in the order component and both of them are for demonstration purposes only contributed by Britton LaRoche.
> For run those two reports you have to manually execute the request orderreportlist from the order report application.
> They are the only ones reports remaining that still use Jasper Report and so I propose this patch to remove those from the SVN.
> If this patch will be applied to SVN the only reference to Jasper Report that still remains in OFBIZ are:
> - JasperReportsPdfViewHandler.java
> - JasperReportsXmlViewHandler.java
> Does it make sense for you to remove from OPTIONAL_LIBRARIES the reference to JasperReports ?
> Thanks in advance
> Marco

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (OFBIZ-408) Remove Jasper Report from OFBIZ

Posted by "David E. Jones (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/OFBIZ-408?page=comments#action_12445190 ] 
            
David E. Jones commented on OFBIZ-408:
--------------------------------------

Somewhere or other we need some example of how to use JasperReports "the OFBiz way", ie using the OFBiz integration. If these are all that's left, let's leave them.

> Remove Jasper Report from OFBIZ
> -------------------------------
>
>                 Key: OFBIZ-408
>                 URL: http://issues.apache.org/jira/browse/OFBIZ-408
>             Project: OFBiz (The Open for Business Project)
>          Issue Type: Task
>          Components: framework, order
>    Affects Versions: SVN trunk
>            Reporter: Marco Risaliti
>         Assigned To: Jacopo Cappellato
>            Priority: Trivial
>         Attachments: remove_jasper_report.patch
>
>
> In OFBIZ there is only two Jasper Reports in the order component and both of them are for demonstration purposes only contributed by Britton LaRoche.
> For run those two reports you have to manually execute the request orderreportlist from the order report application.
> They are the only ones reports remaining that still use Jasper Report and so I propose this patch to remove those from the SVN.
> If this patch will be applied to SVN the only reference to Jasper Report that still remains in OFBIZ are:
> - JasperReportsPdfViewHandler.java
> - JasperReportsXmlViewHandler.java
> Does it make sense for you to remove from OPTIONAL_LIBRARIES the reference to JasperReports ?
> Thanks in advance
> Marco

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (OFBIZ-408) Remove Jasper Report from OFBIZ

Posted by "David E. Jones (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/OFBIZ-408?page=comments#action_12445099 ] 
            
David E. Jones commented on OFBIZ-408:
--------------------------------------

I'd say there is a very good chance that people will want to use JasperReports with OFBiz. Because of that I'd really rather see these things stay in SVN, but commenting out the controller entries to avoid the startup warnings would be fine, and maybe even a good idea.

> Remove Jasper Report from OFBIZ
> -------------------------------
>
>                 Key: OFBIZ-408
>                 URL: http://issues.apache.org/jira/browse/OFBIZ-408
>             Project: OFBiz (The Open for Business Project)
>          Issue Type: Task
>          Components: framework, order
>    Affects Versions: SVN trunk
>            Reporter: Marco Risaliti
>            Priority: Trivial
>         Attachments: remove_jasper_report.patch
>
>
> In OFBIZ there is only two Jasper Reports in the order component and both of them are for demonstration purposes only contributed by Britton LaRoche.
> For run those two reports you have to manually execute the request orderreportlist from the order report application.
> They are the only ones reports remaining that still use Jasper Report and so I propose this patch to remove those from the SVN.
> If this patch will be applied to SVN the only reference to Jasper Report that still remains in OFBIZ are:
> - JasperReportsPdfViewHandler.java
> - JasperReportsXmlViewHandler.java
> Does it make sense for you to remove from OPTIONAL_LIBRARIES the reference to JasperReports ?
> Thanks in advance
> Marco

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Assigned: (OFBIZ-408) Remove Jasper Report from OFBIZ

Posted by "Jacopo Cappellato (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/OFBIZ-408?page=all ]

Jacopo Cappellato reassigned OFBIZ-408:
---------------------------------------

    Assignee: Jacopo Cappellato

> Remove Jasper Report from OFBIZ
> -------------------------------
>
>                 Key: OFBIZ-408
>                 URL: http://issues.apache.org/jira/browse/OFBIZ-408
>             Project: OFBiz (The Open for Business Project)
>          Issue Type: Task
>          Components: framework, order
>    Affects Versions: SVN trunk
>            Reporter: Marco Risaliti
>         Assigned To: Jacopo Cappellato
>            Priority: Trivial
>         Attachments: remove_jasper_report.patch
>
>
> In OFBIZ there is only two Jasper Reports in the order component and both of them are for demonstration purposes only contributed by Britton LaRoche.
> For run those two reports you have to manually execute the request orderreportlist from the order report application.
> They are the only ones reports remaining that still use Jasper Report and so I propose this patch to remove those from the SVN.
> If this patch will be applied to SVN the only reference to Jasper Report that still remains in OFBIZ are:
> - JasperReportsPdfViewHandler.java
> - JasperReportsXmlViewHandler.java
> Does it make sense for you to remove from OPTIONAL_LIBRARIES the reference to JasperReports ?
> Thanks in advance
> Marco

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira