Hi Viswanath,
You can look the existing addons to load jasper on OFBiz : http://addons.neogia.org/addons/jasperReport/1.1.5/ Nicolas Le 01/11/2011 10:49, viswanath a écrit : > Dear All, > > Can any one help me with integrating jasper with ofbiz by step > by step process, so that i can run the jasper reports in order manager > > > > > > Regards, > Viswanath > > -- > View this message in context: http://ofbiz.135035.n4.nabble.com/Jasper-intergration-with-ofbiz-tp3962952p3962952.html > Sent from the OFBiz - Dev mailing list archive at Nabble.com. -- Nicolas MALIN Consultant Tél : 06.17.66.40.06 Site projet : http://www.neogia.org/ ------- Société LibrenBerry Tél : 02.48.02.56.12 Site : http://www.librenberry.net/ |
You might find reading OPTIONAL_LIBRARIES file in the OFBiz home
directory helpful. Cheers, Anne. On 2 November 2011 19:17, Nicolas Malin <[hidden email]> wrote: > Hi Viswanath, > > You can look the existing addons to load jasper on OFBiz : > http://addons.neogia.org/addons/jasperReport/1.1.5/ > > Nicolas > > Le 01/11/2011 10:49, viswanath a écrit : >> >> Dear All, >> >> Can any one help me with integrating jasper with ofbiz by step >> by step process, so that i can run the jasper reports in order manager >> >> >> >> >> >> Regards, >> Viswanath >> >> -- >> View this message in context: >> http://ofbiz.135035.n4.nabble.com/Jasper-intergration-with-ofbiz-tp3962952p3962952.html >> Sent from the OFBiz - Dev mailing list archive at Nabble.com. > > > -- > Nicolas MALIN > Consultant > Tél : 06.17.66.40.06 > Site projet : http://www.neogia.org/ > ------- > Société LibrenBerry > Tél : 02.48.02.56.12 > Site : http://www.librenberry.net/ > > -- Coherent Software Australia Pty Ltd PO Box 2773 Cheltenham Vic 3192 Phone: (03) 9585 6788 Fax: (03) 9585 1086 Web: http://www.cohsoft.com.au/ Email: [hidden email] Bonsai ERP, the all-inclusive ERP system http://www.bonsaierp.com.au/ |
In reply to this post by Malin Nicolas
Hi Nicolas,
Thanks for your mail, i have loaded all the jar files, but i cant run the jasper report in order manager which given for demonstration purpose, i am getting the following exception, please guide me. org.ofbiz.webapp.event.EventHandlerException: BSF Error (exception from Groovy: org.codehaus.groovy.control.MultipleCompilationErrorsException: startup failed: Open_For_Business___Order_Manager__reports_OrderReportPrepare.groovy: 84: unable to resolve class JREntityListIteratorDataSource @ line 84, column 16. jrDataSource = new JREntityListIteratorDataSource(eli); ^ 1 error ) Thanks & Regards, Viswanath |
In reply to this post by Anne Jessel
Hi,
We are trying to integrate with Payment Gateway and the Payment Gateway is requiring a page should have only one liner like : REDIRECT=http://somedomain/PaymentConfirmation. So, we need a FTL page having only this line. We tried to develop a FTL page having only this line, byt widget is adding some comment before and after this. So our final HTML looks like <!--- Some Comment generated by OfBiz--> REDIRECT=http://somedomain/PaymentConfirmation. <!--- Some Comment generated by OfBiz--> and the Payment Gateway is not able to recognize this. We have solution by changing widget.properties and setting the widget.verbos to false , but that is effecting all the pages. In Summary we need comments in all other pages except the PaymentConfirmation page. How to achieve this ? Thanks and Regards, Saroj Kumar Choudhury Tata Consultancy Services Mailto: [hidden email] Website: http://www.tcs.com ____________________________________________ Experience certainty. IT Services Business Solutions Outsourcing ____________________________________________ =====-----=====-----===== Notice: The information contained in this e-mail message and/or attachments to it may contain confidential or privileged information. If you are not the intended recipient, any dissemination, use, review, distribution, printing or copying of the information contained in this e-mail message and/or attachments to it are strictly prohibited. If you have received this communication in error, please notify us by reply e-mail or telephone and immediately and permanently delete the message and any attachments. Thank you |
Hi Saroj,
For this you have to set widget.verbose=false in widget.properties file located at framework/widget/config. Thanks & Regards -- Deepak Dixit HotWax Media Pvt. Ltd. www.hotwaxmedia.com Contact :- +91-98267-54548 Skype :- deepakdixit On Nov 16, 2011, at 12:40 PM, Saroj C wrote: > Hi, > We are trying to integrate with Payment Gateway and the Payment Gateway > is requiring a page should have only one liner like : > > REDIRECT=http://somedomain/PaymentConfirmation. > > So, we need a FTL page having only this line. > > We tried to develop a FTL page having only this line, byt widget is adding > some comment before and after this. > > So our final HTML looks like > > <!--- Some Comment generated by OfBiz--> > REDIRECT=http://somedomain/PaymentConfirmation. > <!--- Some Comment generated by OfBiz--> > > and the Payment Gateway is not able to recognize this. We have solution by > changing widget.properties and setting the widget.verbos to false , but > that is effecting all the pages. > > In Summary we need comments in all other pages except the > PaymentConfirmation page. > > How to achieve this ? > > > Thanks and Regards, > Saroj Kumar Choudhury > Tata Consultancy Services > Mailto: [hidden email] > Website: http://www.tcs.com > ____________________________________________ > Experience certainty. IT Services > Business Solutions > Outsourcing > ____________________________________________ > =====-----=====-----===== > Notice: The information contained in this e-mail > message and/or attachments to it may contain > confidential or privileged information. If you are > not the intended recipient, any dissemination, use, > review, distribution, printing or copying of the > information contained in this e-mail message > and/or attachments to it are strictly prohibited. If > you have received this communication in error, > please notify us by reply e-mail or telephone and > immediately and permanently delete the message > and any attachments. Thank you > > |
In reply to this post by Saroj C
You can try using FreeMarkerViewHandler and bypass the screen widget.
Raj On Wednesday 16 November 2011 12:40 PM, Saroj C wrote: > Hi, > We are trying to integrate with Payment Gateway and the Payment Gateway > is requiring a page should have only one liner like : > > REDIRECT=http://somedomain/PaymentConfirmation. > > So, we need a FTL page having only this line. > > We tried to develop a FTL page having only this line, byt widget is adding > some comment before and after this. > > So our final HTML looks like > > <!--- Some Comment generated by OfBiz--> > REDIRECT=http://somedomain/PaymentConfirmation. > <!--- Some Comment generated by OfBiz--> > > and the Payment Gateway is not able to recognize this. We have solution by > changing widget.properties and setting the widget.verbos to false , but > that is effecting all the pages. > > In Summary we need comments in all other pages except the > PaymentConfirmation page. > > How to achieve this ? > > > Thanks and Regards, > Saroj Kumar Choudhury > Tata Consultancy Services > Mailto: [hidden email] > Website: http://www.tcs.com > ____________________________________________ > Experience certainty. IT Services > Business Solutions > Outsourcing > ____________________________________________ > =====-----=====-----===== > Notice: The information contained in this e-mail > message and/or attachments to it may contain > confidential or privileged information. If you are > not the intended recipient, any dissemination, use, > review, distribution, printing or copying of the > information contained in this e-mail message > and/or attachments to it are strictly prohibited. If > you have received this communication in error, > please notify us by reply e-mail or telephone and > immediately and permanently delete the message > and any attachments. Thank you > > > |
Thanks a lot. Its resolved now.
Thanks and Regards, Saroj From: Raj Saini <[hidden email]> To: [hidden email] Cc: Saroj C <[hidden email]> Date: 11/16/2011 01:26 PM Subject: Re: Remove HTML Comments You can try using FreeMarkerViewHandler and bypass the screen widget. Raj On Wednesday 16 November 2011 12:40 PM, Saroj C wrote: > Hi, > We are trying to integrate with Payment Gateway and the Payment Gateway > is requiring a page should have only one liner like : > > REDIRECT=http://somedomain/PaymentConfirmation. > > So, we need a FTL page having only this line. > > We tried to develop a FTL page having only this line, byt widget is adding > some comment before and after this. > > So our final HTML looks like > > <!--- Some Comment generated by OfBiz--> > REDIRECT=http://somedomain/PaymentConfirmation. > <!--- Some Comment generated by OfBiz--> > > and the Payment Gateway is not able to recognize this. We have solution by > changing widget.properties and setting the widget.verbos to false , but > that is effecting all the pages. > > In Summary we need comments in all other pages except the > PaymentConfirmation page. > > How to achieve this ? > > > Thanks and Regards, > Saroj =====-----=====-----===== Notice: The information contained in this e-mail message and/or attachments to it may contain confidential or privileged information. If you are not the intended recipient, any dissemination, use, review, distribution, printing or copying of the information contained in this e-mail message and/or attachments to it are strictly prohibited. If you have received this communication in error, please notify us by reply e-mail or telephone and immediately and permanently delete the message and any attachments. Thank you |
Free forum by Nabble | Edit this page |