Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jdt-core-dev] JDT 4.6.1 Errors.

thanks Daniel !!!

On Mon, May 1, 2017 at 2:21 PM, Daniel Megert <daniel_megert@xxxxxxxxxx> wrote:
> Got it, this is a bug in 4.6.1 and fixed in 4.6.2

Note that Neon (4.6.3) is the most recent release with additional fixes.

Dani



From:        Durga Srinivasu Karuturi <durgasrinivasu@xxxxxxxxx>
To:        jdt-core-dev@xxxxxxxxxxx
Date:        30.04.2017 19:20
Subject:        Re: [jdt-core-dev] JDT 4.6.1 Errors.
Sent by:        jdt-core-dev-bounces@eclipse.org




Got it, this is a bug in 4.6.1 and fixed in 4.6.2

https://bugs.eclipse.org/bugs/show_bug.cgi?id=495598

Thanks,
Durga Srinivasu

On Sat, Apr 29, 2017 at 9:48 AM, Durga Srinivasu Karuturi <durgasrinivasu@xxxxxxxxx> wrote:
Hi,

We are using jasperreports 5.5.0 and it internally using JDT Compiler from tomcat bundle. Recently we have upgraded tomcat to latest 8.5.14 for some security fixes. After this reports generation is failing with JDT compiler issues.

In latest tomcat, we see JDT compiler is changed from 4.5.1 to 4.6.1 and we have tested with 4.5.1 with new tomcat and report generation works.

Jasperreorts jar is in class path as well.

JRE Used --> 1.8.0_66-b17

Not able to find further why JDT not able to resolve these types.

Please suggest on how to trace further on this issue.

JDT errors:

1. java.util.ResourceBundle cannot be resolved to a type
                value = ((java.util.ResourceBundle)parameter_REPORT_RESOURCE_BUNDLE.getValue()); //$JR_EXPR_ID=34$
                          <---------------------->
2. net.sf.jasperreports.engine.JRDataSource cannot be resolved to a type
                value = ((net.sf.jasperreports.engine.JRDataSource)parameter_DS_controllers_by_model609.getValue()); //$JR_EXPR_ID=37$
                          <-------------------------------------->
3. net.sf.jasperreports.engine.JasperReport cannot be resolved to a type
                value = ((net.sf.jasperreports.engine.JasperReport)parameter_SR_controllers_by_model609.getValue()); //$JR_EXPR_ID=38$
                          <-------------------------------------->
4. java.util.ResourceBundle cannot be resolved to a type
                value = ((java.util.ResourceBundle)parameter_REPORT_RESOURCE_BUNDLE.getValue()); //$JR_EXPR_ID=40$
                          <---------------------->
5. net.sf.jasperreports.engine.JRDataSource cannot be resolved to a type
                value = ((net.sf.jasperreports.engine.JRDataSource)parameter_DS_controllers_by_version611.getValue()); //$JR_EXPR_ID=43$
                          <-------------------------------------->
6. net.sf.jasperreports.engine.JasperReport cannot be resolved to a type
                value = ((net.sf.jasperreports.engine.JasperReport)parameter_SR_controllers_by_version611.getValue()); //$JR_EXPR_ID=44$
                          <-------------------------------------->
7. java.util.ResourceBundle cannot be resolved to a type
                value = ((java.util.ResourceBundle)parameter_REPORT_RESOURCE_BUNDLE.getValue()); //$JR_EXPR_ID=46$
                          <---------------------->
8. net.sf.jasperreports.engine.JRDataSource cannot be resolved to a type
                value = ((net.sf.jasperreports.engine.JRDataSource)parameter_DS_controller_inventory613.getValue()); //$JR_EXPR_ID=49$
                          <-------------------------------------->
9. net.sf.jasperreports.engine.JasperReport cannot be resolved to a type
                value = ((net.sf.jasperreports.engine.JasperReport)parameter_SR_controller_inventory613.getValue()); //$JR_EXPR_ID=50$
                          <-------------------------------------->
10. java.util.ResourceBundle cannot be resolved to a type
                value = ((java.util.ResourceBundle)parameter_REPORT_RESOURCE_BUNDLE.getValue()); //$JR_EXPR_ID=52$
                          <---------------------->
11. net.sf.jasperreports.engine.JRDataSource cannot be resolved to a type
                value = ((net.sf.jasperreports.engine.JRDataSource)parameter_DS_aps_by_model615.getValue()); //$JR_EXPR_ID=55$
                          <-------------------------------------->
12. net.sf.jasperreports.engine.JasperReport cannot be resolved to a type
                value = ((net.sf.jasperreports.engine.JasperReport)parameter_SR_aps_by_model615.getValue()); //$JR_EXPR_ID=56$
                          <-------------------------------------->
13. java.util.ResourceBundle cannot be resolved to a type
                value = ((java.util.ResourceBundle)parameter_REPORT_RESOURCE_BUNDLE.getValue()); //$JR_EXPR_ID=58$
                          <---------------------->
14. net.sf.jasperreports.engine.JRDataSource cannot be resolved to a type
                value = ((net.sf.jasperreports.engine.JRDataSource)parameter_DS_aps_by_version617.getValue()); //$JR_EXPR_ID=61$
                          <-------------------------------------->

_______________________________________________
jdt-core-dev mailing list
jdt-core-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/jdt-core-dev



_______________________________________________
jdt-core-dev mailing list
jdt-core-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/jdt-core-dev


Back to the top