Bonjour,
voila je travail sur avec la BirtEngine pour generer der Rapports.
Ma question: lorsque je charge mon Rapport avec l'URL:
Code : Sélectionner tout - Visualiser dans une fenêtre à part
contextPath/frameset?__report=myReport.rptdesign
, si le fichier nexiste pas ou si il est corrompu, une exception est generé est lengine Birt me donne ce resultat:
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
 
- The report file : HTTP://127.0.0.1:8080/ors/frameset?__report=reports/19.rptdesign does not exist or contains errors.
 
org.eclipse.birt.report.exception.ViewerException: The report file : HTTP://127.0.0.1:8080/ors/reports/19.rptdesign does not exist or contains errors.
 
	at org.eclipse.birt.report.context.ViewerAttributeBean.getDesignHandle(ViewerAttributeBean.java:659)
 
	at org.eclipse.birt.report.context.ViewerAttributeBean.__init(ViewerAttributeBean.java:231)
 
	at org.eclipse.birt.report.context.BaseAttributeBean.init(BaseAttributeBean.java:233)
 
	at org.eclipse.birt.report.context.ViewerAttributeBean.<init>(ViewerAttributeBean.java:116)
 
	at org.eclipse.birt.report.context.BirtContext.__init(BirtContext.java:44)
Question: comment personaliser ce Message, pour y ajouter mon Template derreur.
Merci pour toute info