Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [birt-dev] Error when previewing report

Title: RE: [birt-dev] Error when previewing report

You can copy them into either of those two places.

 

-Wei Yan

 

-----Original Message-----
From: birt-dev-bounces@xxxxxxxxxxx [mailto:birt-dev-bounces@xxxxxxxxxxx] On Behalf Of Wenfeng Li
Sent: Saturday, July 09, 2005 3:32 PM
To: For developers on the BIRT project; For developers on the BIRT project; birt-dev@xxxxxxxxxxx
Subject: RE: [birt-dev] Error when previewing report

 

 

BIRT designer's preview viewer uses Tomcat as the app server.  To access Eclipse resource in the Tomcat, the resources need to be made available to Tomcat's class loader.

Wei,

Is it correct that the Eclipse resource needs to be copied to either

\eclipse\plugins\org.eclipse.birt.report.viewer_1.0.0\birt\WEB-INF\lib\

or

\eclipse\plugins\org.eclipse.birt.report.viewer_1.0.0\birt\WEB-INF\lib\plugins\<your_plugin>\

?


Wenfeng


-----Original Message-----
From: birt-dev-bounces@xxxxxxxxxxx on behalf of Wei Yan
Sent: Sat 7/9/2005 12:17 AM
To: For developers on the BIRT project
Subject: RE: [birt-dev] Error when previewing report

You can't access the eclipse resource from the server side. You need
duplicate the resource to server side also.


-Wei Yan


-----Original Message-----
From: birt-dev-bounces@xxxxxxxxxxx [mailto:birt-dev-bounces@xxxxxxxxxxx]
On Behalf Of Nathan McKeown
Sent: Friday, July 08, 2005 9:01 PM
To: birt-dev@xxxxxxxxxxx
Subject: [birt-dev] Error when previewing report

Hi,

I have created a custom data set which works fine against the BIRT
source, but not when I run it against BIRT 1.0 and 1.0.1.

When running against the release Jar's I can still look at my result set

but I cannot preview the report. I have copied my plug-in jar and xml to

the plugins folder in
\eclipse\plugins\org.eclipse.birt.report.viewer_1.0.0\birt\WEB-INF\plugi
ns
as you are supposed to but am still having problems.

My plugin needs access to Eclipse resources, but the report viewer does
not seem to be loading the Eclipse resource infrastructure correctly.

Can anyone shed some light on this?

--

Thanks and Regards

Nathan McKeown
Scapa Technologies
nathan.mckeown@xxxxxxxxxxxxx
+44 131 550 1745

_______________________________________________
birt-dev mailing list
birt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/birt-dev
_______________________________________________
birt-dev mailing list
birt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/birt-dev


Back to the top