--- hns <[EMAIL PROTECTED]> wrote:
> result type error undefined
> 
> try {
>       JasperCompileManager.compileReportToFile(
>           "jasper/our_jasper_template.jrxml",
>           "jasper/our_compiled_template.jasper");
>     } catch (Exception e) {
>       e.printStackTrace();
>       return ERROR;
>     }
>     return SUCCESS;
>   }
> 
> i could not understand why error come

Probably because there was an exception during your Jasper compilation, so
ERROR was returned, and you don't have a "error" result defined.

Dave


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to