Home » Archived » BIRT » Is there any BIRT designer tool to use at runtime in Java app???
Is there any BIRT designer tool to use at runtime in Java app??? [message #189006] |
Fri, 01 September 2006 07:44  |
Eclipse User |
|
|
|
This is a multi-part message in MIME format.
------=_NextPart_000_01B2_01C6CDEA.1A882850
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
I've an application (Bug Tracking System) , deployed on server , =
accessable by many users.
I want to make use of BIRT to generate reports for that.
Report requirements are not fixed.
say, one user want to keep track of bugs, assigned to him.
other user, module lead , want to keep track of bugs in the particular =
component
one may need in grouped list format , other may need in pie chart.
As the application is in production, we can't make use of Eclipse to =
create templates
for this reports.
Do we have any option in BIRT , to create a template at runtime and =
generate a report??
if not , what is the alternate??
--=20
Regards
Lavanya PinnamaReddy
------=_NextPart_000_01B2_01C6CDEA.1A882850
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Diso-8859-1">
<META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial size=3D2>I've an application (Bug Tracking =
System) ,=20
deployed on server , accessable by many users.<BR>I want to make use of =
BIRT to=20
generate reports for that.<BR>Report requirements are not =
fixed.</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=3DArial size=3D2>say, one user want to keep track of =
bugs, assigned=20
to him.<BR>other user, module lead , want to keep track of bugs in the=20
particular component<BR>one may need in grouped list format , other may =
need in=20
pie chart.</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT> </DIV>
<DIV><FONT face=3DArial size=3D2>As the application is in production, we =
can't make=20
use of Eclipse to create templates<BR>for this reports.</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT> </DIV>
<DIV><FONT face=3DArial size=3D2>Do we have any option in BIRT , to =
create a=20
template at runtime and generate a report??<BR></FONT></DIV>
<DIV><FONT face=3DArial size=3D2>if not , what is the =
alternate??</FONT></DIV>
<DIV><FONT face=3DArial size=3D2><BR>-- <BR>Regards<BR>Lavanya=20
PinnamaReddy</FONT></DIV></BODY></HTML>
------=_NextPart_000_01B2_01C6CDEA.1A882850--
|
|
|
Re: Is there any BIRT designer tool to use at runtime in Java app??? [message #189239 is a reply to message #189006] |
Mon, 04 September 2006 08:38   |
Eclipse User |
|
|
|
Hello,
we are in a familar situation and can't use eclipse to design templates.
So we deside to do it by using the api. Now we can generate templates
and reports at runtime. You can take a look at the BIRT examples like
StockReport.java for using the api.
Kind Regards,
Stefan
Lavanya schrieb:
> I've an application (Bug Tracking System) , deployed on server ,
> accessable by many users.
> I want to make use of BIRT to generate reports for that.
> Report requirements are not fixed.
>
> say, one user want to keep track of bugs, assigned to him.
> other user, module lead , want to keep track of bugs in the particular
> component
> one may need in grouped list format , other may need in pie chart.
>
> As the application is in production, we can't make use of Eclipse to
> create templates
> for this reports.
>
> Do we have any option in BIRT , to create a template at runtime and
> generate a report??
> if not , what is the alternate??
>
> --
> Regards
> Lavanya PinnamaReddy
|
|
|
Re: Is there any BIRT designer tool to use at runtime in Java app??? [message #189319 is a reply to message #189239] |
Wed, 06 September 2006 05:01   |
Eclipse User |
|
|
|
how do U generate reports dynamically at rutnime??
and where is the data coming from???
--
Regards
Lavanya PinnamaReddy
"Stefan Biermann" <biermann@inxmail.de> wrote in message
news:edh6o7$qh8$1@utils.eclipse.org...
> Hello,
> we are in a familar situation and can't use eclipse to design templates.
> So we deside to do it by using the api. Now we can generate templates
> and reports at runtime. You can take a look at the BIRT examples like
> StockReport.java for using the api.
>
> Kind Regards,
> Stefan
>
> Lavanya schrieb:
> > I've an application (Bug Tracking System) , deployed on server ,
> > accessable by many users.
> > I want to make use of BIRT to generate reports for that.
> > Report requirements are not fixed.
> >
> > say, one user want to keep track of bugs, assigned to him.
> > other user, module lead , want to keep track of bugs in the particular
> > component
> > one may need in grouped list format , other may need in pie chart.
> >
> > As the application is in production, we can't make use of Eclipse to
> > create templates
> > for this reports.
> >
> > Do we have any option in BIRT , to create a template at runtime and
> > generate a report??
> > if not , what is the alternate??
> >
> > --
> > Regards
> > Lavanya PinnamaReddy
|
|
|
Re: Is there any BIRT designer tool to use at runtime in Java app??? [message #189323 is a reply to message #189319] |
Wed, 06 September 2006 05:06   |
Eclipse User |
|
|
|
I've generated some reports at runtime when i started using BIRT.
but how is this possible dynamically???
Say, in report1, i need a table with 4 DB columns and a pie chart
and in rpeort 2, i need a bar chart and a gropued list table.
how do i generate all these progamtically (dynamically) ???
--
Regards
Lavanya PinnamaReddy
"Lavanya" <lavanya@pramati.com> wrote in message
news:edm28i$o52$1@utils.eclipse.org...
> how do U generate reports dynamically at rutnime??
> and where is the data coming from???
>
> --
> Regards
> Lavanya PinnamaReddy
> "Stefan Biermann" <biermann@inxmail.de> wrote in message
> news:edh6o7$qh8$1@utils.eclipse.org...
> > Hello,
> > we are in a familar situation and can't use eclipse to design templates.
> > So we deside to do it by using the api. Now we can generate templates
> > and reports at runtime. You can take a look at the BIRT examples like
> > StockReport.java for using the api.
> >
> > Kind Regards,
> > Stefan
> >
> > Lavanya schrieb:
> > > I've an application (Bug Tracking System) , deployed on server ,
> > > accessable by many users.
> > > I want to make use of BIRT to generate reports for that.
> > > Report requirements are not fixed.
> > >
> > > say, one user want to keep track of bugs, assigned to him.
> > > other user, module lead , want to keep track of bugs in the particular
> > > component
> > > one may need in grouped list format , other may need in pie chart.
> > >
> > > As the application is in production, we can't make use of Eclipse to
> > > create templates
> > > for this reports.
> > >
> > > Do we have any option in BIRT , to create a template at runtime and
> > > generate a report??
> > > if not , what is the alternate??
> > >
> > > --
> > > Regards
> > > Lavanya PinnamaReddy
>
>
|
|
| | |
Re: Is there any BIRT designer tool to use at runtime in Java app??? [message #189711 is a reply to message #189687] |
Mon, 11 September 2006 06:29  |
Eclipse User |
|
|
|
Hi Stefan,
I tried to create the example MeterChartExample in chartexamples.. i just
copied that in my web appln and called that java class by a button click
event. But i'm getting this exception.
Do i need to do anything else for this appln to run? i mean any jar files
to be added and so?
i'm new to BIRT and any sort of help will be very thankful..
Ecxeption is due to this line
SessionHandle session = new DesignEngine( null ).newSessionHandle(
(ULocale) null );
i'm using
-BIRT 2.1.0
- Eclipse 3.2.0
- JBoss 4.0.1
this is my exception
------------------------------------------------------------ -----------
[STDOUT] 11-Sep-2006 11:25:40
org.eclipse.birt.report.model.api.DesignEngine <init>
INFO: Error occurs while start the platform
org.eclipse.birt.core.exception.BirtException: $NO-RB$ Can't startup the
OSGI framework
at org.eclipse.birt.core.framework.Platform.startup(Platform.ja va:90)
at
org.eclipse.birt.report.model.api.DesignEngine.<init>(DesignEngine.java:71)
at com.bmw.bbemails.test.TestChart.createReport(TestChart.java: 73)
at org.apache.jsp.report_jsp._jspService(report_jsp.java:86)
at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.ja va:94)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:810)
at
org.apache.jasper.servlet.JspServletWrapper.service(JspServl etWrapper.java:324)
at
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServl et.java:292)
at org.apache.jasper.servlet.JspServlet.service(JspServlet.java :236)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:810)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFi lter(ApplicationFilterChain.java:237)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(App licationFilterChain.java:157)
at
org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(Repl yHeaderFilter.java:75)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFi lter(ApplicationFilterChain.java:186)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(App licationFilterChain.java:157)
at
org.apache.catalina.core.StandardWrapperValve.invoke(Standar dWrapperValve.java:214)
at
org.apache.catalina.core.StandardValveContext.invokeNext(Sta ndardValveContext.java:104)
at
org.apache.catalina.core.StandardPipeline.invoke(StandardPip eline.java:520)
at
org.apache.catalina.core.StandardContextValve.invokeInternal (StandardContextValve.java:198)
at
org.apache.catalina.core.StandardContextValve.invoke(Standar dContextValve.java:152)
at
org.apache.catalina.core.StandardValveContext.invokeNext(Sta ndardValveContext.java:104)
at
org.jboss.web.tomcat.security.CustomPrincipalValve.invoke(Cu stomPrincipalValve.java:66)
at
org.apache.catalina.core.StandardValveContext.invokeNext(Sta ndardValveContext.java:102)
at
org.jboss.web.tomcat.security.SecurityAssociationValve.invok e(SecurityAssociationValve.java:153)
at
org.apache.catalina.core.StandardValveContext.invokeNext(Sta ndardValveContext.java:102)
at
org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccCo ntextValve.java:54)
at
org.apache.catalina.core.StandardValveContext.invokeNext(Sta ndardValveContext.java:102)
at
org.apache.catalina.core.StandardPipeline.invoke(StandardPip eline.java:520)
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHo stValve.java:137)
at
org.apache.catalina.core.StandardValveContext.invokeNext(Sta ndardValveContext.java:104)
at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorRepo rtValve.java:118)
at
org.apache.catalina.core.StandardValveContext.invokeNext(Sta ndardValveContext.java:102)
at
org.apache.catalina.core.StandardPipeline.invoke(StandardPip eline.java:520)
at
org.apache.catalina.core.StandardEngineValve.invoke(Standard EngineValve.java:109)
at
org.apache.catalina.core.StandardValveContext.invokeNext(Sta ndardValveContext.java:104)
at
org.apache.catalina.core.StandardPipeline.invoke(StandardPip eline.java:520)
at org.apache.catalina.core.ContainerBase.invoke(ContainerBase. java:929)
at org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapte r.java:160)
at
org.apache.coyote.http11.Http11Processor.process(Http11Proce ssor.java:799)
at
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHand ler.processConnection(Http11Protocol.java:705)
at
org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndp oint.java:577)
at
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.ru n(ThreadPool.java:683)
at java.lang.Thread.run(Thread.java:595)
Caused by: org.eclipse.birt.core.exception.BirtException: $NO-RB$ Could
not find the Framework - {0}
at
org.eclipse.birt.core.framework.osgi.OSGILauncher.startup(OS GILauncher.java:88)
at org.eclipse.birt.core.framework.Platform.startup(Platform.ja va:78)
... 42 more
11:25:40,673 INFO [STDOUT] 11-Sep-2006 11:25:40
org.eclipse.birt.report.model.api.DesignEngine <init>
INFO: Can not start the design engine.
11:25:40,704 ERROR [Engine] StandardWrapperValve[jsp]: Servlet.service()
for servlet jsp threw exception
java.lang.NullPointerException
at
org.eclipse.birt.report.model.api.DesignEngine.newSessionHan dle(DesignEngine.java:106)
at com.bmw.bbemails.test.TestChart.createReport(TestChart.java: 73)
at org.apache.jsp.report_jsp._jspService(report_jsp.java:86)
at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.ja va:94)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:810)
at
org.apache.jasper.servlet.JspServletWrapper.service(JspServl etWrapper.java:324)
at
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServl et.java:292)
at org.apache.jasper.servlet.JspServlet.service(JspServlet.java :236)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:810)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFi lter(ApplicationFilterChain.java:237)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(App licationFilterChain.java:157)
at
org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(Repl yHeaderFilter.java:75)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFi lter(ApplicationFilterChain.java:186)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(App licationFilterChain.java:157)
at
org.apache.catalina.core.StandardWrapperValve.invoke(Standar dWrapperValve.java:214)
at
org.apache.catalina.core.StandardValveContext.invokeNext(Sta ndardValveContext.java:104)
at
org.apache.catalina.core.StandardPipeline.invoke(StandardPip eline.java:520)
at
org.apache.catalina.core.StandardContextValve.invokeInternal (StandardContextValve.java:198)
at
org.apache.catalina.core.StandardContextValve.invoke(Standar dContextValve.java:152)
at
org.apache.catalina.core.StandardValveContext.invokeNext(Sta ndardValveContext.java:104)
at
org.jboss.web.tomcat.security.CustomPrincipalValve.invoke(Cu stomPrincipalValve.java:66)
at
org.apache.catalina.core.StandardValveContext.invokeNext(Sta ndardValveContext.java:102)
at
org.jboss.web.tomcat.security.SecurityAssociationValve.invok e(SecurityAssociationValve.java:153)
at
org.apache.catalina.core.StandardValveContext.invokeNext(Sta ndardValveContext.java:102)
at
org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccCo ntextValve.java:54)
at
org.apache.catalina.core.StandardValveContext.invokeNext(Sta ndardValveContext.java:102)
at
org.apache.catalina.core.StandardPipeline.invoke(StandardPip eline.java:520)
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHo stValve.java:137)
at
org.apache.catalina.core.StandardValveContext.invokeNext(Sta ndardValveContext.java:104)
at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorRepo rtValve.java:118)
at
org.apache.catalina.core.StandardValveContext.invokeNext(Sta ndardValveContext.java:102)
at
org.apache.catalina.core.StandardPipeline.invoke(StandardPip eline.java:520)
at
org.apache.catalina.core.StandardEngineValve.invoke(Standard EngineValve.java:109)
at
org.apache.catalina.core.StandardValveContext.invokeNext(Sta ndardValveContext.java:104)
at
org.apache.catalina.core.StandardPipeline.invoke(StandardPip eline.java:520)
at org.apache.catalina.core.ContainerBase.invoke(ContainerBase. java:929)
at org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapte r.java:160)
at
org.apache.coyote.http11.Http11Processor.process(Http11Proce ssor.java:799)
at
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHand ler.processConnection(Http11Protocol.java:705)
at
org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndp oint.java:577)
at
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.ru n(ThreadPool.java:683)
at java.lang.Thread.run(Thread.java:595)
|
|
|
Goto Forum:
Current Time: Tue May 06 20:56:07 EDT 2025
Powered by FUDForum. Page generated in 0.03685 seconds
|